-
Notifications
You must be signed in to change notification settings - Fork 0
An example of how to model serializable state for easy saving and reasonable runtime access using an array buffer.
pothonprogramming/state-image-model
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
State Image Model The goal of this project is to present a reasonable way to represent an application's state in the form of a contiguous array buffer that can be used at runtime as well as be serialized to a binary file for later use.
About
An example of how to model serializable state for easy saving and reasonable runtime access using an array buffer.