Posts Tagged ‘bitmap’

Rendering an image to an isometric grid

I woke up this morning and was a little inspired by Keith Peter’s post over at bit-101 showing some pretty cool isometric visualization. I decided to do my own take.

This is obviously not showing any funky patterns like Keith’s but rather sampling a 100×100 bitmap and using it’s pixel data to render the colours of the tops of each block.

(more…)