https://github.com/threepointone/iso-grid
https://github.com/threepointone/iso-grid
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/threepointone/iso-grid
- Owner: threepointone
- Created: 2013-03-22T12:43:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T13:18:23.000Z (about 12 years ago)
- Last Synced: 2025-01-25T08:11:37.623Z (4 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
(work in progress)
# iso-grid
a generic isometric grid implemented in css
## Installation
$ component install threepointone/iso-grid
## API
```js
var grid = require('iso-grid')();var cube = grid.cube({
x: 0,
y: 10,
z: -1
});grid.add(cube);
grid.move(cube, {
x:10, y:1, z:6
});// tada!
```
## License
MIT