An open API service indexing awesome lists of open source software.

https://github.com/raphaelthegreat/neon

Experimental Voxel Engine
https://github.com/raphaelthegreat/neon

Last synced: 4 months ago
JSON representation

Experimental Voxel Engine

Awesome Lists containing this project

README

          

# Neon
Neon is an open source Voxel Engine, written in C++ and OpenGL in experimental stage.
The engine is written to be very efficient and fast and has a nice interface for creating
minecraft-like games. Currently there are many features missing but they will be added in the
future. It's goal is to make a fast and nice looking engine.

## Features
* Efficient 3D voxel engine, inspired by minecraft.
* GLSL shader support.
* Fully dynamic world.
* 3D math and geometry powered by the glm library.
* Extensive 3D camera functionality.
* GUI functionality from the imgui library.

## Screenshot
![Screenshot](/screenshots/image.png)