Skip to main content
GameDev.net gamedev.net
🔒 Locked

2D Graphic API

Started by Forward Dec 10, 2011 at 5:38 PM 9 replies 1.8k views
Original Post
Forward
Forward
Hello,
I tried to search but didn't found nothing answering my problem...
What's the best API to 2D graphics like football manager old simulation for C#?

The old with balls?

Thanks in advance
Demx
Demx
mabye SDL
Forward
Forward
it's free and easy to user?
Alpha_ProgDes
Alpha_ProgDes
SFML is a more modern and uptodate choice than SDL. It's as easy to use as SDL.

SFML is natively in C++ and takes an object-oriented approach.
Beginner in Game Development?  Read here. And read here.  
Alpha_ProgDes
Alpha_ProgDes
If you're using C# there's also Direct2D for XNA and SFML.Net (which is just the C#, .NET version of SFML).
Beginner in Game Development?  Read here. And read here.  
Forward
Forward
I want to use it with windows forms.
I was asking for an easy because i never done nothing with 2D graphics except with the windows graphics class
21st Century Moose
21st Century Moose
Any 3D API is also a fully capable 2D API, as 2D is nothing more than a special case of 3D. So if you already know a 3D API you may be better off sticking with it.
Direct3D has need of instancing, but we do not. We have plenty of glVertexAttrib calls. 
Forward
Forward
Hmm i don't know nothing about 3D or 2D API's
As i told i only had done polygons and images movements with the system drawing graphics of windows forms default applications


I was trying to download the Direct2D API but i can't install it, Windows 7 @64bits

Just because in add reference i don't have Microsoft.Directx component to import.

Any help i appreciate.

And thanks for the help already ;)

EDIT:
I didn't understood the sdl it works like a video player?
Forward
Forward
Question,

The SDL only works in new forms? ican't embeb that in a windows form?

EDIT:

Still no reference to add for Microsoft.Directx @ Visual Studio

i will take a look to slimdx is it good?

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.