Personal website hosted at zerovolts.com. There are no code dependencies other than Web Platform APIs.
Privacy-friendly website analytics hosted at zerovolts.goatcounter.com (not public).
Overview of the directory structure.
assets/
- Fonts and images.components/
- Reusable web components.pages/
- Directories for every page/app (other than the homepage) on the website.pages/gl-template/
- Copy-paste to create a new WebGL app.pages/html-template/
- Copy-paste to create a new HTML app.
shared/
- The core library powering most of the apps on the website.CNAME
- Necessary for custom domains on Github.global.css
- Site-wide styles including common variables and utility classes.index.html
- The entry point and homepage of the website.runtime.js
- Automatically scales up pixel art to a specific pixel size.
Point any simple web server application at this directory.
npx http-server