Author Topic: What's the best C++ 2D graphics Library?  (Read 13995 times)

0 Members and 1 Guest are viewing this topic.

Offline TsukasaZX

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 415
  • Rating: +46/-3
  • Never Gonna Give You Up!
    • View Profile
Re: What's the best C++ 2D graphics Library?
« Reply #15 on: February 05, 2011, 11:28:24 pm »
I would honestly have to say just stick with C++ and Allegro. It's what I'm using to write Yumé: The Eternal Dreams and it's quite simple. C# and XNA are pretty Windows-only in nature. Unless you're doing solely Windows-only development, in which case go for it I guess.

[edit]I stand corrected on the XNA comments... so.... how about this: why rely on framework ports when you can use something that works on all platforms? :D
« Last Edit: February 05, 2011, 11:29:37 pm by TsukasaZX »
IRC EFNet | Nick Su-Hime | Chan #omnimaga, #unss, #cemetech
Yumé - 100% Complete!
Yumé 2: Rika's Story - 10%
 - Hiatus until summertime
Yumé: The Eternal Dreams - 50%
 - World and events
TIBiC/GO C Library - N%

"Alenda lux ubi orta libertas" - Let learning be cherished where liberty has arisen.

  ▲
▲ ▲ Triforce!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: What's the best C++ 2D graphics Library?
« Reply #16 on: February 06, 2011, 02:53:37 am »
One thing, however, is that the person should consider ease of use, too. It's good to have cross compatibility and use a more efficient library of any kind, but then if he's so uncomfortable with it that he produces code that runs slower than if he used a less efficient lib, then he might just give up on the project due to the higher workload/difficulty.