Primary tabs

Comments by User

Thursday, October 29, 2015 - 02:25

Stupid me! This feature is fairly cool and better than my expectation. I really like it. 

Many thanks!

Tuesday, October 27, 2015 - 05:26

I cloned flare-engine and flare-game from github.com

 

https://github.com/clintbellanger/flare-engine.git

https://github.com/clintbellanger/flare-game.git

 

Building flare-engine with steps:

- cd flare-engine

- mkdir build

- cd build

- cmake ..

- make

Then copy fantacycore and alpha_demo from flare-game to flare-engine/mods directory. However, I find the resolution in video disappears, shown as below:

http://imgur.com/YPd1C4k

Any flag I should configure when building from the source code repos? 

Thanks