RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 175 forks source link

Frontend/Backend split #2927

Closed ohlidalp closed 1 year ago

ohlidalp commented 2 years ago

Explained at the forums: https://forum.rigsofrods.org/threads/checklist-for-porting-to-different-3d-engine-than-ogre.3510/#post-18007 Presently, it's only split to static library (RoR_Main.lib) and executable (RoR.exe), so everything interoperates just like nothing hapenned and the backend does everything including rendering. This will change...

Build with ROR_USE_CAELUM=OFF Set gfx_shadow_type=No shadows (fastest)

Status:

ohlidalp commented 1 year ago

Closing as this was a flop - but it revealed one important thing: our rendering loop can be easily moved off to it's own thread