Skip to content

App Distribution (.proton) #12

@TechStudent10

Description

@TechStudent10

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions