Ever wanted to play Mari0 in the browser?

General Mar0 discussion has been moved to this subforum!
Post Reply
BobbyJones
Posts: 18
Joined: 14 Feb 2016, 07:03

Post » 14 Feb 2016, 07:14

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.

User avatar
Qwerbey
Posts: 1280
Joined: 05 Oct 2012, 07:58
Contact:

Post » 14 Feb 2016, 08:42

The thread title wrote:Ever wanted to play Mari0 in the browser?
No, I never have.

User avatar
jumpinglizard
Posts: 312
Joined: 02 Mar 2015, 22:02

Post » 14 Feb 2016, 09:20

Actually, i have.
Thanks for making this! (or thanks to whoever made this)

User avatar
TurretBot
Posts: 4412
Joined: 15 Mar 2012, 23:18
Contact:

Post » 14 Feb 2016, 16:45

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.

BobbyJones
Posts: 18
Joined: 14 Feb 2016, 07:03

Post » 14 Feb 2016, 18:46

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.

Post Reply