This commit is contained in:
brooke 2024-02-04 18:07:06 -05:00
parent 52a4271007
commit 29b12ace92
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,8 @@
# myco.systems
This has been my (brooke) project to start a website from scratch, no external ~~dependancies~~ **(using three.js now, but still no external stylesheets)**. Obviously much harder so far, but a nice learning experience. Maybe at some point I'll work on compiling these into a bit of a theme of tailwind or something.
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, currently it's around 10 MiB with the icons and backgrounds, the actual payload sent to the browser is around ~~31KB~~ **(~800 KiB :c)**
Trying to keep it under 50 MB total, currently the payload sent to the browser is
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.

View file

@ -5,6 +5,7 @@
<meta charset="UTF-8">
<title>The Mycelial Network</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./tabs.css">
<link rel="stylesheet" href="./modal.css">
<link rel="icon" href="icons/red-background/favicon.ico" type="image/x-icon">
</head>