vqisosmall
vqisosmall copied to clipboard
Voxel Quest Isometric Small (No Large Files)
Eh, just move the files from the folders to the parental folder (../). Then rename to erase the concatenation "trick/system". Check sp4cerat's Octree Raycasting and see if you can see...
Considering it is open source, I think you could capture more contributors by supporting a Linux build.
OSX build
Tried to build it on osx (@jimhester @halfspiral). ``` ➜ vqisosmall git:(master) ✗ mkdir build && cd build ➜ build git:(master) ✗ cmake .. -- The C compiler identification is...
vs2015 support not so awesome, but i've upgraded all the dependencies to latest, rebuilt them all from source in vs2015, and statically linked everything. results in ~2MB exe, none of...
On my Mac: ``` Error validating shader 33 ``` Furthermore: ``` Error validating shader 33 Shader 34 ( ../src/glsl/GenerateVolumeEnt.c ) compile error: WARNING: 0:2: extension 'GL_ARB_uniform_buffer_object' is not supported Shader...
(via Lord_Nightmare): ok, building on mac works using the cmake stuff but i'm getting different errors there, and like on windows nothing really works correctly on runtime Error validating shader...
The project both uses GLUT, POCO for networking, and SFML for audio. SFML is cross-platform and capable of audio, windows (+ OpenGL backend), and networking. Plus, it would mean a...