+ 4
Game Engine Development
Where can I learn to make a game engine, after learning the basics from sololearn?
10 ответов
+ 9
That would be a complex undertaking. Doing it on your own may take a long time. You probably need a team. Maybe check the internet for tips on getting started.
+ 7
I'm impressed Manual !
+ 6
Tristan
I made a simple game engine by myself a few months ago.
There are not many resources for making a game engine.
The one I made was built on a C language media framework, and sqlite 3. It was a huge task.
I spent time over 3 months bettween other projects. I worked on other projects while I hit obstacles making the engine.
I learned a lot from making, but, I would not recommend it.
There are great free game engines to use available.
+ 4
Here are videos to help you.
https://youtu.be/nT_9-p1-1cU
https://youtu.be/VpP8n0uuSjI
+ 3
About the question.
No, you likely will not make an engine after completing the SL C++ tutorial.
I believe it is possible as Sonic said, especialy with help.
You really need to use memory management well. Which takes time to learn and use effectively.
+ 1
Making games using framework and language is preety hard thing, thousands of programmers work on a project for months to create a game like gta vice city, dont you think after learning basics it is very hard to make game engine ??. I respect your spirit but you should first learn the basics of creating a simple 2d game and then go further.. good wishes for u
+ 1
Its simple just search for benny box in youtube, that channel playlist have some of game engine content
+ 1
I am also working on a game engine, with the help of benny box
0
Haha thank you @Sonic.
0
i think SL is not enough to create game engine
u need to learn OpenGL or some 3D staff