Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiph/construct3-standalone
A simple Electron wrapper around Construct 3 web app.
https://github.com/filiph/construct3-standalone
Last synced: 6 days ago
JSON representation
A simple Electron wrapper around Construct 3 web app.
- Host: GitHub
- URL: https://github.com/filiph/construct3-standalone
- Owner: filiph
- License: mit
- Created: 2024-06-17T20:01:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:15:05.000Z (4 months ago)
- Last Synced: 2024-12-30T05:35:37.371Z (8 days ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a tiny project that uses
[Electron](https://www.electronjs.org/)
to wrap the
[Construct 3](https://www.construct.net/en)
(game engine) web app into a standalone application.Why? This is so that the kid can use the web-based tool without me having to open up
the whole internet for them.
I'm using a family safety tool that gives the kid only a limited amount of time for some apps,
namely the browser.
But I also want the kid to have unlimited time for creativity.
Thus, I need Construct 3 to be a standalone app.**Full disclosure:**
Absolutely no warranty, no support, no documentation, no time to even explain this project.
I'm making this open source on the off chance that it's useful for someone else out there,
but if you hit a snag, I'm afraid you're on your own.## Development
To install dependencies, run `npm install`.
Edit the `index.js` file to your liking.
Run `npm start` in the root of the project to test the app out.
## Build
Run `npm run build` to build the app.