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
- Host: GitHub
- URL: https://github.com/elloramir/voxel-js
- Owner: elloramir
- Created: 2024-11-05T19:33:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T19:58:10.000Z (6 months ago)
- Last Synced: 2025-01-13T11:30:25.774Z (4 months ago)
- Topics: clone, minecraft, voxel
- Language: JavaScript
- Homepage: https://ellora.me/voxel-js/
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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