rendering
well, i did some stuff that's tangental to hell game 2
if you've been following my tumblr you've probably already seen the deluge of images, but i've been working on rendering stuff. this is kinda broad 'rendering engine' stuff that's not specific to hell game 2 (i have at least two other projects that could use the same setup), but it is also something i'd use for hell game 2, so, that kinda counts
currently the hell game 2 demo is using an older version of a canvas-based renderer. it's decent enough but it gets kinda laggy and slow on bigger maps. for hell game, i'm still planning on having the maps be nearly-entirely static, so a lot of fancy rendering tech isn't really needed, but i would at least like to have the ability to render considerably bigger maps, so that at least has been pretty-much solved with this current chunk of coding
if you've been following my tumblr you've probably already seen the deluge of images, but i've been working on rendering stuff. this is kinda broad 'rendering engine' stuff that's not specific to hell game 2 (i have at least two other projects that could use the same setup), but it is also something i'd use for hell game 2, so, that kinda counts
currently the hell game 2 demo is using an older version of a canvas-based renderer. it's decent enough but it gets kinda laggy and slow on bigger maps. for hell game, i'm still planning on having the maps be nearly-entirely static, so a lot of fancy rendering tech isn't really needed, but i would at least like to have the ability to render considerably bigger maps, so that at least has been pretty-much solved with this current chunk of coding