jdan / isomer

Simple isometric graphics library for HTML5 canvas

Home Page:http://jdan.github.io/isomer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ft. Request Drawing textures on cubes

webketje opened this issue · comments

Is there any way to draw textures on cubes? (cf Minecraft-like)
If not, this would be a highly appreciated feature! Else than that, great, very simple and easy to use library.

Also, it would be nice to have some more info on the more advanced uses as I had to look through the (very easily digestible) code to find answers, namely options when initiating a new Isomer, Object documentation (object properties & methods), extending Isomer, etc.

Not yet but soon, promise :)

There's a full rewrite coming along, as I've been pretty displeased with how I generate the graphics. We're going to be using Three.js instead, which leverages WebGL and has a lot of this stuff figured out. Still at a bit of a crossroads, though, stay tuned!

Duplicate of #7, I'll post some updates in there when applicable.