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
- Host: GitHub
- URL: https://github.com/vezwork/ocru
- Owner: vezwork
- Created: 2016-10-27T17:09:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T08:08:39.000Z (over 8 years ago)
- Last Synced: 2025-03-22T01:37:24.083Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)