Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brynblack/voxelaria

An open world voxel playground.
https://github.com/brynblack/voxelaria

clang-format cpp flake flake-utils glew glfw glsl meson ninja nix open-world opengl voxel wayland

Last synced: about 1 month ago
JSON representation

An open world voxel playground.

Awesome Lists containing this project

README

        

# Voxelaria
An open world voxel playground.

## Building

### Nix
If you have the Nix package manager installed, you can follow the following steps to build the application.

```sh
nix develop
meson setup build
meson compile -C build
```

### Non-Nix
If you do not have the Nix package manager, you can still manually complile this application.

You need the following dependencies:
- meson
- ninja
- gcc
- pkg-config
- glew-egl
- glfw-wayland
- glm

```sh
meson setup build
meson compile -C build
```

## License
The source code for this project is licensed under the MIT license. You may find the conditions of the license [here](LICENSE).