Hop in, the water is warm.
Find a file
2026-08-28 14:03:10 +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 Update README.md 2026-08-28 14:03:10 +01:00

Pool. Hop in, the water's warm.

Pool is a lightweight web-enabled multipurpose engine for UI apps and multiplayer games with physics designed to push the boundaries of what defines a contemporary user experience.

Taking inspiration from the Roblox game engine, Pool ships with its own scripting language, Mars, and shares a similar instance-service model.

Global fluid, cloth, soft and rigid body physics and declarative UI are some of the goal features intended to be implemented in the near future.