isometric-map

Convert (x,y,z) 3D coordinates to Isometric 2D coordinates

Usage no npm install needed!

<script type="module">
  import isometricMap from 'https://cdn.skypack.dev/isometric-map';
</script>

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...

Isometric Landscape

Build

npm run build

Tests

npm test