Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Thu Mar 28, 2024 6:57 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sat Oct 04, 2008 10:43 pm 
Offline

Joined: Wed Oct 01, 2008 11:53 pm
Posts: 6
Hello,
here is raydium for pascal wrapper, you can use it with freepascal. Its not complate but it is usable!
I will put the next versions here.

Download:
Zip contains compiled raydium.dll, pascal-unit, and 2 examples source+bin
Put the examples and raydium4p.dll in raydium\bin folder to access mediafiles without redownload!
Updated 05.10.2008:
[url]http://cid-7bd1eff06daa930c.skydrive.live.com/self.aspx/Öffentlich/raydium4pas.zip[/url]


Last edited by sunji on Sun Oct 05, 2008 10:09 pm, edited 2 times in total.

Top
 Profile  
 
PostPosted: Sat Oct 04, 2008 11:37 pm 
Offline

Joined: Tue Jul 08, 2008 2:37 am
Posts: 181
Very nice! Good job! We can easily add support for all current target platforms using something like this:
Code:
const
{$IFDEF WINDOWS}
  RaydiumLib = 'raydium.dll';
{$ENDIF}

{$IFDEF UNIX}
{$IFDEF DARWIN}
  RaydiumLib = 'raydium.dylib';
{$ELSE}
  RaydiumLib = 'libraydium.so';
{$ENDIF}
{$ENDIF}


Top
 Profile  
 
PostPosted: Sun Oct 05, 2008 10:12 pm 
Offline

Joined: Wed Oct 01, 2008 11:53 pm
Posts: 6
I translated train.c example and added raydium.dll functions to raydium.pas. I translated volcano.c sample too, but there is one error with opengl-function and other 2 errors. I correct it later. I want yet create own examples. I can put new updates maybe next weekend.
When anyone adds functions to raydoum.pas or correct the volcano sample then write in this thread please or use my msn. I can speak better german and turkish.

You can dowload updated files from first topic. http://memak.raydium.org/viewtopic.php?f=7&t=869&p=6388#p6388


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group