Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bootstrap to load blocks file on startup #6

Open
cromo opened this issue May 14, 2021 · 0 comments
Open

Allow bootstrap to load blocks file on startup #6

cromo opened this issue May 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cromo
Copy link
Owner

cromo commented May 14, 2021

One of the goals of FFF is to allow people to make their own applications and games from within VR, and to that end FFF should allow loading user code directly upon startup without having to go through the development environment layer. This means that the bootstrap layer will no longer be just a passthrough, but will need some way to determine when to run user code on startup.

The mechanism could be as simple as the presence of a single file that contains the name of the block file to load, which would allow multiple applications to be developed at once. This also means that it's easy to revert back to development mode by deleting this file, which can be done from within user code.

Should there be an escape hatch programmed into the bootstrap? Perhaps, but it should be user configurable; perhaps defined in the file with the block file name that the bootstrap would listen for.

@cromo cromo added the enhancement New feature or request label May 14, 2021
@cromo cromo self-assigned this May 14, 2021
@cromo cromo removed their assignment May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant