Profile avatar
ulrivo.itch.io
#GameDev #Godot #SoloDev #IndieGameDev #GameEngine #C++ #Blender #GreasePencil #MarbleHavoc Working on games with marbles and simulations.
75 posts 1,079 followers 417 following
Prolific Poster

Right now, I am learning more about low poly character modeling in Blender. There is a great video tutorial by Imphenzia which explains modeling, rigging, and animating. #Blender #LowPoly #CharacterModels imphenzia.com youtu.be/PTWV67qUX2k

Have you ever tried Raymaching? Filip Rachůnek gives an instructive tutorial - making 3D scenes only by shaders. #Godot #shader @fencerdevlog.bsky.social youtu.be/EkiKPqGgIt8

We knew from the beginning that aiming for a late-February release was an ambitious timeframe, but the community has risen to the challenge and kept development right on track! godotengine.org/article/dev-...

From Concept to Render: Crafting a Stylized Fantasy Environment in Blender https://www.blendernation.com/2025/02/14/from-concept-to-render-crafting-a-stylized-fantasy-environment-in-blender/?mtm_campaign=social&mtm_kwd=bsky #blender #blender3d #b3d

🎉 From: W4 Games 🎁To: The devs who inspire us every day Because without you, the code wouldn’t compile! 🚀   #GodotEngine  #GameDeveloper #Godot

Still working incredibly hard on MakeRoom which features 830 objects now! I threw all new objects into a room, check it out ✨ store.steampowered.com/app/2212670/...

Sad news: additional layoffs at Unity. Unity has spent $205 million laying off 25 percent of its workforce this fiscal year and it looks like the company isn't finished yet. #Unity #layoff 80.lv/articles/exc...

I want to exchange the self-written and simple ECS in my C++ game engine with a "real" ECS. I had a look at ENTT which seems to be great. What do you think? What do you recommend? What do you use? #GameEngine #ECS #Entt github.com/skypjack/entt

What a wonderful short movie ! Florent Lebrun: "The Lost Tower" Made in Blender. #Blender #TheLostTower youtu.be/ecOOR0fETRA

Projectile hits enemy. In the game engine: - CollisionSystem detects collision of two entities, - emits a CollisionEvent over the EventBus, - DamageSystem is subscribed to these events, - checks who collided, - and reduces the health of the enemy in the ECS. Wonderful ! #GameEngine

Hi everyone! This time, we will use a method called domain warping or domain distortion, and the result will be this infinitely changing fog that we can see in the background right now. www.youtube.com/watch?v=ys-H...

Is Blender good for 2D animation? In this video of 12 minutes, the main reasons are eplained how and why Blender is an excellent choice for 2D animation. #Blender #GreasePencil #2D #Animation youtu.be/v89v1cJIWJg

I am making some progress with the game engine presented in a very instructive tutorial by Gustavo Pezzi. Built an ECS system, animation, collision, but the actual chapter is quite challenging for me as a newbie to modern C++: an event system ... #GameEngine #C++ pikuma.com/courses/cpp-...

5 Games in Godot. Godot YouTubers you should watch. Real inspiring Video. #Godot bsky.app/profile/stay... youtu.be/ze8_5nzONwA

OMG OMG Godot 4.4 is just around the corner, only a matter of time now! Can't wait for the first RC to make a nearly safe switch! ^^ #indiegamedev #gamedev #indiedev #indiegame #solodev #GodotEngine

Our team of 3 made a nice game: Bubble Duck For the Global Game Jam 2025 in Hannover. #GlobalGameJam #GGJ #Hannover globalgamejam.org/games/2025/b...

Game Jam in Hannover Wenn du im Raum Hannover wohnst, Lust und Zeit am Wochenende hast, ein Spiel zu entwickeln, neue Leute kennenzulernen, neue Sachen zu lernen und Spass zu haben - dann komm vorbei zum Game Jam, im SAE Institute Hannover, Am Marstall 1a #GameJam #Hannover #GlobalGameJam

To make your own Game Engine with C++ Have a look at this video. The game engine you build uses SDL and offers Lua scripting. I bought the tutorial and like it very much. Gustavo Pezzi explains well and clearly. #C++ #GameEngine #Lua #SDL youtu.be/qK-GTuhZwUg?...

Overview of the many new features coming to #Godot 4.4 (now in Beta) www.youtube.com/watch?v=3zBf... #gamedev

godot 4.4 first beta is close 👀

Grease Pencil 3.0 in Blender 4.3 has a ton of new features. In this video the new features are presented. #Blender #GreasePencil youtu.be/zrIPbky8Xf8

'Alien Emerges' by Sadra Shariaty https://blenderartists.org/t/alien-emerges/1569181?mtm_kwd=bsky #b3d #blender #blender3d #blenderrender #blendercommunity #3d

For my Traffic Simulation I implemented some unit tests for the C++ classes using Catch2. Catch2 seems to have all I want and is easy to install. #C++ #UnitTest #Catch2 github.com/catchorg/Cat...

I would like to write some unit tests for my core C++ classes for the traffic simulation. There are some options: - Google Test - Catch2 - Boost - DocTest What do you use? What do you prefer and recommend? #C++ #UnitTest

Daily Godot Tip #35: You can bookmark lines by right clicking them and hitting toggle bookmark (or using ctrl alt b). Then you can easily move to bookmarks using the go to button at the top or using ctrl+b and ctrl+shift+b #godot #gamedev #godottips

I started to define C++-classes for junctions, edges, cells, network for my traffic simulation. Using CLion and esp. Clang-Tidy help me a lot to learn and write better C++ code. #C++ #CLion #clang-tidy clang.llvm.org/extra/clang-...

Until now, I always used Godot and GDScript to develop my games. The next game will be a traffic simulation. I shall build the core of the simulation with C++ and a framework like Raylib. Any other recommendation for a good game framework or a simple engine? www.raylib.com #Raylib #C++

'Xmas 2024' by DSZ arts https://blenderartists.org/t/xmas-2024/1564517?mtm_kwd=bsky #b3d #blender #blender3d #blenderrender #blendercommunity #3d

Thank you very much following me. I wish you all a healthy and successful Happy New Year.

Godot 4.4 is pretty exciting, a lot of stuff to look forward to I'm excited for vertex shading, jolt physics, and typed dictionaries in GDScript Has anybody else been looking at the dev blogs? #GodotEngine #GameDev

🤯Collision in games is one of the most fundamental aspects we need to know about. It dictates interactions for everything, from the camera to the player. Use this spreadsheet and share it. :) docs.google.com/spreadsheets... 4 more #UEFNTips follow and like uefn.cleverlike.com #UEFN #GameDev

Hey everybody! And welcome to the last tutorial of this year. So, how are we ending the year 2024? We will be implementing blobby objects, also known as metaballs. Yes, exactly what you see on the screen right now. So, let's get started. www.youtube.com/watch?v=AuNg...

If you are planning to release an #indiegame in 2025 and want to be added to my starter pack, please fill out this short survey: Name of your game: Planned release date: Link to store: I´ll be sure to add you asap. #gamedev #indiegames #solodev

If you're into games featuring spaceships and/or mining; Rings of Saturn is 42% off and ~95% positive🚀 A physics game about asteroid mining, Sci-Fi minus the Fi. Native support for #GamingOnLinux / #LinuxGaming and #Steamdeck. Also it is #MadeWithGodot by @software.kodera.pl! s.team/a/846030

Behind the Scenes: Alien Worlds - Jumpship over a tidally locked planet https://www.blendernation.com/2024/12/24/behind-the-scenes-alien-worlds-jumpship-over-a-tidally-locked-planet/?mtm_campaign=social&mtm_kwd=bsky #blender #blender3d #b3d

Have a look at these wonderful animations with Grease Pencil in Blender. #GreasePencil #Blender youtu.be/cwSZimSJHFE

At Steam there were 18,864 games in 2024 - i. e. over 50 games on every single day !! There are lots of options to choose from. And many good games which are overseen. 😢 #Steam #GameDev steamdb.info/stats/releas...

And just in case that you want to refresh your knowledge about geometry nodes in general, or would like to learn about using geometry nodes for the first time, there is an instructive tutorial by the same author, Harry Blends @harryblends.bsky.social #Blender #GeometryNodes youtu.be/a-4oCHe-hDE

In Blender 4.3 you can now use geometry nodes with grease pencil which opens a lot of new possibilities for 2D animations. Here is a really good tutorial for using geometry nodes and grease pencil. Give it a try! #Blender #GreasePencil #GeometryNodes youtu.be/bZ0JU-DSWJs

Estoy acabando de grabar los materiales del próximo curso #online de reconstrucción virtual en 3D con #Blender que impartiré en @koreformacion.com y está quedando espectacular. Espero que os guste tanto como me está gustando a mi crearlo.😊 #elearning

I am planning to develop a traffic simulation game. A simulation like SUMO (sumo.dlr.de/docs/index.h...) is too complex for a game. Other ideas for a traffic simulation like A/B Street (a-b-street.github.io/docs/softwar...) have simpler mechanics to simulate traffic. #traffic #simulation #gamedev

'The transplanting of Alocasia' by Adrian Długosz https://blenderartists.org/t/the-transplanting-of-alocasia/1562750?mtm_kwd=bsky #b3d #blender #blender3d #blenderrender #blendercommunity #3d

A good decision to integrate Jolt into Godot as builtin physics engine. #Godot #Jolt #physics youtu.be/KRvt_QPs8uI

Another ClayPencil animation test + original behind the scenes Grease Pencil artwork+ addition of Foreground/background using ClayPencil. No rigging or modelling - just straight up 2D animation and illustration. #Blender #GreasePencil #stopmotion #2D #2Danimation #ClayPencil