https://github.com/zesterer/voxeltest
A test voxel engine program
https://github.com/zesterer/voxeltest
Last synced: 10 months ago
JSON representation
A test voxel engine program
- Host: GitHub
- URL: https://github.com/zesterer/voxeltest
- Owner: zesterer
- License: gpl-2.0
- Created: 2015-08-16T22:18:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T03:48:24.000Z (about 10 years ago)
- Last Synced: 2025-01-25T18:31:09.353Z (12 months ago)
- Language: C++
- Size: 2.21 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VoxelTest
A test voxel engine program
## What is VoxelTest?
VoxelTest is simply a test program I use when developing my voxel library, 'libvolume'.
Compile and run it if you so wish, but it's not very interesting unless, like me, you have the strange sort of brain that feels satisfied when you see lots of text flying up the display of a terminal emulator without any occurence of the word 'error'. Although, in reality, you're quite likely to get several of them.
## Downloading
~ First, navigate to an appropriate directory ~
`git clone https://github.com/zesterer/voxeltest`
`cd voxeltest`
`rm libvolume`
`git clone https://github.com/zesterer/libvolume`
## Compilation
~ From the root repository directory, as already done in the previous step ~
`mkdir build`
`cd build`
`cmake ..`
`make`
## Running
~ Assuming you've run the compilation commands above ~
`./voxeltest`