pdjstone / arculator-wasm

Arculator
http://b-em.bbcmicro.com/arculator
GNU General Public License v2.0
13 stars 1 forks source link

Rationalized build and instructions around Emscripten only. #1

Closed matthewbloch closed 1 year ago

matthewbloch commented 1 year ago

What do you think of this? My intention is to strip away most things that aren't relevant to building archimedes-live so that the arculator build is as fast as possible, without losing the ability to resync with upstream. I'm also aiming to make life simpler for new contributors to understand how it's put together.

I've also left it so that you can test sanity-test arculator with the default emscripten front-end.

pdjstone commented 1 year ago

This builds fine for me. However, it would be good to have a non-debug build option, which sets -DRELEASE_BUILD and -O3. Optimised builds definitely run faster for me (in particular the sound is less glitchy)