myco.systems website
Find a file
Brooke 1c4a25e6d8
All checks were successful
Static / build (push) Successful in 35s
revert
2024-03-14 18:56:08 -04:00
.gitea/workflows revert 2024-03-14 18:56:08 -04:00
bin update 2024-02-29 19:54:48 -05:00
public fix about page and test deploy 2024-03-14 18:08:20 -04:00
.gitmodules add submodule for icons 2023-09-03 23:52:07 -04:00
LICENSE first commit 2023-09-03 23:48:44 -04:00
README.md update 2024-02-04 20:39:40 -05:00

myco.systems

This has been my (brooke) project to start our website from scratch, no external dependancies (Currently using simplex noise and of course the existing JS for the globe). Obviously much harder so far, but a nice learning experience.

Trying to keep it under 50 MB total, currently the payload sent to the browser is around 10 KiB. Repo size without icons is right at 1.1 MiB ^.^

Update: mostly started from the ground up, got some inspiration from https://codepen.io/prisoner849 and started trying to learn three.js, looks very interesting so far. It's a big mess and I don't expect most of this code to be moved into future releases but I think it looks cool and it's performant enough for the end user.

Update 2: Started from the ground up again, everything has been redone to encourage the usage of static browsers, ie. FREE browser or any modern browser with JS discouraged. Now whenever JS is disabled you will still see the main content and will be able to open all modals but the globe just wont spin. https://codepen.io/thepheer/pen/jvMJMd

git clone https://git.myco.systems/mycosystems/myco.systems.git
git submodule update --init --recursive