Skip to content

glpoulter/flame_editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLAME Editor

*** LINUX ***

To compile you will need Qt4.
The package for Ubuntu is called: libqt4-dev

To compile type:

	qmake flame_editor.pro
	make

To run:

	./flame_editor

*** MAC OSX ***

To compile you will need Qt4.
Download from the Qt web site.
Normally qmake creates xcode projects on mac.
To stop this use the -spec flag below.

To compile type:

	qmake -spec macx-g++ flame_editor.pro
	make

To run:

	open flame_editor.app

If you have any problems try using Qt Creator.

*** WINDOWS ***

To compile you will need Qt4.
Download from the Qt web site.
Use Qt Creator to open the project flame_editor.pro and compile.

About

THe FLAME GUI Editor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.9%
  • Python 9.1%
  • Other 1.0%