Archive for the ‘Visuals’ Category

2009-07-30

Simple 2D walker prototyping

Like I said, I’d post a bit about some prototyping. Nowadays I’m usually using Processing for small prototypes. Some years ago I used to use EVALDRAW for little algorithmic tests. I love it for the immediate feedback when working with it, and also the different modes it provides.

But after I started to like more the whole concept of isolated first-stage prototypes, I felt EVALDRAW wasn’t just enough for all of my needs. After pondering with some alternatives I ended up “standardizing” on Processing, although it would still have a lot to learn from EVALDRAW. :-) However the one cool thing with Processing is that you can export your creation to be a stand-alone mini-app or even to a web page. As long as you have installed Java.

Lately when working with some ideas for a platformer game, I wanted to make some tests for a “walker”. To be exact, the simple kind which would just use some carefully chosen formulas like sine curves to move feet and body.
(more…)

2007-08-13

Assembly 2007 – Seminar slides, 4KB intro, Company news

Rose Shank
Assembly’07 is over. I held a seminar presentation there about Immediate Mode Graphical User Interfaces (IMGUI for short), together with Jari Komppa. You can check out the slides.

With XMunkki I once again created a 4 KB intro, Rose Shank (download Windows zip). What’s special about the creation is the fact that it was created in a custom language which uses LISP syntax (Lisp-ahtava aka IL4). The code is compiled into a custom minimal bytecode and a VM for that particular case. Respect to XMunkki – he is the brains behind that nice little system which we have talked about for some years, and he finally got around to implementing it!

If you hadn’t heard yet, I recently also quit working for my previous employer Sulake Corporation and co-founded Secret Exit Ltd together with Jani Kahrama. We created a prototype of one of our game concepts for the Assembly Game Development competition. Cinnamon Beats took the 3rd place although it’s still in pre-alpha and we have received many positive comments about the game.

Update: Sources for Rose Shank are available.
You can also view a YouTube video of it!

2007-02-17

Andromedary source release

With my friend XMunkki we decided to release the source code to Andromedary, our 4 KB intro which came to 2nd place in Assembly’2006 event. Download it now and don’t forget to check out other 4 KB development resources in the IN4K site.

2006-08-07

Assembly’06 – Racing Pitch, Andromedary and seminar slides

Assembly’06 ended yesterday. I created a game called Racing Pitch (Windows) for the game development competition and finished at the second place. You need a microphone to play the game, as you must mimic engine sounds to drive a racing car! Check out the video about the game presented at the event.

With Xmunkki I also created Andromedary, a 4 KB intro which ended at second place as well.

Among taking part in the competitions, I also gave a seminar speech about The Neglected Art of Fixed Point Arithmetic. As I promised, you can now get the slides for the presentation. Update: The page has a revised version and comments.