GitHub - ViciousSquid/Fio: Make Weird Worlds: A real-time liminal CSG level editor and game engine. Optimised for mobile CPUs ยท GitHub

Source: original

MIT License Status

Fio โ€” Liminal World Editor & Procedural Engine

Unified editor and runtime inspired by Radiant and Hammer. Optimised for low-power CPUs

Key Features

๐Ÿ’พ Download Binaries for Windows/macOS/Linux | Wiki | Changelog

or use the included Dockerfile or run from source

Why Fio exists

Fio explores a unified approach to level editing and runtime simulation:

Logic & Gameplay

Rendering

Under the Hood

๐Ÿ—Ž Modular architecture, fully open source (MIT License)

๐Ÿš€ Quickstart:

Python 3.10+ is required

git clone https://github.com/ViciousSquid/Fio.git cd Fio python -m venv venv source venv/bin/activate # or venv\Scripts\activate (Windows) pip install -r requirements.txt python main.py

๐Ÿค Contributing

Contributions, feedback, and experiments are welcome. Check issues or open a discussion.