pnpm install
pnpm run dev
pnpm install
pnpm run build
- end3r - for organising js13k every year and inspiring me to make fun small webgames
- 3Angle - for his series about making a WebGL game which helped me a lot with my sprite renderer
- codyebberson/js13k-vite-plugins - for making it super easy for me to get my build up and running with vite
- WebGL2 Fundamentals - for helping me get started with WebGL2
- Bence Szabó - for his article about generating noise textures with svg
- SimonDev - for the spatial hash grid tutorial
- Josh Forisha - for the open simplex noise implementation
- Squirrel Eiserloh - for camera math inspiration