Yet another canvas manipulation library, just like fabricjs, kineticjs and easeljs
CutJS – Fast 2D HTML5 rendering engine for game development
31–40 of 54 posts
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#32Re: CutJS – Fast 2D HTML5 rendering engine for game development
#33Theres another framework that uses pixi for the rendering but adds physics, sprite support and sound/input managers called Phaser ( http://phaser.io/ ), also open source.
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#34>new concept called pinning introduced instead of styling It's just a scene graph.
Pinning is about positioning variables, not graph structure.
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#35Does it support high DPI (retina) resolutions?
See http://piqnt.com/o/ It is open source and available for iOS.
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#36One of the best 2d rendering engines I've found is Pixi.js ( http://www.pixijs.com/ ) which uses WebGL with a canvas fallback. Also works great on mobile. Theres another framework that uses pixi for the rendering but adds physics, sprite support and sound/input managers called Phaser ( http://phaser.io/ ), also open source.
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#37Earlier quoted context omitted.
Pinning is about positioning variables, not graph structure.
I couldn't understand exactly how it is supposed to work. Is it about defining anchor points in both parent and child (what you call "align" and "handle"), and then an offset from that?
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#38Earlier quoted context omitted.
so you mean fast like RAD , not fast like SPEED,right ? because >=60fps highly depends on the machine one is running , and the browser one is using. Saying something is fast without benchmarks is stupid. speed is something relative. Nothing is fast or slow, but faster or slower than something else. So what is your framework faster than?
Faster than SVG or DOM under certain conditions, obviously. Nobody is claiming that CutJS is "fast" in a somehow absolute way, I think most HN visitors are intelligent enough to understand that performance depends on the machine running the application and also on the complexity of the tasks that are running. Speed aside, CutJS seems like a nice canvas manipulation library, I'll have to give it a try.
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#39Earlier quoted context omitted.
so you mean fast like RAD , not fast like SPEED,right ? because >=60fps highly depends on the machine one is running , and the browser one is using. Saying something is fast without benchmarks is stupid. speed is something relative. Nothing is fast or slow, but faster or slower than something else. So what is your framework faster than?
No, I didn't mean RAD by fast, I meant it makes development easier (than not using it) while it is still almost as "fast" as directly using Canvas and "fast" enough for game dev.
Re: CutJS – Fast 2D HTML5 rendering engine for game development
#40Nice, but "Fast" - compared to what?
Thanks! Fast enough for game development >= 60fps Check out http://piqnt.com/o/