Josh Marinacci
                                            Josh Marinacci
                                        
                                    Figure out how to use the AtomShell to build a packaged up desktop app of Electron
implement firmata panel. button to install firmata, button to connect, discover all pins
When running the app from a local XCode build you can access the Javascript console by attaching desktop Safari to it. However, when running the app from the appstore you...
I downloaded an asset set from Kenney. https://kenney.nl/assets/space-kit The zip file has a directory called Models, which contains a subdirectory called Textures. The tool will not find the textures if...
If an object def adds a new property any existing documents won't have that property and will crash at runtime. Instead the object should be upgraded to add this new...
If some assets fail to load the whole app will give you a warning and then possibly crash if you continue. Instead the things which use assets should be resilient...
There should be an export feature which splats the project and assets and all supporting files into a single zip that you can drop on a webserver and have it...
it should be possible for an object to have a property which is an array of objects, and those objects should be specified to be of a particular type.
To support Edge and other browser that don't support custom elements.