Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

My friend is sitting next to me playing a game called Terraria, and while it is 2D the graphics are quite advanced.

So my question is this: If I wanted to make a similar game, 2D with complicated graphics that involve shadows and light sources and translucency and so forth, would GDI (which I master quite well) be sufficient in your opinion, or would I need to pull out the big guns like OpenGL (which I know the basics of but not much more)? I have successfully mimicked many of the aforementioned effects successfully in the past using GDI.

What do you think the early Mario games were made in? I mean library-wise, not which language, it's gonna be C++.


Thank you in advance

What I have tried:

I have tried figuring out myself which would do the trick and what would be necessary, but I found it would make sense to get other people's input on the matter.
Posted
Updated 15-Jun-16 22:58pm

1 solution

well gdi will be slower than opengl, because it s only software rendering.

In my opinion... you should use SDL if you want to make your own 2d engine... but you can find actualy 2d engine already made and "just" code the game..... making a 2d engine is already a pretty dawn task...
 
Share this answer
 
Comments
deXo-fan 16-Jun-16 9:54am    
I'm looking at SDL right now. Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900