Lensimax / VoxelEngineLinks
Voxel Engine is game engine based on voxel. The goal is to have a engine that can load map composed of chunks that contained voxel. This implies many problems of memory managing in order to not load all chunk of the map in RAM. Another problem is the transfer between de CPU data and GPU.
☆11Updated 4 years ago
Alternatives and similar repositories for VoxelEngine
Users that are interested in VoxelEngine are comparing it to the libraries listed below
Sorting:
- The C++ "engine" for a game.☆12Updated 4 years ago
- 🛠️ A simple ECS library made for learning purposes (header-only)☆17Updated 4 years ago
- Experimental game-engine sandbox using OpenGL and ECS.☆20Updated 11 months ago
- finite-state-machine demo☆8Updated 6 years ago
- ENGINE..... vrooooommm☆35Updated last week
- An experimental sprite rendering setup utilizing SSBO's, Threading, EnTT reactive systems, and array-textures based sprite caching.☆6Updated 5 years ago
- Voxel handling library for game development, threaded generation/io/meshing with openGL rendering.☆52Updated 4 years ago
- A screen space ambient occlusion (SSAO) algorithm☆9Updated 5 years ago
- Game Engine focused on finding expressive but simple ways to build any game☆20Updated 2 years ago
- Space-game oriented rendering engine☆25Updated 4 months ago
- C++20 highly parallel ECS implementation☆20Updated 5 years ago
- A database inspired entity-component system for computer games☆14Updated 4 years ago
- A scalable pipeline tool for graphics applications to build assets.☆26Updated last year
- Visual shader editor for Lumix Engine☆13Updated 6 months ago
- Game development framework / engine designed for programmers, focusing at ease of use.☆40Updated this week
- demo code for https://github.com/Green-Sky/imgui_entt_entity_editor☆16Updated 3 years ago
- A simple, configurable and extendible build system for gamedev.☆25Updated 10 months ago
- examples of echo game engine☆12Updated 2 years ago
- RavEngine sample programs☆34Updated last week
- A particle editor made with the nCine☆9Updated 3 months ago
- Simple GLFW OpenGL/C++ framework made for educational purposes: Assimp, ImGUI, Deferred/Forward+ Shading, Compute/Geometry Shaders and et…☆12Updated 6 years ago
- Skeletal animation player using the WhiteBoxEngine☆16Updated last year
- Scriptable game engine, using Ogre3D, ODE, and DirectShow.☆8Updated 4 years ago
- Simple ECS(Entity-Component-System) Game Engine☆15Updated 6 years ago
- A 3D game engine.☆21Updated 6 years ago
- Game engine with a custom made software renderer (OpenGL-like rendering pipeline)☆19Updated last year
- JavaScript port of EnTT