1
0
Fork 0
Galaxy down to atom voxel game
Go to file
May B. 7a51061fce Ray basic collision 2020-08-08 15:03:20 +02:00
.vscode Tracy, vertex ordering 2020-08-07 19:27:42 +02:00
content Merge workers and other fixs 2020-08-05 15:14:57 +02:00
include queue lock handle, mesh_opt 2020-08-08 13:01:33 +02:00
src Ray basic collision 2020-08-08 15:03:20 +02:00
.gitattributes Initial commit 2020-07-06 21:18:29 +02:00
.gitignore Initial commit 2020-07-06 21:18:29 +02:00
.gitmodules Tracy, vertex ordering 2020-08-07 19:27:42 +02:00
CMakeLists.txt queue lock handle, mesh_opt 2020-08-08 13:01:33 +02:00
Doxyfile Doc and refactor 2020-07-25 18:45:03 +02:00
LICENSE Initial commit 2020-07-06 21:18:29 +02:00
README.md Tracy, vertex ordering 2020-08-07 19:27:42 +02:00
TODO.md Ray basic collision 2020-08-08 15:03:20 +02:00

README.md

Univerxel

Work in progress galaxy down to atom (mostly centimeter) voxel game

Table of Contents

About The Project

Experimental project using OpenGL.

Built With

  • C++
  • OpenGL
  • ImGui
  • FasNoiseSIMD
  • Toml++
  • Tracy
  • Love and insomnia

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • C++17
  • CMake
  • OpenGL
  • GLFw
  • Glew
  • Zstd

Optionally

  • Python: utility scripts

Installation

  1. Clone the project repo
git clone --recursive https://git.wadza.fr/me/univerxel.git
  1. Create build folder and move
mkdir build && cd build
  1. Build CMake
cmake ..
  1. Build Make
make

Usage

./univerxel

Profit !

RoadMap

See Features

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Maelys Bois - /me - me@wadza.fr

Project Link: https://git.wadza.fr/me/univerxel