Attributions
This website was built with a number of technologies âī¸đ§.
This isn't necessarily a complete list, but rather details those key technologies that allow this site to function.
JS/CSS Libraries â
- BabylonJS â https://www.babylonjs.com/- 3D WebGL graphics
 
- esbuild â https://esbuild.github.io/- JavaScript bundling & minification
 
- htmx â https://htmx.org/- Client/Server HTML attribute-based
 
- Pico CSS â https://picocss.com/- Small CSS styling library
 
- sass â https://sass-lang.com/- CSS extension language to more easily generate CSS
 
- Socket.IO â https://socket.io/- Client/Server realtime communication
 
- TypeScript â https://www.typescriptlang.org/- Language built on JavaScript to more easily generate JavaScript
 
Python đ
- Flask â https://flask.palletsprojects.com/en/3.0.x/- General backend
 
- Jinja2 â https://jinja.palletsprojects.com/en/3.0.x/- Server-side HTML page templates
 
- Flask-Compress â https://pypi.org/project/Flask-Compress/- Flask support for page / asset compressiond
 
- Flask-SocketIO â https://flask-socketio.readthedocs.io/en/latest/- Flask support for Socket IO
 
- Gunicorn â https://gunicorn.org/- WSGI HTTP server to run Flask on Debian