building browser based games using html5
play

Building Browser Based Games Using HTML5 Marc OMorain Lead - PowerPoint PPT Presentation

Building Browser Based Games Using HTML5 Marc OMorain Lead Developer, Swrve @atmarc Who am I? Who are you? Outline Talk for about 40 minutes Take questions at the end Why ? Why do people use Lua? 1. Fast Iteration 15


  1. gcc -Wall -Werror

  2. Unit Tests Jasmine http://pivotal.github.com/jasmine/

  3. describe("Maths", function() { it("should be able to add numbers", function() { expect(2 + 2).toEqual(4); }); describe("subtraction", function() { it("should be able to subtract numbers", function() { expect(10 - 2).toEqual(8); expect(100 - 90).toEqual(10); }); }); });

  4. Profiling

  5. Performance Profiling

  6. Garbage Collection

  7. So what code allocates memory?

  8. var dict = { foo: 'bar', baz: 'qux' };

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend