README
Isometric Map
(0,0,0) is mapped to (0,0)
x is up and right y is up z is up and to the left
Assumes usual canvas where 'up' is negative...
Build
npm run build
Tests
npm test
Convert (x,y,z) 3D coordinates to Isometric 2D coordinates
<script type="module">
import isometricMap from 'https://cdn.skypack.dev/isometric-map';
</script>
(0,0,0) is mapped to (0,0)
x is up and right y is up z is up and to the left
Assumes usual canvas where 'up' is negative...
npm run build
npm test