@jgengine/core
v0.11.0
Published
jgengine core — agent-first game framework SDK (npm @jgengine/core). Entity stores, commands, combat, inventory, multiplayer seams. Zero dependencies. Not an ECS. https://jgengine.com
Maintainers
Readme
@jgengine/core
Genre-agnostic TypeScript game engine SDK — runtime, state store, entity scene, combat, movement, inventory, economy, quests, multiplayer primitives. Zero dependencies; no React, no renderer, no backend.
Import modules by path:
import { createGameRuntime } from "@jgengine/core/runtime/gameRuntime";The renderer-free world layer includes a Gerstner waterSurface (world/water) and a seeded generateBuilding kit (world/buildings), whose wave math and building component vocabulary were shaped from achrefelouafi's MIT OceanThreejs and BuildingGeneratorThreeJS — see CREDITS.md.
Part of JGengine. Apache-2.0.
