> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
@Apollo14 , did you try live-testing from the brackets app?
nope, I've never used 'brackets'! Thx guys, I gotta check all that stuff tomorrow!
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Comments
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
1. Went to http://giderosmobile.com/download
2. Clicked on Mac OS X download link (which is http://giderosmobile.com/donate&download=/download/2018.12/gideros.dmg)
3. Clicked on "take me to the download" (https://github.com/gideros/gideros/releases/download/2018.12/gideros.dmg)
Which gives 404 on Github.
Which should have been: https://github.com/gideros/gideros/releases/download/2018.12/Gideros.pkg
(note the pkg suffix, instead of dmg).
Likes: talis, SinisterSoft
Likes: talis, SinisterSoft
Can exported 'index.html' be opened in our PC browser, or it must be uploaded to a server?
I've tested simple wasm/non-wasm export, when I open 'index.html' in browser, the app is stuck on "Preparing...", it never loads.
p. s. All I have inside 'main.lua', nothing else:
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Likes: Apollo14, vitalitymobile
https://stackoverflow.com/questions/4819060/allow-google-chrome-to-use-xmlhttprequest-to-load-a-url-from-a-local-file
In addition, you can read the browser console to know which errors are thrown
Likes: Apollo14
Fragmenter - animated loop machine and IKONOMIKON - the memory game
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
In case it helps anyone else, I run the following after I install the latest to avoid clicking every time I open:
Likes: Apollo14