Skip to main content

Rune scripting

· 2 min read
Balaur

Rune scripts. Every subsystem declares its bindings once, against a seam with no language in it, so a second language cost the engine nothing.

2D support

· 2 min read
Balaur

A second physics world on rapier2d, 2D drawing in z order, a 2D gizmo in the editor, and a slingshot game to prove it.

The initial engine

· 2 min read
Balaur

The first commit: eight crates, one example, and the two things the engine is built around — hot reload that keeps state, and determinism.