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

https://github.com/alex-stone-github/voxelengine

Can I create a voxel engine to learn more about opengl.
https://github.com/alex-stone-github/voxelengine

Last synced: about 1 year ago
JSON representation

Can I create a voxel engine to learn more about opengl.

Awesome Lists containing this project

README

          

# Voxel Engine

![Cover Image](./doc/image.png)

This is my take on a multiplayer, voxel engine, game.

# License
Checkout [LICENSE](./LICENSE).

# Features
- Networking
- Multithreading
- Server
- Mesh Generation
- Dynamic Chunk Loader

# How to play?
1. Download your chosen release from the right pane of this page!(I recommend you pick the latest version, will have a .zip extension that is not source code)
2. Unzip the release zip file.
3. Enter the release directory.
4. Run the executable file depending on your operating system:

## Windows
Double click the file `bootstrap-windows.bat` inside of the *unzipped* release folder in order to run it. This will open multiple log windows for debugging as well.

## Linux
```bash
# Enter the build directory
sh bootstrap-linux.sh
```

5. Enjoy the work in progress!

# Bugs, Features Requests, & Issues
Open a new issue in the issues tab and write your feedback.