Skip to main content
Commonmark migration
Source Link

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

    Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

    enter image description here

  2. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

    enter image description here

  3. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

    enter image description here

  2. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

    enter image description here

  3. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

replaced http://gamedev.stackexchange.com/ with https://gamedev.stackexchange.com/
Source Link

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answerthis answer for a side-by-side comparison between isometric and top-down.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.
added 135 characters in body
Source Link
David Gouveia
  • 25k
  • 5
  • 88
  • 127

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.

I don't know about jQuery but in general terms I can think of a few alternatives.

  1. Use isometric tiles to create the background. It's very similar to creating a top-down tile based map but with tiles being offset a little. You can find more information here. Also check this answer for a side-by-side comparison between isometric and top-down.

enter image description here

  1. Turn a top-down background into isometric by rotating 45º and compressing it vertically, either in code or in some image manipulation software.

enter image description here

  1. Probably not applicable here but in a 3D API you can also get an isometric view of the world by setting an orthographic projection and positioning the camera at the correct angle.
Source Link
David Gouveia
  • 25k
  • 5
  • 88
  • 127
Loading