An open API service indexing awesome lists of open source software.

https://github.com/elloramir/voxel-js

Voxel world made from scratch with WebGL
https://github.com/elloramir/voxel-js

clone minecraft voxel

Last synced: about 2 months ago
JSON representation

Voxel world made from scratch with WebGL

Awesome Lists containing this project

README

        

I made this just to pass the time while I'm in a meeting 😛. This "game" does not use any external libraries (except for the Simplex Noise generator and the glMatrix lib for math) and was made in nearly one day. There is a lot of room for improvement, which I’ll list here. Maybe in the future, I'll return to it and work on some of the tasks below.

### To be done
- [x] basic framework core
- [x] free view camera
- [x] generate chunks
- [x] world of chunks
- [x] optimize chunk borders
- [x] frustum culling and frustum chunk generation
- [x] ambient occlusion
- [x] view fog
- [ ] better world generation
- [ ] water shader