Mercurial > MadButterfly
view dox/install.h @ 159:b90abd31a281
Postponse free of coords, shapes, and paints when the rdman is dirty.
- Life-cycle of shapes and paints are managed by rdman.
- Add redraw_man_t::free_objs to collect objects their freeing are
postonsed.
Know Issue:
- Bullet of tank are not removed from screen when it is go out the range
of the map.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 05 Oct 2008 23:32:58 +0800 |
parents | c9c6810a96c1 |
children | 04c81b8a5d23 |
line wrap: on
line source
/*! \page install How to Build and Install MadButterfly? * * Prerequisite * - install pmake (pmake is make of FreeBSD) * - install Cairo * * Get source * - hg clone http://hg.assembla.com/MadButterfly MadButterfly * * Build and Install * - cd MadButtfly * - make * - make install * * Examples * - cd examples/calculator * - make * - ./calc * * - cd examples/svg2code_ex * - make * - ./ex1 * * - cd examples/tank * - make * - ./tank */