Dave Clayton
Dave Clayton
I'd love to be able to call jasmine from code. I'm currently building out my own DSL based test framework that uses jasmine to run the tests, so being able...
Do we really want a hash function with an explicit goal of being slow to go faster? :)
In progress now. Used texSubImage2D to blit dynamically loaded image assets into one texture atlas...
Still not as fast as pixi, but it's working!
I also had a max call stack crash on a DOM event I was trying to stringify. My browser tab actually froze up from it. Maybe it should limit recursion...
Lots of triangle strips and messing about with u,v's and sprite atlasses. Probably good to steal this code from another lib :)
We now have very basic app example (example1.js), and a perf test (perf1.js). We need more examples, demonstrating properly how to use the features of the library.