Search found 7 matches

by aidanhs
July 20th, 2017, 11:54 am
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Re: Working on Wesnoth in the browser (via Emscripten)

After some fighting with pango, fontconfig, harfbuzz...
Screenshot from 2017-03-14 21-23-12.png
by aidanhs
March 27th, 2017, 10:34 pm
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Re: Working on Wesnoth in the browser (via Emscripten)

Got the title screen! Though fontconfig clearly needs some work...
screenshot.png
by aidanhs
March 12th, 2017, 12:40 am
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Re: Working on Wesnoth in the browser (via Emscripten)

Exactly one year later (check the date) I'm back! The delay is because I had to rewrite the Emscripten optimizer because its memory usage was killing my computer and making development impossible. Anyway, some progress to share: screenshot.png Yes, that is a full progress bar, with all of "Init...
by aidanhs
March 12th, 2016, 9:02 pm
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Re: Working on Wesnoth in the browser (via Emscripten)

Hmm, it looks there like you are building "wesnothd", which is the multiplayer server target? Probably you can disable that, I would be surprised if it worked in the browser... That may solve some of your warnings. Yeah, that was just the first time the build completed all the way through...
by aidanhs
March 6th, 2016, 5:52 am
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Re: Working on Wesnoth in the browser (via Emscripten)

Wow, I didn't even know that it was possible to build pango on emscripten, I certainly never heard of that :) You know, maybe you should consider to try to incorporate some of that into the "emscripten-ports" system? https://github.com/emscripten-ports https://kripken.github.io/emscripten...
by aidanhs
December 7th, 2015, 2:29 am
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Re: Working on Wesnoth in the browser (via Emscripten)

If you already cross-compiled boost, then kudos, that is a big step of getting the deps and it means you are good enough at this that you can obtain any deps you need I guess. I confess, I was feeling pretty happy after managing to get boost working. Then this weekend I had a shot at Pango and my e...
by aidanhs
December 4th, 2015, 12:03 am
Forum: Coder’s Corner
Topic: Working on Wesnoth in the browser (via Emscripten)
Replies: 10
Views: 10836

Working on Wesnoth in the browser (via Emscripten)

This is the second thread with grand plans for emscripten (the first being http://forums.wesnoth.org/viewtopic.php?t=39842). Briefly: this would theoretically provide a vanilla Wesnoth experience by just visiting a website in any browser. You would even be able to play against native clients in mult...