https://github.com/green-sky/voxel
WIP voxel container, chunks, voxel_dict and voxel_mesher
https://github.com/green-sky/voxel
blocky entt glm glsl minecraft smart-voxel-container voxel voxel-mesher voxel-terrain
Last synced: 8 months ago
JSON representation
WIP voxel container, chunks, voxel_dict and voxel_mesher
- Host: GitHub
- URL: https://github.com/green-sky/voxel
- Owner: Green-Sky
- License: mit
- Created: 2019-11-28T22:18:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T16:45:01.000Z (about 5 years ago)
- Last Synced: 2025-01-11T00:24:10.703Z (9 months ago)
- Topics: blocky, entt, glm, glsl, minecraft, smart-voxel-container, voxel, voxel-mesher, voxel-terrain
- Language: C++
- Size: 700 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another Voxel Library !
Inspired by [stb_voxel_render.h](https://github.com/nothings/stb/blob/master/stb_voxel_render.h), code stolen from [Vorb/SeedOfAndromeda](https://github.com/RegrowthStudios/SoACode-Public) and a *Voxel Mesher* written from scratch! (with AO!).

textures (C) Mojang## Dependencies
- GLM, for maths
- entt, for hashed_string <- may remove