View all by Bastian
Bastian
Follow Bastian
Follow
Following Bastian
Following
Add To Collection
Collection
Devlog
LUA game developing for dumbies
←
Return to LUA game developing for dumbies
Devlog
general base of project
February 04, 2025
by
Bastian
It is good to have some time and develop few classes that can be used between game projects. This i would recommend. main - only basic game object to run draw and update on game - the core engine that...
Continue reading
fonts
February 01, 2025
by
Bastian
Fonts are a thing i need in almost every game made. So why is it important to keep them fast. Because they slow down the whole rendering if you do not know what to do with them. First off there are 2...
Continue reading
scaling the screen
January 29, 2025
by
Bastian
Well, you maybe know it. After trying some small lua API you see there is no way of properly getting the game resolution to work from start. When my screen is 1900x800 pixels and the game is retro loo...
Continue reading
sorting
January 28, 2025
by
Bastian
#sprite, #sorting, #solution
HOWTO SPRITE SORTING IN 2D SCREEN SPACE Hi. It is not an easy task to sort sprites so the game does not look like you draw first bottom sprites, then from right to left, then top sprites and override...
Continue reading