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

GeorgeGkas/isometricObelisk.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published