An open API service indexing awesome lists of open source software.

https://github.com/vezwork/ocru

Open Canvas Rendering Utility -- alpha development
https://github.com/vezwork/ocru

Last synced: about 1 month ago
JSON representation

Open Canvas Rendering Utility -- alpha development

Awesome Lists containing this project

README

          

# Ocru
Ocru stands for Open Canvas Rendering Utility. Ocru is a JavaScript library for creating graphics-based applications for the web.
Ocru provides:
- An intuitive Object-Oriented layer that lets beginners start working with objects in the Canvas quickly, while still allowing advanced users to squeeze out every drop of power from the Canvas API.
- Individual components and classes which are useful on their own, and also form a full and capable game development framework when used together.
- A Non-callback User Input API.
- Easy to use collision detection (using SAT).

Ocru is open source, that means people like you help make Ocru possible. If you want to improve or add on to Ocru submit a pull request!
### Documentation and Guides:
[https://vezwork.gitbooks.io/ocru/content/](https://vezwork.gitbooks.io/ocru/content/)