Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brynblack/voxelaria
- Owner: brynblack
- License: mit
- Created: 2021-04-19T07:12:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T10:08:27.000Z (8 months ago)
- Last Synced: 2024-04-17T00:10:02.946Z (7 months 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: 1
- 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).