subDimension

Weekly Roundup - Beginnings

I want to try something new (new here anyway). I’m going to try and write a blog post at least each week with a list of all the stuff I have created. I create a lot of things during the course of a week, usually stuff related to my actual job, but often there’s stuff in there that’s interesting in one way or another.

RPG

RPG (working title!) is a simple game I’m using to allow me to develop Glixl, my WebGL pixel engine.

I’ve been working on it for a while, but this week I finally created the GitHub Repo.

The primary highlight of this is the pseudo-depth - You can walk the wizard around with the WASD keys and he’ll go behind stuff like the trees. This week I also ported my A-Star pathfinding code from JawsJS, but still need to actually use it to control the wizard.

Pixel Palette

Since creating my pixel palette (almost a year ago! Wow!), I still feel like it’s working ok. I read an update post from eevee that mentioned using the DB32 palette (which oddly I’d not seen before, even though DB16 was the inspiration for my own palette!). There was a reply in the DB32 thread where someone had produced all of the dithers for the palette, which I thought was a really cool idea. I started doing it for my own palette (which I realise now needs a name).

Palette Dithers

It looked cool and developed my colour knowledge a little but I’m not completely sure how practical it will be. I usually work on such a small scale anyway that dithering doesn’t really work, but it might come in handy for some larger scale works, particularly for shading and highlights.

Eevee’s post also turned me on to Aseprite, which is a really nice little pixel editor. What I like was that it’s available for Windows and Mac (and Linux), which means I could have the same tool on my work machine and home machine. I’ve played with the trial a little so far and it seems to work quite nicely.

Lesson Projects

My day job is Teaching. I create a lot of resources for various things. I created a site using GitHub Pages to put my lesson objective slides on, my goal was to have a simple template I could fill in which I could easily share with my colleagues.

I took this a little further last week and started putting all my little projects online in a single format on my Lessons Site.

So far I just have 4 lessons that some of my students are working through this term. The Stop Motion one needs more content for actually putting the movie together. It’s been quite helpful to have these in an ‘agnostic’ format.