Eevee

Results 81 comments of Eevee

Would you be opposed to a PR that implements it? It's better than nothing.

Yes, Prototype is pretty much dead now. Did you say "``" and it got eaten?

Hmm. `` only works in IE 9+. Could drop support for older IE, have graphics silently fail to work in older IE, or have gestalt inspect the DOM for feature...

Hmm. Would having glk call a function on `GiLoad` be appropriate? I can't find many places quixe and glkote directly communicate outside of VM calls.

Aha, I couldn't find `Glk.init` being called because it was on `all_options.io`. Cool, will take a crack at this :)

Demo updated, quixe rebuilt. This is potentially ready to go. Turns out feature detection via `init()` won't work; quixe calls `Glk.init()` (which just does some quixe integration stuff, then calls...

No longer WIP; should be mergeable now.

Graphics support is in 2.1.0, which is awesome, thank you! :)

Rebased away the `.gitignore`.

The nice thing about submodules is that you don't even need separate checkouts; commit inside the submodule, commit outside the submodule, you're done. Between commits you don't have to copy...