2025-05-26 20:59:26 -04:00
2025-05-26 20:59:26 -04:00
2025-05-26 20:59:26 -04:00
2025-05-26 20:59:26 -04:00
2025-05-26 20:59:26 -04:00
2025-05-26 20:59:26 -04:00

voxelThing

Jake's Raylib Minecraft Clone

Implements a voxel chunk renderer. Chunks are stored as a 3D array of block structs elements which define block types and later other block data. The chunk is converted to a mesh such that only faces exposed to air blocks or the chunk boarders are rendered.

Code is rough and messy and not much is implemented yet.

Depends on Raylib.

Build Instructions:

  1. Install Raylib.
  2. Clone the repo.
  3. Build by running make.
Description
My Raylib Minecraft clone
Readme 75 KiB
Languages
C 98.2%
Makefile 1.8%