Skip to content

Alpha 1.4.0 — Windows + Linux

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Apr 04:38
· 4 commits to master since this release

Alpha 1.4.0 — Windows + Linux

What's New in 1.4.0

Systems Overhaul

• Audio system with miniaudio: WAV, MP3, OGG, FLAC, 3D spatial audio
• Skeletal animation with GLTF/GLB bone hierarchy, crossfade blending
• Behavior Tree AI: Selector, Sequence, Inverter, Repeater, Cooldown, Wait, Blackboard
• NavMesh pathfinding: walkable surface extraction, A* search, agent steering
• Undo/Redo system (Ctrl+Z / Ctrl+Shift+Z)
• Particle system, LOD system, Runtime GUI

Rendering

• GTAO, SSGI, TAA, Motion Blur, Volumetric Fog, Auto Exposure (compute)
• God Rays, Contact Shadows, Lens Flare, CAS Sharpening
• Water rendering, decal rendering, dithered transparency

Scripting

• 137 Lua API functions (130 scene + 7 gui)
• Full audio, animation, AI, physics, debug draw control from Lua

Known Issues

• Running the exported game while the editor is open may cause significant FPS degradation
• Baked lighting is incomplete — full support planned for a future release
• This is alpha software — expect breaking changes

Downloads

Platform File
Windows x64 TsuEngine-alpha-1.4.0-windows-x64.zip
Linux x64 TsuEngine-alpha-1.4.0-linux-x64.tar.gz

Running

Windows — extract the zip and run TsuEngine.exe

Linux:

tar -xzf TsuEngine-alpha-1.4.0-linux-x64.tar.gz
cd TsuEngine-linux
chmod +x TsuEngine GameRuntime
./TsuEngine

Linux requires a Vulkan 1.3-capable driver stack and a display server such as X11, XWayland, or Wayland.


Alpha software. Expect breaking changes. Not production-ready.