This is Rasmus Kirvesmäki's website. I am a software developer currently studying at Aalto University. Here I write about stuff that I've worked with that might be also interesting to other people.
Posts
-
Exploring natural walking for XR games by folding space into itself
In the last half a year I have been working quite a lot with the meta quest headsets. I've noticed that in many games walking around is quite a poor experience - mainly done with the joystick. In this post I'd like to present some ideas for a way of movement that we see barely used.
-
Developing a fast matrix multiplication implementation on the CPU
Recently I took a course in parallel computing, where the focus was on using all the available resources we have on our computers. The course was tough but really interesting, so I thought I could share some of the concepts learned there.