Voxelpaint is a three-dimensional version of Microsoft Paint built using C++ and OpenGL. Authors: @joeylmaalouf, @jovanduy, @jsutker, @sarahwalters See the project website for more detail.
- cpplint
- g++
- build-essential
- freeglut3-dev
For a complete install on ubuntu, run: pip install cpplint && sudo apt-get install -y g++ build-essential freeglut3-dev
- cpplint
- XCode command line tools (and XCode application)
To install on Mac, install XCODE from the App Store and then run xcode-select --install && pip install cpplint
Running make && ./voxelpaint starts Voxelpaint. Type h for the help page to display the commands:
- Move cursor:
l/rarrow keys: x-axisu/darrow keys: y-axispage u/dkeys: z-axis
- Place voxel:
<space>: place<delete>: erase
- History:
u: undoctrl-u: redo
- Camera controls:
w/s: rotate around x-axisa/d: rotate around y-axisq/e: rotate around z-axisz: zoom outx: zoom inr: reset
- Other controls:
c<red><green><blue>: set cursor color with rgb valuesb<red><green><blue>: set background color with rgb valuesk<path/to/file>: export current world to .3dpl<path/to/file>: load existing world from .3dpf<path/to/file>: export current world to .stlh: display help menuctrl-c: exit
