Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • But are 2D graphics easier than WebGL 3D graphics? Commented Apr 6, 2012 at 23:22
  • 1
    Generally for me i made 3D graphic models and rendered them as images with an isometric view. (I use Blender) which is quite easy with lots of tutorials & is free to download, though its a few months of practice to make something reasonably pleasing like a nice textured house. Or you could go down the pixel art which requires some reasonable artistic skill :P Commented Apr 6, 2012 at 23:27
  • clintbellanger.net/rpg/tutorials/isometric_tiles follow this tutorial for blender to get started :) Commented Apr 6, 2012 at 23:29
  • Thanks! If I choose to go with 2D, that tutorial will help me out a lot. Commented Apr 6, 2012 at 23:30
  • Also wanted to call out that opengameart.org, which is linked to in that tutorial, looks like a valuable resource. Commented Apr 6, 2012 at 23:46