Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-30-2012, 03:04 AM   PM User | #1
tomz6
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
tomz6 is an unknown quantity at this point
Question Fastest/efficient library for (2D) graphical application in C++?

Hi all,

I need to make a windows application nothing fancy - just simple menu etc.

However, I also need to be able to draw pixel colors to the screen (perhaps load from a bitmap image).

It must be as fast and efficient as possible - and if possible, easy to use.

What would you guys recommend?

EDIT: By 'fast' I mean fast execution/processing speeds.

Thanks!
Tomz.

Last edited by tomz6; 11-30-2012 at 03:49 AM..
tomz6 is offline   Reply With Quote
Old 12-20-2012, 10:18 AM   PM User | #2
DELOCH
Regular Coder

 
DELOCH's Avatar
 
Join Date: Apr 2006
Location: Canada
Posts: 537
Thanks: 4
Thanked 2 Times in 2 Posts
DELOCH is an unknown quantity at this point
I have the same problem, there are many libraries, namely
OpenGL (C)
DirectX (C)
SDL (C)
Allegro (C)
SFML (C++)
and more

OpenGL and DirectX are really efficient but they are so low level that it is not realistic to use them for big projects for most people.
SDL Allegro and SFML are fast and efficient and very convenient, but they are a pain to set up at times, SDL is the simplest to set up.

I have only succeeded setting up DirectX and SDL, everything else is spitting in my face
every time I try to set it up... it is very discouraging...

hopefully this helped...
DELOCH is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:44 PM.


Advertisement
Log in to turn off these ads.