Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 367 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 367 Bytes

PyVox

A voxel engine using BGFX render API in Python. Meshing of cubes is done on the GPU by way of compute shader. Simple diffuse lighting and fog is used in rendering. Chunk system uses a not well optimized and rudimentary threading system. Imgui is integrated. Code is largely uncommented, no support will be provided, use as is.

ScreenShot