1
0
Fork 0
Univerxel/README.md

103 lines
1.4 KiB
Markdown
Raw Normal View History

2020-07-06 19:18:29 +00:00
# Univerxel <!-- omit in toc -->
Work in progress galaxy down to atom (mostly centimeter) Voxel game
## Table of Contents <!-- omit in toc -->
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
2020-07-18 12:54:07 +00:00
- [Optionally](#optionally)
2020-07-06 19:18:29 +00:00
- [Installation](#installation)
- [Usage](#usage)
- [RoadMap](#roadmap)
- [License](#license)
- [Contact](#contact)
<!-- ABOUT THE PROJECT -->
## About The Project
Experimental project using OpenGL.
### Built With
* C++
* OpenGL
* ImGui
* FasNoiseSIMD
2020-07-12 13:46:51 +00:00
* Toml++
2020-07-18 12:54:07 +00:00
* Remotery
2020-07-06 19:18:29 +00:00
* Love and insomnia
<!-- GETTING STARTED -->
## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
* C++17
* CMake
* OpenGL
* GLFw
* Glew
2020-07-18 12:54:07 +00:00
#### Optionally
* Python: utility scripts
2020-07-06 19:18:29 +00:00
### Installation
1. Clone the project repo
```sh
git clone https://git.wadza.fr/me/univerxel.git
```
2. Create build folder and move
```sh
mkdir build && cd build
```
3. Build CMake
```sh
cmake ..
```
4. Build Make
```sh
make
```
<!-- USAGE EXAMPLES -->
## Usage
```sh
./univerxel
```
Profit !
<!-- ROADMAP -->
## RoadMap
See [Features](TODO.md)
<!-- LICENSE -->
## License
Distributed under the MIT License. See (LICENSE)[LICENSE] for more information.
<!-- CONTACT -->
## Contact
Maelys Bois - [/me](https://git.wadza.fr/me) - me@wadza.fr
Project Link: [https://git.wadza.fr/me/atomic](https://git.wadza.fr/me/atomic)