WebMineCraft
Go to file
Paul Mathieu 49e814d1bc A few things
- webgl boilerplate
- shader ambiant + diffuse lighting
- fractal perlin noise chunk generation
- super primitive world generation (stone, dirt, grass blocks)
- WASD controls + mouse pointer capture

On the menu:
- collisions
- gravity
- mine & place
- more stuff
2021-12-08 09:24:19 -08:00
.gitignore A few things 2021-12-08 09:24:19 -08:00
geometry.js A few things 2021-12-08 09:24:19 -08:00
gl.js A few things 2021-12-08 09:24:19 -08:00
index.html A few things 2021-12-08 09:24:19 -08:00
index.js A few things 2021-12-08 09:24:19 -08:00
package.json A few things 2021-12-08 09:24:19 -08:00
se3.js A few things 2021-12-08 09:24:19 -08:00
texture.png A few things 2021-12-08 09:24:19 -08:00
yarn.lock A few things 2021-12-08 09:24:19 -08:00