An open API service indexing awesome lists of open source software.

https://github.com/mrtrizer/flappytools


https://github.com/mrtrizer/flappytools

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CLOSED

# Now I work on FlappyTools2 https://github.com/mrtrizer/FlappyTools2

# FlappyEngine ![build](https://travis-ci.org/mrtrizer/FlappyTools.svg?branch=master)
##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.