Building Isometric Pixel Objects with Obelisk.js
Posted · Category: MIT License, Tools
Obelisk.js is a JavaScript Engine for building isometric pixel objects. With the simple and flexible API provided by this engine, you can easily add isometric pixel element like brick, cube, pyramid onto HTML5 canvas.
Obelisk.js strictly follows the pixel neat pattern: lines with 1:2 pixel dot arrangement, leading to an angle of 22.6 degrees. Also you should know this is not only for game, just try it out and pixelate something. Have fun.
Requirements: JavaScript Framework
Demo: https://github.com/nosir/obelisk.js
License: MIT License
0 Comments