Remove Collision Remove Engine Remove Render
article thumbnail

Nearing the Finish Line: Rewriting the Untold Engine

Harold Serrano

I’ve been knee-deep in rewriting the Untold Engine , transitioning it from C++ to Swift. Moving to Swift has been a game-changer, making the engine not only faster and more modern but much easier to work with. Built on ECS Architecture The Untold Engine is powered by Entity-Component-System (ECS) architecture. Want collision?

article thumbnail

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

Harold Serrano

Hey everyone, It has been two years since I began rewriting my game engine, and while development has been slow, it has been steady. In this post, I want to share the current status of the Untold Engine. What is the Untold Engine? One significant improvement in the new Untold Engine is its documentation. What’s next?

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

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
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: String and StringName are now mostly cross-compatible throughout the engine API, as well as in various GDScript-specific expressions and statements ( GH-68747 ). The illustration picture for this article is from Raffaele Picca 's car scene , rendered in Godot 4.0

Beta 98
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

Over the course of the last four months the engine has seen many changes, making it more stable and feature complete, and it's getting very close to the state that we would be happy with. More engine enums are now bound with BitField, making their usage more type-safe, especially in C# ( GH-71037 , GH-71045 , GH-71116 ). beta releases.

Beta 102
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 #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. Optimize scene rendering to use less function calls. In ES 2.0,

Render 52