Commit Graph

8 Commits

Author SHA1 Message Date
sz 390041eb70
Update docs for mode B!
Includes:
* new performance numbers. Very exciting. Very cool. Ambient lighting
helps!
* deprecating the old 8-color mode ("mode 8C" under the new naming
scheme). This simplifies things, and a newer, faster format is waiting
in the wings...
* misc updates based on what I've learned
2024-02-21 21:53:06 -06:00
sz 918ffb20f7
Update build instructions to match reality
(emcmake does things to the ENV, it's probably not what you want for
make)
2021-03-29 16:47:08 -05:00
sz 71f2e74ba9 argh 2021-02-03 20:27:51 -06:00
sz 74f5a5404e Small docs updates 2021-02-03 20:26:04 -06:00
sz c47302b862 No, I'm not making a PR for docs updates 2020-10-20 07:08:57 -05:00
sz 1609a22215 instructions 2020-10-03 05:32:27 -05:00
sz c189349141 More wasm* build instructions, and removing some unused variables
* technically, because we're using SINGLE_FILE=1 "instead of" WASM=1,
we're building asm.js and not "wasm". However, with that one change to
the CMakeLists.txt, we get wasm build products, and therefore I do not
see any problem using wasm as shorthand for all this nonsense!
2020-09-26 05:04:51 -05:00
sz 7e0316ca8a Very-hacky way to get the WASM build up and running
Moving extractor into the non-WASM projects, and a very dubious class
split (Encoder -> Encoder+FileEncoder).

Not very happy with this.
2020-09-23 01:57:51 -05:00