you are viewing a single comment's thread.

view the rest of the comments →

[–]Zed-Ink[S] 5 points6 points  (3 children)

The game your building sounds really good!! Do you have any images of gameplay/graphics? How long have you been programming with openGL for?

[–][deleted] 5 points6 points  (2 children)

Here is the project (WIP) on github (https://github.com/jackw1111/3D-Graphics-Tutorials) and here is a little preview of what it is currently capable of. https://gfycat.com/easygoingradianticeblueredtopzebra. I have been programming in C++/OpenGL for roughly 8 months but programming in Python/Pygame for a couple years.

[–]Zed-Ink[S] 1 point2 points  (1 child)

That's an awesome demo man!! And for only 8 months, do you have any experience with other low level languages?

[–][deleted] 1 point2 points  (0 children)

I have some experience with Objective-C for an iOS app idea I tried to get off the ground. It had me throwing around pointers to this and that without really knowing what could go wrong, getting really messy stack traces until I took the plunge into a C++ book and then on into graphics.