Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
01-07-2021, 09:11 AM
(This post was last modified: 01-07-2021, 09:12 AM by Brian Beuken.)
As I've been doing a lot of research to create new OpenGLES3.x systems and at the same time prepping my students to do a Pi4 project this year, I have decided to roll the research and student project into making a full scale freeware game..
I'd like to update my webpage to show this but as I've just completed a transition to a new PC i dont' currently have the tools in place to do that, but will sort it soon..
Details of the project are on my
Patreon page at
www.patreon.com/BrianBeuken
If you would like to support this, please sign up, even a few dollars can make a difference.
I won't post too much on here until its done but when it is complete I'll use make the key componants available and useable for readers to build their own content.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
01-11-2021, 09:47 AM
(This post was last modified: 01-11-2021, 09:47 AM by Brian Beuken.)
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
Getting into it
Spline flythrough, though no lerping on the camera look yet as I didn't quite have the means to determine which control point was in play, I've since worked that out.
more videos will follow soon.
If you'd like to see more, follow me on
www.patreon.com/BrianBeuken
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
small updates as I move things round in space
https://www.patreon.com/posts/53871597
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
08-15-2022, 05:54 PM
(This post was last modified: 08-15-2022, 05:54 PM by Brian Beuken.)
not been doing updates for a while, sorry...been busy coding and writing
https://youtu.be/LLECqubvz-A
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Posts: 693
Threads: 186
Joined: Jan 2018
Reputation:
1
Im still working on my game
It is taking a while I must admit but doing everything on your own is quite a challenge. I know 60% of what I need to know, so from time to time I have to learn 40% of new things.. which is indeed the challenge.
I recently had to take a deep dive into my code, when I tried to upscale my game from very small local coordinates of only a few hundred units, to a socal system scale with many thousands of units... That created soooo many issues. but you just have to dig into the code and make the chances and watch for things to go wrong.
One of those was movement... with such large distances you need to allow greater speeds to get there, which in turn means you have to home in on your target a bit more effectively and slow down in time (sudden stops are just wrong)...
the last 2 months of 2 have been a mathimatical slog, not my strongest subject but finally making some progress and hopefully getting closer to the gameplay I alsmost had in the small local space... Watch this..ermm space.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's