Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 832 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 832 Bytes

VoxelEngine

This project is no longer maintained



Demo video

The demo video can be seen here.


What is this?

The goal of this project was to develop my own voxel engine using OpenGL and C++.


What it does?

The engine (procedurally) randomly generates the world like the Minecraft or Cube World.

That said, features such as biomes and sandboxing are implementd where user can play around.

Though the playability is quite limited as the project ended during the prototyping.


So what's next?

I'm still intrested in creating game using procedural random generation,

where the everything (world, quest, items, npc, etc) is randomly generated;

but somewhat controlled to avoid "too much random".