https://github.com/mrtrizer/flappytools
https://github.com/mrtrizer/flappytools
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtrizer/flappytools
- Owner: mrtrizer
- Created: 2016-04-04T21:11:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T13:29:10.000Z (about 9 years ago)
- Last Synced: 2025-03-06T01:14:44.501Z (over 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLOSED
# Now I work on FlappyTools2 https://github.com/mrtrizer/FlappyTools2
# FlappyEngine 
##Install FlappyTools
To install:
git clone https://github.com/mrtrizer/FlappyTools.git flappytools
cd flappytools
cmake -G "Unix Makefiles"
make
make install
##Create new project
To initialize new project, create a folder first and call init command there:
mkdir MyProject
cd MyProject
flappy init
##Build project
To build project:
flappy prebuild cmake
cd MyProject/targets/cmake/
cmake -G "Unix Makefiles"
make
# Documentation
It is Doxyfile in a doc folder. You need doxygen and graphviz installed to generate full documentation. Run doxygen in a project root and generated docs will be placed in doc/build/html.
# Project structure
##File tree
Every project has flappy.json file in a root. It defines configuration of project for different targets.