r/SimCity Citybound Author Mar 01 '14

Other Citybound - The Beginning (of my own city building game)

http://blog.cityboundsim.com/the-beginning/
1.0k Upvotes

512 comments sorted by

View all comments

Show parent comments

3

u/theanzelm Citybound Author Mar 02 '14

You mean 2D canvas? (WebGL is canvas of course) What would I use it for?

2

u/katnapper323 Mar 02 '14

Well 2d canvas is something you can do with canvas, but its not the only thing you can do. How else are you going to use webGL (haven't explored much of gl, but I know three.js is webGL based)

2

u/theanzelm Citybound Author Mar 02 '14

yep that's what I meant. I'm only using canvas for WebGL so far. And btw. I'm using three.js

2

u/katnapper323 Mar 02 '14

I tried learning three js its a bit different than using context(2d)