Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Stupid me! This feature is
Wednesday, October 28, 2015 - 23:25

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

Many thanks!

I cloned flare-engine and
Tuesday, October 27, 2015 - 02: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