1 रिपॉजिटरी
Transforming raw script files into runnable objects during the execution phase.
Distinct from Script Compilation: Focuses on immediate runtime object creation from source rather than build-time binary compilation.
Explore 1 awesome GitHub repository matching development tools & productivity · Runtime Script Parsing. Refine with filters or upvote what's useful.
Ink is an interactive narrative scripting language, a JSON narrative compiler, and a narrative engine runtime. It provides a specialized toolset for authoring non-linear stories and complex branching dialogue systems, allowing developers to manage game state and deliver interactive text to a user interface. The system transforms raw scripts into a machine-readable JSON bytecode format to optimize execution within external game engines. It distinguishes itself through advanced state management, including the ability to serialize story progress into snapshots and maintain concurrent story conte
Transforms raw script files into runnable objects during execution instead of using precompiled assets.