/isometricObelisk.js

Create isometric pixel shapes on html canvas.

Primary LanguageJavaScriptMIT LicenseMIT

IsometricObelisk.js

A JavaScript module to create isometric shapes

About

This module provides basic isometric (2.5D) shapes such as cubes, pyramids, bricks, and more for use in your html canvas project.

Usage

Create a basic isometric cube using the default values:

_isometric.cube().color().position().render();

Acknowledgements

Based on Obelisk.js, written by Max Huag (@nosir) and contributed by github community. This library was further improved by me with the development of this add-on.

Documentation

I did my best to create a detailed documentation on how to use this module. See the Wiki Page to find out more.

License

Licensed under the MIT license.