Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 458 Bytes

readme.rst

File metadata and controls

38 lines (28 loc) · 458 Bytes

get it

% git clone git://github.com/ethanrublee/sim.git

requires

build it

% cd sim
% mkdir build
% cd build
% cmake ..
% make

run it

% cd sim
% build/plane_render board.png

hack it

Main program is plane_render.cpp