On several mobile devices and even computers updated with the latest versions of chrome browsers, opera and firefox this message about wasm or one about webgl is appearing. One note is that html games made by old versions of gideros are running normally.
Thanks :^)
Comments
messages are, also, quite... various
Likes: kinrpg
SinisterSoft: “ I don't create classes that much - classes are good for making things simpler but imho for frame rate they are also death by a thousand cuts.”
Totebo: “ Best quote ever.”
🤔
That was what I could understand.
Likes: kinrpg
Well I understand that new technologies are better and more optimized, but ... I tested the game on a core i3 4gb notebook with windows 8 on Frefox and Chrome, I tested on a dell Core Duo with 8GB and Nvidia video card on linux , on Samsung and Motorola phones, as well as Windows 10 computers.
ALL of them gave some error of incompatibility with wasm or webgl ...
That is, wanting to launch a web application with the updated Gideros is impractical and will greatly restrict the public.
However games exported to html from many years ago open in any browser.
What was the latest version of Gideros that didn't use Wasm or Webgl?
Then I install the most modern gideros to export the executable windows and android and use an older version to export to html.
About the error you just gave, do you export with a 256MB mem usage (the default) or something else ? With Wasm, this shouldn't be changed, but it was possible for asm.js. We should remove it from the export options.
I'm already checking the releases. I'm going to check the projects too, I'm getting old people ready for new managers, from things like organizing assets and directories to rewriting various codes and functions based on what I'm learning on the wiki and forum.
The minimum memory to be placed then is 256 ... I looked at each of the projects ... Some old ones were 64 or 128, they are old ones that I have been working with for 5 years.
It's really fun :-D
Likes: MoKaLux
Maybe I'll do it that way instead of removing the memory setting.
Likes: MoKaLux