Package-level declarations

Types

Link copied to clipboard

Hand-written JVM baseline for the two benchmarks in examples/bench-*.

Link copied to clipboard

Connects Tessera to the game via Fabric API events (no mixins needed for these). The engine is bootstrapped lazily on whichever of these fires first — always on the client/render thread, which becomes the JS thread for all dispatch.

Link copied to clipboard

Registers /te ... and every script-defined command trigger with brigadier.

Link copied to clipboard

A standalone log window in the spirit of ChatTriggers' console. It mirrors every Tessera console line (chat output, Tessera.log, and errors) with level colours and full stack traces, and offers an input box that evaluates a line of TypeScript via /te eval.

Link copied to clipboard

Sets up .minecraft/tessera/ on first run: always refreshes the bundled tessera.d.ts (for IDE support) and, when the modules directory doesn't exist yet, drops in the hello-tessera example so there is something to test immediately.