MDN/Development/Emscripten: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 86: Line 86:
** What browsers currently support this combination?
** What browsers currently support this combination?


===Workflow and tools===
===Workflow and tools (could be versioned)===


As a native developer, how can I get up and running with Emscripten, including it as an additional development target that fits into my existing toolchain?
As a native developer, how can I get up and running with Emscripten, including it as an additional development target that fits into my existing toolchain?
Line 102: Line 102:
* Debugging Emscripten code output (https://github.com/kripken/emscripten/wiki/Debugging)
* Debugging Emscripten code output (https://github.com/kripken/emscripten/wiki/Debugging)


===Techniques for working with Emscripten===
===Techniques for working with Emscripten (could be versioned)===


More detailed tutorials than you got with the hello world section in the introductory material. Generally these should help developers solve specific problems with their code, and porting it across. It might be an idea to, at each point, say what C++ component is being used, and what JavaScript API/construct it is being compiled into, making it easier to understand what is going on whether you are a C++ person or a JavaScript person.
More detailed tutorials than you got with the hello world section in the introductory material. Generally these should help developers solve specific problems with their code, and porting it across. It might be an idea to, at each point, say what C++ component is being used, and what JavaScript API/construct it is being compiled into, making it easier to understand what is going on whether you are a C++ person or a JavaScript person.
Line 142: Line 142:
** Launching the application into full screen or windowed mode.
** Launching the application into full screen or windowed mode.


===Reference documentation===
===Reference documentation (could be versioned)===


* Installation instructions
* Installation instructions
Line 152: Line 152:
* Links to relevant tool documentation
* Links to relevant tool documentation
* Emscripten FAQ (https://github.com/kripken/emscripten/wiki/FAQ)
* Emscripten FAQ (https://github.com/kripken/emscripten/wiki/FAQ)
===Demos (does this need to be versioned?)===
* a
* b
* c
* etc.


==What should we talk to?==
==What should we talk to?==


Alon, Jukka, Vlad, Martin Best, Dave Herman, Luke Harvey, the rest of the games team!
Alon, Jukka, Vlad, Martin Best, Dave Herman, Luke Harvey, the rest of the games team!
Confirmed users
228

edits