by Olav Junker Kjær
Introduces the Mascara JavaScript Compiler, which extends JavaScript to a safer and more reliable language suitable for larger projects, while still remaining backwards compatible with plain JavaScript and with all browsers. (Read more: http://mascaraengine.com/)
The presentation is geared towards experienced JavaScript developers
This is the second in a series of combined presentations and discussion/community feedback sessions revolving around a large-scale javascript library currently in the works.
During the first part of the series, held at the June CopenhagenJS meetup hosted by Valtech, Richard showed the embryo of a WebGL 3D engine built over the course of just five days. That version supported a scene graph with basic material support, and loading of geometry data from binary AWD2 files.
This second session will show progress made since last time, answer some feedback about performance optimizations, and then dive particularly deep into how the Web Worker powered parsing and loading architecture works.
by Per Thulin and Karl Tannergård
How do I package my web site as a web app? Why a store/marketplace? What are the monetization possibilities? Short demo of Youtify, a web app.
by Allan Ebdrup
A talk about how we ensure quality in our JavaScript code, some good practices.