-
-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Julian Benda edited this page Jul 4, 2022
·
6 revisions
Welcome to the inkcpp wiki!
I'll be slowly documenting the project here for both users and contributors. Please be patient as I get everything organized.
Broadly, I need to document:
- The InkCPP Binary Compiler which converts Ink JSON into a special binary format that's easy to traverse.
- The runtime interface, which consists of the Ink Story, Runners, and Global Variable Stores.
- The Building your own InkCPP
- The runtime implementation details, specifically all the wacky stuff like "fallthrough diverts" which are referenced a lot in the code but not explained anywhere