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
FLARE [ARCHIVED]

Implement vsync in Flare running Linux

pnarciso
Thursday, September 13, 2012 - 13:39

Congratulations for the game, you are making a fantastic job.

But, image tearing is ruining the experience while playing this game on linux, you should implement vsync.

This issue is not there when running the game in Windows 7, just a little bit of jitter when the scenario scrolls.

  • Log in or register to post comments
Clint Bellanger
joined 15 years 10 months ago
Thursday, September 13, 2012 - 13:44
Clint Bellanger's picture

Vsync in SDL 1.2 only works when using OpenGL (which we aren't using). Unfortunately it's not something we can solve easily. The options are all drastic: wait until SDL 1.3, rewrite everything to use OpenGL, rewite everything to use something else (e.g. SFML).

  • Log in or register to post comments
pnarciso
joined 12 years 10 months ago
Thursday, September 13, 2012 - 13:54

Well, whatever is the option, the game will benefit a lot from that.

I guess, at some point, it should migrate to opengl.

 

  • Log in or register to post comments