There is an example that ships with freepascal called daemon.pp, it gives you the basics.
Type: Posts; User: technomage
There is an example that ships with freepascal called daemon.pp, it gives you the basics.
I've never actually looked at Vampyre before. looks good I might give it a go :)
nice work.
This is great news. I hope they included the fix to run the initialization sections in a shared object under linux :).
Time to download a test I guess :wink:
Works fine here. Dell Inspiron 9300 2 Gig of ram with a Nvidia 6800 Go :)
Well dispite the bad press on OpenGL 3 API, if you want to write 3D apps for Linux and OSX you will just have to use it, cos M$ definately wont.
Personally I prefer OpenGL. I find it easier to...
Personally, I'd go with Subversion. I've used it in personal projects for years, and have managed to get both of the last two companies I have worked for to switch from M$ source control (VS &TFS) to...
I ran the RPGStudio exe under wine and it worked fine. I'm still waiting for the DVD to download so I can add the modules/plugins but the exe worked without any problems.
If you are only using...
I'm gonna test it under wine once I get everything down. So far I ran the app without all the plugins and it worked ok. Once I get the examples down I'll give them a test and let you all know how it...
Hi Luuk
nice work. I tested them both under wine on my ubuntu box. both worked fine no problems :) Got about 600 FPS on my Nv 7800 GT. :)
Dean
cool. Must have taken allot of work to write a loader for all the format.
Nice one, I wanted to try something similar with my Engine, just haven't got round to starting it yet.
Are you reading the models in the native format? or are you converting them to something...
I'm up for this.
Somewhere in Europe would be nice.:D
Paul
Nice work , not sure about a replacement for Windows, depending on what you use from it you might just be able to $DEFINE it out. I suspect you will need to fine a free pascal cross platform...
Doing OK, would like to be doing better, faster :D
I actually managed to upload the latest test of the InfinitEngine the other day. Here is a video of it running the new models for the Alert...
Looks Good Luuk.
Just for a giggle I tried to run this under wine. No luck, but it did managed to create the screen and load all the textures :D I'll try it on my windows partition when I get a...
I dropped the idea of building a Net work engine in favour of building a 3D game engine InfintEngine for the InfiniteSpace-Online project.
I have recently started using ENet as a basis for the...
I have used GpProfile under Delphi for ages.
http://17slon.com/gp/gpprofile/caveat.htm
but It's not for lazarus I'm afraid. :(
JEDI-SDL already has a unit sdlstreams.pas which has all these functions written for you, there is no need to write you own!
That is a good site, but it looks like Free accounts are public, which means anyone can get to your source code.
What I am suggesting is cheap proprietary svn hosting, only you will have access...
I wanted to find out if anyone would be interested if DelphiGamer.com began subversion/trac hosting in addition to the other hosting services we provide.
Unfortunately I could not do this for free...
I got this working under Linux :). It seems nice and quick. I'll post the code of the simple command line demos when I get a moment.
next stop get it working on Windows and OS X :D.
I think we...
I'm having trouble getting a shared object (or a DLL) out of the projects provided. Anyone got any tips, I'm trying to get the .so under linux and I'm afraid I'm a bit rusty in this area :).
...
I just found this thread too, I've downloaded the sample and I'll see if I can get it to work :)
I don't think it's just visual studio, it's just C++. Historically because Pascal is a stricter language you can produce a very efficient compiler, a C++ compiler has to be able to sort out all the...
You have to make use of envrioment variables.
SDL_WINDOWID=Handleofform or panel
you can use the SDL_setenv to write this at application startup.
For more info check out