Page 1 of 1

Ever wanted to play Mari0 in the browser?

Posted: 14 Feb 2016, 07:14
by BobbyJones
Love(the engine behind mari0) was ported to the web a couple days ago. And they tested it with this http://tannerrogalsky.com/mari0/

Yes that's right Mari0 running in your browser. It can also run on your pi if you have one. But there is a couple issues with it if y'all have not noticed. The shaders were originally made for 0.8.0 and opengl. Web browsers use opengles. So that means that shaders will have to be tweaked. Also currently there is no networking in the love web port so sadly you cant make a multiplayer mod work in the browser yet.

If you want to help fix the shaders than the repo is here. https://github.com/radgeRayden/future-mari0

It runs on 0.10.0. If you find any bugs report it to the issue tracker and if you can attempt to fix it.

Re: Ever wanted to play Mari0 in the browser?

Posted: 14 Feb 2016, 08:42
by Qwerbey
The thread title wrote:Ever wanted to play Mari0 in the browser?
No, I never have.

Re: Ever wanted to play Mari0 in the browser?

Posted: 14 Feb 2016, 09:20
by jumpinglizard
Actually, i have.
Thanks for making this! (or thanks to whoever made this)

Re: Ever wanted to play Mari0 in the browser?

Posted: 14 Feb 2016, 16:45
by TurretBot
QwertymanO07 wrote:
The thread title wrote:Ever wanted to play Mari0 in the browser?
No, I never have.
Same. But, I tried it out, and it's a pretty good port I suppose, although it does lag.

Re: Ever wanted to play Mari0 in the browser?

Posted: 14 Feb 2016, 18:46
by BobbyJones
TurretBot wrote:
QwertymanO07 wrote:
The thread title wrote:Ever wanted to play Mari0 in the browser?
No, I never have.
Same. But, I tried it out, and it's a pretty good port I suppose, although it does lag.
It might lag in the beginning due to it loading resources. In Mari0 1.6 it uses threads for loading assets. Threads do not work in the browser so it was switched by Tanner to use couritines.