SuperTuxKart is going Irrlicht

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
hiker
Posts: 58
Joined: Thu May 31, 2007 5:12 am

SuperTuxKart is going Irrlicht

Post by hiker »

Hi all,

I just want to announce that we have started to port the fun kart racing game SuperTuxKart to Irrlicht.

Some screenshots (from the current version still using plib):
Image
Image
Image
If you don't know SuperTuxKart, some gameplay videos are available at youtube or vimeo (higher quality), and recent releases (currently 0.6.1a) can be found on our download page at sourceforge. Even though it's a low release number, the game is already fully playable, and supported on Mac, Linux, and Windows.

On the technical side we are using the Bullet Physics engine, OpenAL for 3d sounds, and SDL (and currently plib). We will be using the SDL version of Irrlicht (to keep gamepad support for Mac), and hope to be finally able to support better graphics, especially animated characters and tracks. First steps with the irrlicht port have already been done (we can load tracks and karts), though there is still a lot of work left to do.

Anyone interested in coding (irrlicht related or not), or designing tracks and karts, just contact us - best on the development email list. We have exciting plans and always need more developers :)

Cheers,
Joerg
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

This is really interesting. It will be nice to see STK on Irrlicht. I really like that STK uses Bullet physics. I hope this project goes far and gets complete.

Also, STK = Super Tux Kart
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Nice to see that you're finally starting wiht the port. Is there already something available on SVN?
geckoman
Posts: 143
Joined: Thu Nov 27, 2008 11:05 am
Location: Germany
Contact:

Post by geckoman »

Finally a REAL game that even already works!
Hope you will progress fast!

Is the sourcecode available somewhere?
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

This project looks very interesting. Good work :)

SVN of Super Tux Kart:
https://supertuxkart.svn.sourceforge.ne ... ertuxkart/
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Auria
Competition winner
Posts: 120
Joined: Wed Feb 18, 2009 1:11 am
Contact:

Post by Auria »

hybrid wrote:Nice to see that you're finally starting wiht the port. Is there already something available on SVN?
Some code has started to be added in, though disabled at compilation time by default since it's more development backups than something really usable atm ;) we intend to activate the irrlicht code by default when the game becomes playable with the new 3d engine
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

yea cool looking project, glad to see its migration to irrlicht, dont hesitate to ask on the forums for any questions regarding the engine (tho im sure you can manage)
hiker
Posts: 58
Joined: Thu May 31, 2007 5:12 am

Post by hiker »

hybrid wrote:Nice to see that you're finally starting wiht the port. Is there already something available on SVN?
Not really. I commit regularly, but mainly as a backup for me (I work mostly on a laptop, and I have a long history or breaking them :) ). I am using #ifdefs for irrlicht so that the plib version still works (other people are working on the AI etc, and they need a working version for their tests).

At this stage I have simple track and kart model loading and the camera implemented - though I have to fix some bugs (e.g. axis are different, some rotations are not right atm). Once I have tested different 3d file formats, I will commit some preliminary models, too, update the build system for Linux/Mac, then people might be able to have a first look.

And yes, I am sure we are going to keep the questions forums busy here :)

Cheers,
Joerg
Post Reply