Hello I'm Andre and I need some help. I was scripting with Pawn at one comunity SA-MP and i have get very good skills with it.. for who don't knows pawn is almost the same as c++ so the change to me wasn't hard.. But that is not the point of this tread I want to be game developer but i have some questions and some answers would help a lot :).
How can i create some custom world with a game engine like blender or other and include it on my game so when i execute the game file it will not show the console but yes the world i have created or even a game panel to start a game.
If someone could explain me that or even suggest me a book that explains how to do that i would be appreciated.
How can i create some custom world with a game engine like blender or other and include it on my game so when i execute the game file it will not show the console but yes the world i have created or even a game panel to start a game.
That's a loaded question.
"How can I create some custom world"
If you want a 2D world, SDL or SFML are ideal.
If you want a 3D world, both are still ideal, but you need to learn some openGL as well..