prechod na rsvg
[Lilanci.git] / README.txt
blob5c6e5c3527a93eb712f8e2fd41ee8e66f6cb4c51
1 This is basically a game strongly inspired by the game called Bulanci.
2 Graphics is SVG based rendered on load time by cairo and then drawn using
3 OpenGl.
4 Collisions are based on convex polygons.
5 It is rather proof of concept than a real game and so far one man show.
7 It's licensed under GPL.
9 It uses cmake 2.4 for managing the build process.
11 Compilation:
12         mkdir build
13         cd build
14         cmake ..
15         make
16         cd ..
18 Running:
19         build/ebulanci
21 Files:
22         ebulanci tries to load/save config from/into ./build/config.glb
23         ebulanci tries to locate graphics in ./graphics