WebVR Pong
~ 1 Minute Read.
Two blog posts ago I mentioned a WebVR game we were making for the Virtuleap WebXR Competition at Vhite Rabbit.
“WebVR Pong” is a multiplayer game we wrote in C++ with the …
~ 1 Minute Read.
Two blog posts ago I mentioned a WebVR game we were making for the Virtuleap WebXR Competition at Vhite Rabbit.
“WebVR Pong” is a multiplayer game we wrote in C++ with the …
Ninjarun Preview video to show you the animations and stuff…
This post was imported from tumblr
After I had decided to do sprite sheets after all (of an animation generated with blender), I did 4 animations and included them into the game.
I now have a run, takeoff/jump …
Did you ever work too long on one feature in a project? It makes you want to get done with the project.
I tried to get 3D models loaded into my ninjarun game. ‘md2’ actually worked fine, but you usual …
Just found a full tutorial on how to load .md2 and although skeletal animation for Ninjarun loaded from .x would have been interesting, it would have been an extreme overkill. Threrfore I’m switching to …
Today I looked at the .x file format and decided to do the character animation for Ninjarun not with a sprite-sheet but a 2D mesh with bone-animations.
This post was imported from tumblr
I’ve been really working on my Palm Pre game lately. Today I implemented collecting coins!
I had a few issues where I added the player to an entity list instead of a coin en …
*I’m back!* Because of my final exams at school, I didn’t have to much time for things I actually like doing, hence this blog not getting too much attention.
I never actually had a …