Engine - FrankNine/franknine.github.io GitHub Wiki
引擎
Ubisoft Anvil
Remedy Northlight
Stingray / Our Machinery
Unreal
- Unreal Engine powers Marvel Rivals to create a new multiverse of Marvel Heroes
- On ABZÛ we ripped out multiplayer and lots of other cruft from AActor and UPrimitiveComponent
Godot
自製
- Tyler Glaiel - Open Source libraries I use in my game engine and really like a lot
- flibit_unreal_unity
- Casey Muratori
- Mike Acton
- Making Video Games in 2025 (without an engine)
WASM
Timestep
- Fix Your Timestep!
- How to make your game run at 60fps
- DeltaTime is a frame behind
- Fixing Time.deltaTime in Unity 2020.2 for smoother gameplay: What did it take?
- The Elusive Frame Timing
- Smash Ultimate Input Lag Analysis (Button2Pixel)
Unity 50Hz Fixed Update vs 60Hz Camera Update
- The Unity Engine's 50Hz Physics Problem Strikes Again!
- Timesteps and Achieving Smooth Motion in Unity
- Rigidbody.interpolation
Allocator
Arena
- Untangling Lifetimes: The Arena Allocator
- Enter The Arena (Talk)
- Memory Arenas, Explained Simply
- John Lakos “Local ('Arena') Memory Allocators
Data-Oriented
ECS
- Sebastian Aaltonen
- Entity Component System FAQ
- 云风