Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.19 KB

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.