myco.systems/README.md

15 lines
938 B
Markdown
Raw Normal View History

2023-09-03 23:48:44 -04:00
# myco.systems
2024-02-04 18:07:06 -05:00
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.
2023-10-15 07:38:21 +00:00
2024-02-04 18:07:06 -05:00
Trying to keep it under 50 MB total, currently the payload sent to the browser is
2023-10-15 07:38:21 +00:00
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.
I still have some gripes about importing a library, it's obvious in the waterfall that it is measurably increasing page loads by almost a second, sometimes two.
2023-09-05 12:44:36 -04:00
2023-09-04 03:56:12 +00:00
```
git clone https://git.myco.systems/mycosystems/myco.systems.git
git submodule update --init --recursive
2023-10-15 07:39:53 +00:00
```