It looks like you're new here. If you want to get involved, click one of these buttons!
hgy29            
            
                Maintainer             
            Likes: antix, pie, SinisterSoft, NatWobble, vitalitymobile, totebo, simwhi, john26, aditya
Comments
Fragmenter - animated loop machine and IKONOMIKON - the memory game
I would feature it on the homepage too!
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Is this editor in github somewhere, can I run it in my server for example? It would be fantastic to be able to code and test without the Gideros Editor, just by using a browser. I am looking for this possibility for a while now, as I can't install Gideros Studio at work and have lots of free time to spend on Gideros projects
Likes: totebo
Currently the online editor doesn't read gideros studio's .gproj file, it just load all lua files found in the project directory. This could be enhanced probably.
If you want to host it on your own server, just grab editor.html file from http://apps.giderosmobile.com/player/editor.html and put it along official gideros html5 player files. You may need to update gideros.css file too, and register a drive API key for you domain, but all in all there is not much to do.
Feel free to improve the code, it was just an attempt.
Likes: SinisterSoft
EDIT: after some more reading I realized it's not that straightforward, especially for someone without javascript/html5 knowledge. Loading everything from Google Drive every time it is run is not really a good idea if the project is big. Unlike the Android/iOS player, Gideros HTML5 player does not allow loading of a project unless it is done from Gideros Studio. Moreover, HTML5 player does not start in Chrome (version 58.0.3029.110 for Mac) nor Safari nor Opera, I could only run it in Firefox.
The Run button runs the project without reloading the files. The Reload button reloads the project files (including the .gproj file) and then runs it. Basically Run is just for restarting the game and Reload is for when you make changes in the code. Another limitation is that the project path and name have to be set manually in Gideros_Web_Player.html (I tried to make the place as visible as possible).
I have attached a zip file containing the player and a test project. Unzip it and launch Gideros_Web_Player.html. You can run it from your computer or better in cloud9, they have a very good online editor (the whole environment is actually very good).
I have also attached a screenshot of the Cloud9 environment.
I hope this is useful for people who can't install Gideros on their (e.g. work) computers. They can now use cloud9 for instance to continue working on their projects. It's not maybe the ideal solution and for sure it can be improved, but it works.
EDIT: Apparently cloud9 changed their registration requirements and now they ask for a credit card even for the free account. If this is a problem for you, you can try codeanywhere.com or codenvy.com
Likes: hgy29
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
http://www.amulet.xyz/editor.html
Likes: totebo
Fragmenter - animated loop machine and IKONOMIKON - the memory game
I've played around with the C9 hosted web player for a few days and got this working on an Acer Chromebook R11 - the little touch screen Chromebook that can run Android apps.
Here's a screen shot.
The file navigator on the left shows one problem that might be frustrating others doing this.
File and folder names are case sensitive in *nix but not in Windows. When I unzipped the zip file from @grotly into my instance of C9 it had a mix of lower case and upper case. I copied the files across into the Upper case folders and it worked.
Likes: Apollo14, antix, totebo
Get your CIX on route 109.123.97.120