Random dungeons. Next is adding physics colliders for floors and walls, then doing multi level dungeons with ramps and stairs.

#raylib

I should just finish the level with some decorations, but when I look at the menu ... I get the urge to redesign it so it becomes actually usable. Currently it is quite uncomfortable.
But hey, at least I am still working on #8-bitBot 😏
#gamedev #indiedev #solodev #raylib

Decided to spend a few weeks tweaking the UI and making everything look and work better. #GameDevelopment #raylib

I feel like the basic game now has to work pretty smooth before I add features and monsters.

Below the start screen on #SteamDeck.

I’ve started teaching my son #csharp. He wants to learn how to program and he wants to make cool interactive *things*. I realized that with #dotnet 10 file based apps and #raylib you have an unbelievably cool toolset for learning and experimenting.

My approach was to do the hello world window and just avoid an initial info dump of language semantics and so on.

It’s really interesting what he gets right away and what just doesn’t make sense and what he keeps forgetting (semi-colons!).

My daughter is also excited to start learning too.

All it needed were a few more + and - signs here and there. And more swearing between compiles. It's really about the swearing.

#raylib

#AskMastodon

Have you used #raylib to develop games in C? What was your experience? What debugger(s) or IDE(s) did you use with it (especially if you're using GNU/Linux)?

raylib 6.0 brings CPU rendering to microcontrollers

raylib 6.0 adds CPU-only software rendering for devices without a GPU, redesigned fullscreen handling, and improved 3D animation. It now runs on microcontrollers.

https://yoota.it/en/raylib-6-0-brings-cpu-rendering-to-microcontrollers/

raylib 6.0: la libreria grafica open source che ora funziona anche senza GPU

raylib 6.0 è uscita con un renderer software CPU-only, fullscreen ridisegnato e un nuovo sistema di animazione 3D. Funziona anche sui microcontrollori.

https://yoota.it/raylib-6-0-la-libreria-grafica-open-source-che-ora-funziona-anche-senza-gpu/

Raylib 6.0 has been released! It includes a new Software Renderer, new Memory, Win32 and Emscripten platform backends and much more!
https://github.com/raysan5/raylib/releases/tag/6.0 #Raylib #GameDev #IndieDev #IndieGameDev
Release raylib v6.0 · raysan5/raylib

raylib 6.0 release notes A new raylib release is finally ready and, again, this is the biggest raylib release ever! Thanks to the support of many amazing contributors this release comes packed with...

GitHub

Big reason I wanted 6.0 is for animation blending and it seems to work really well!

#raylib