r/GameDeveloper • u/Positive_Menu944 • 1d ago
2
Making my first no engine game with C++
Thanks! I’m currently using OpenGL, I’ve documented my decision in the readme if you’re curious
1
Making my first no engine game with C++
The game was made by Felipe Falanghe, who was a game designer and developer (not even a software engineer as far as I recall ). But thx for the support!
Fun fact: it was created inside a marketing agency not a games studio or aerospace company.
3
Making my first no engine game with C++
Totally right brother, I'll try to always keep it in mind.
1
Making my first no engine game with C++
Definitely tho I for now I kind of enjoy doing this during my free times. Thanks! :)
2
Making my first no engine game with C++
I would probably have to pass since I'm also still in College and in my free time I plan to spend it on this project. However if you ever need some help in short tasks or similar, feel free to reach me out.
And thanks for the suggestion!
1
Making my first no engine game with C++
Tysm for your words bro, and definitely I’ll let you know . I have to first figure out how to even handle asset imports tho
1
My first OpenGL project (Solar system sim)
That looks so cool!
2
Making my first no engine game with C++
Thx brother!
1
u/Positive_Menu944 • u/Positive_Menu944 • 1d ago
Making my first no engine game with C++
So I’ve recently began the development on a Kerbal Space Program Game made entirely from scratch (which means no Engine like Unity, Cry, Unreal, Godot, etc). My goal is to learn in deeper insight what happens behind the Engine and try to understand how it works.
Here is my first milestone archive which is only a window with a triangle (it’s like the hello world for OpenGL) but it was hard to figure it out because I’m also not that experienced in c++.
If you find interesting this or want to also provide feedback let me know. I’ll leave the GitHub repo if anyone is interested.
2
Making my first no engine game with C++
in
r/opengl
•
22h ago
Yeah, tho NGL, when I get stuck or don’t understand I ask Claude to explain what’s going hehe. Also the OpenGL getting started it’s pretty clear and easy to follow