Hi,
I've been trying to create basics user interface on OnSet with the CEF.
I noticed a real problem (but the docs explained this so it's ok for now), we can't debug a web application expect with alert or display text on screen, and that's pretty bad for dev experience.
Some missing features:
- An in-game console with logs from web-dev + logs from client print().
- ES6 sugar syntaxe (PLEASE!), actually I'm not even able to create a js class (ES5).
- Access to microphone (media sources).
I've been trying to create basics user interface on OnSet with the CEF.
I noticed a real problem (but the docs explained this so it's ok for now), we can't debug a web application expect with alert or display text on screen, and that's pretty bad for dev experience.
Some missing features:
- An in-game console with logs from web-dev + logs from client print().
- ES6 sugar syntaxe (PLEASE!), actually I'm not even able to create a js class (ES5).
- Access to microphone (media sources).
Comment