-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Ever since I started this project, there has been one dangling thought in my head.
How on Earth am I going to package these into actual, executable files?
I think I might've found the solution.
It starts of with a simple JavaScript object:
const project = {
"info": ...
"elements": ...
"scripts": ...
}This can then be serialized into binary. Now, we have a .proton file. This can then be fed into another program to read, deserialize and do something with the resulting object. This something is
- Render all the elements
- Execute the scripts
All that is needed is a way to package the Proton file and the program together into one, single executable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels