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?

Engine 69
article thumbnail

The Complete C++ Guide For Unreal Engine

Awesome Tuts

It’s also the language Unreal Engine, arguably the most popular game engine in the world, uses too. However, there are some differences between the traditional C++ programming software developers use and C++ that is used in Unreal Engine to create video games. C++ Variables In Unreal Engine. Variables In C++.

Engine 144
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

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 has changed?

Engine 64
article thumbnail

Building a City Driving Game with the Untold Engine - Part I

Harold Serrano

As stated in my previous post , my goal is to improve the robustness of the Untold Engine by focusing on developing various games. I then wrote a simple script to export the control points into an array that the Untold Engine can use as waypoints. For example, the engine does not have any culling mechanism.

Engine 64
article thumbnail

Prefabs with polygonCollider returning wrong collision normal

Cocos

we will solve this problem in the following issue github.com/cocos/cocos-engine Prefabs with polygonCollider returning wrong collision normal opened 02:02AM - 26 Jun 23 UTC lealzhan [link] … lision-normal/58972 Hello guys, I am working on multiplayer platformer game using colyseus. y: z.getWorldManifold().normal.y,

article thumbnail

#Drive Rally by Pixel Perfect Dude is a love letter to the golden age of rally games

PreMortem.Games

Ultimately, we decided to create our custom physics engine, using NWH Wheel Collider as a base for collisions and writing every part of car physics from scratch. Developing our own engine was challenging, requiring extensive testing and iteration, but it was crucial for delivering the racing experience we envisioned.”

Pixel 156
article thumbnail

[WIP] Voxel World Engine (Minecraft-like world generation)

Cocos

Added a few performance fixes and proper water mesh material, still need to fix the collision and add the world reference to the chunk to fill a few faces Next steps: Add service workers to generate the world faster Add biomes layer generation Add dynamic mesh for dig mechanics

Mesh 52