article thumbnail

Nearing the Finish Line: Rewriting the Untold Engine

Harold Serrano

Systems: These handle the logic, such as rendering, animations, or physics calculations. Want collision? One Last Piece: The Collision System With almost every system in place, I’m now working on the Collision System—the last big piece of this rewrite. Want to add physics? setEntityKinetics(). setEntityCollision().

Engine 69
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

Physics fixes and improvements for sphere-capsule, sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70660 , GH-70787 ). As always, a bunch of nice rendering fixes! Physics: Fix sphere-capsule collision logic ( GH-70660 ). Rendering: Only disable depth writing in opaque pipelines ( GH-71124 ).

Beta 106
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Rebuilding the Untold Engine: Two Years of Progress and What’s Next

Harold Serrano

The engine includes the following systems: Rendering System Physics System Steering System Animation System Collision System (coming soon) PBR (Physically-Based Rendering) support Although the rewrite is not yet complete, the Untold Engine has reached a stage where you can create simple games.

Engine 64
article thumbnail

Godot's new renderer, progress report #1

Mircosoft Game Dev

As many of you have probably heard, a new rendering backend is being worked on for Godot. Our goal is to have a modern, clustered renderer that supports everything mainstream engines support, including PBR, global illumination and flexible shader editing. Refactor the rendering API to make it easier to understand (and contribute to!).

Render 52
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Every supported renderer option is now selectable from the project creation screen, which means you can create OpenGL 3 ("Compatibility") projects without using the command line ( GH-70028 ). The illustration picture for this article is from Raffaele Picca 's car scene , rendered in Godot 4.0 Jump to the Downloads section.

Beta 98
article thumbnail

Godot's new renderer, progress report #2

Mircosoft Game Dev

It's been a month since the first progress report , and progress continues towards the new Godot renderer. Little by little every system falls into place, and rendering starts feeling a lot more mature. Implement Particle Shaders, with support for: Sorting, Collision and Soft Particles. Add Layered/Stencil rendering.

Render 52
article thumbnail

Godot's new renderer, progress report #3

Mircosoft Game Dev

It's been a month since the second progress report , and progress continues towards the new Godot renderer. Implement Particle Shaders, with support for: Sorting, Collision and Soft Particles. Add Layered/Stencil rendering. renderer works entirely in linear space (Gamma is no longer supported). Introduction.

Render 52