Hop in, the water is warm.
Find a file
2026-08-19 23:50:27 +01:00
.idea Added README.md introducing the engine and it's aims 2026-08-19 23:50:27 +01:00
src Moved Mars language to a separate repository. Partially refactored for the simple render pipeline. Incomplete refactor, does not build. 2026-08-19 23:43:47 +01:00
.gitignore Majority of untested implementation of Statement; Some changes to parser structure and code style; Added .gitignore 2026-07-10 20:59:17 +01:00
Cargo.lock Moved Mars language to a separate repository. Partially refactored for the simple render pipeline. Incomplete refactor, does not build. 2026-08-19 23:43:47 +01:00
Cargo.toml Moved Mars language to a separate repository. Partially refactored for the simple render pipeline. Incomplete refactor, does not build. 2026-08-19 23:43:47 +01:00
README.md Added README.md introducing the engine and it's aims 2026-08-19 23:50:27 +01:00

The Pool engine. Hop in, the water is warm.

Pool is a lightweight web-based networked rendering and physics engine designed to push the boundaries of what defines a modern engine.

Pool was inspired by the Roblox game engine and features its own scripting language. Global fluid, cloth, soft and rigid body physics are intended to be implemented in the near future.