0
C++ and games đ
how can I start game development using c++? is there a specific ide ??
8 Answers
+ 2
unity is the best ide for game development đ
+ 1
try using SDL libraries.google it. or you can use unreal engine but it is master-level. if you really complete understanding c++, you can use "graphic.h" libraries but it's master-level too. in my opinion, c++ is hard to achive game design and implemention methods. hard to maintain your progress, hard to build it up bugless...I achived to build a simple game engine and game with c++ but i will never try to do it again. now i am using unity3d with c#.
0
dose it support c++??
0
No... it uses c# and Javascript. Unity is good for beginners but it enforces a special model after which the game needs to be designed. Another option would be unreal engine (3 or 4). Both work with c++.
Otherwise: depends what kind of game.
3d is very complex and includes a lot of math.
0
so what if I am planning to have a 2d game project from the scratch without using any engine
what's the requirements for that??
note : the project just to enhance my skills
0
Before you start it, I recommend you to read Game Engine Arcitechture - Jason Gregory
0
SFML might be one of the easiest.
I would look at it, it can do 2d pretty well and makes the whole thing faster than pure c++
0
thank you all for replying me
that was very helpful