ashakiba Posted February 3, 2014 Share Posted February 3, 2014 Hi, I would like to introduce you to CutJS, a small open-source library for composing high-performance, dynamic and interactable 2D Canvas graphics. I have developed it in past few months while I have been developing HTML5 games. I have also open-sourced the one of them as a complete demo. More smaller examples are available on cutjs.org. Feedbacks and questions are welcomed! Ali Quote Link to comment Share on other sites More sharing options...
joannesalfa Posted February 4, 2014 Share Posted February 4, 2014 Is this framework is designed to render vector graphics? Quote Link to comment Share on other sites More sharing options...
ashakiba Posted February 5, 2014 Author Share Posted February 5, 2014 Is this framework is designed to render vector graphics? No, but the API is inspired by DOM API, with a new concept called "pinning" introduced instead of styling. That is it offers a tree structure like DOM API instead of sequential Canvas drawing API.In other word it is library that makes it easy to play around with smaller graphics (image sprites, Canvas shapes, etc.) to compose a larger Canvas graphic, using an API similar to DOM. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.