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: 9 months ago
JSON representation
An open world voxel playground.
- Host: GitHub
- URL: https://github.com/brynblack/voxelaria
- Owner: brynblack
- License: mit
- Created: 2021-04-19T07:12:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T04:59:09.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:29:05.826Z (about 1 year ago)
- Topics: clang-format, cpp, flake, flake-utils, glew, glfw, glsl, meson, ninja, nix, open-world, opengl, voxel, wayland
- Language: C++
- Homepage:
- Size: 2.17 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).