Gamedev Makes You Better at Math
Unread
![[thumbnail]](/pictures/thumbs/gamedev_math.png)
Blender Dumbass
👁 52 💬 4
When I started with
Dani's Race I thought that the extend of my programming will be something like dynamically changing the speed of a car and maybe loading and unloading certain things on the map based on the distance from them. But quickly it became a mind-field of math and other programming cleverness. About which I will talk to you in this article
#Gamedev #DanisRace #Math #Programming #Python #UPBGE #Blender3d #GNU #Linux #GamingOnLinux #FreeSoftware #OpenSource
UPBGE - What is Depsgraph? And How to Optimize for Depsgraph?
Unread
![[thumbnail]](/pictures/thumbs/depsgraph.png)
Blender Dumbass
👁 86 💬 0
You see things like "Physics", "Logic" and even "
Rasterizer" and you immediately understand what you need to do to optimize you game. But "Depsgraph"?... It looks like a mysterious thing that nobody knows nothing about. Yet is it one the most problematic things there is in your game. And you are going mad just trying to figure it out.
#DanisRace #MoriasRace #Game #Gamedev #UPBGE #blender3d #animation #GTAClone #programming #python #project #performance #depsgraph
So I Cleaned Up Some Spaghetti from Dani's Race Code
Unread
![[thumbnail]](/pictures/thumbs/cleaned_some_spaghetti.png)
Blender Dumbass
👁 116 💬 0
A few days ago I had told you that I'm stopping with making the police station in my game
Dani's Race because it had a
Spaghetti Code Problem. The
main()
function in the
Main_Update.py file was 1683 lines of code long and contained way too many things in it. At the moment, the same function is down to 641 lines of code. This is still way too much stuff in the
main()
but this is a hell of a lot of reduction.
#DanisRace #MoriasRace #GameDev #FreeSoftware #Gnu #Linux #OpenSource #GtaClone #Programming #Python #SpaghettiCode #UPBGE #blender3d
How to Make a Blog Like Mine Using BDServer Software?
Unread
![[thumbnail]](/pictures/thumbs/BDServer.png)
Blender Dumbass
👁 67 💬 1
I want to document the way you might have a possibility to use the same software to make a similar website.
@Madiator2011 already done that with
blog.madiator.com. Lets go over: where you get the code, how do you set it up, how do you publish, how do you manage accounts, and most importantly, how do you modify everything, so it will look like your own thing.
#blog #blogging #webdev #website #python #programming #BDServer