[icon ] blenderdumbass . org

Free Software
Title
Author
Post Text
Description
Comments
Hashtags


[icon articles]UPBGE - What is Depsgraph? And How to Optimize for Depsgraph?

  Unread  

[thumbnail]

[avatar]  Blender Dumbass

👁 43 💬 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


[icon articles]The Spaghetti Code Of Dani's Race

  Unread  

[thumbnail]

[avatar]  Blender Dumbass

👁 140 💬 1



Spaghetti code! The insidious thing that often happens even to the best of us. No wander that it happened to me. When programming you want to break your code into functions that could be called from many other places. Doing everything as one large function is a problem, because sometimes you might want to do the same operation or the same check, or whatever, again in another place, and that will require you to copy paste large chunks of code. And if suddenly you decide to change something about those checks, or functions, you have to change that something in all those places one after another. Dani's Race my game, has a bit of a Spaghetti code problem.


#DanisRace #MoriasRace #GameDev #FreeSoftware #Gnu #Linux #OpenSource #GtaClone #Programming #Python #SpaghettiCode #UPBGE #blender3d


[icon articles]So I Cleaned Up Some Spaghetti from Dani's Race Code

  Unread  

[thumbnail]

[avatar]  Blender Dumbass

👁 95 💬 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


[icon articles]How to Make a Blog Like Mine Using BDServer Software?

  Unread  

[thumbnail]

[avatar]  Blender Dumbass

👁 41 💬 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


[icon articles]Dani's Race Franzo Livestream Report

[thumbnail]

[avatar]  Blender Dumbass

👁 33 💬 0



Yesterday ( 5th October 2024 ) Franzo from opensource_gaming did a livestream of a game I am developing called Dani's Race.


#DanisRace #MoriasRace #GameDev #FreeSoftware #Gnu #Linux #OpenSource #GtaClone #Programming #Python #UPBGE #blender3d #Franzo #Livestream



[icon user] Login