can this sprite engine be used with purebasic ?

Advanced game related topics
z3phir2003
User
User
Posts: 49
Joined: Wed Jan 12, 2005 3:50 pm

can this sprite engine be used with purebasic ?

Post by z3phir2003 »

hi
i found this sprite engine on the net http://www.spritecraft.com can this sprite engine be used with purebasic ?
Registered user of PureBasic 4.02
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

Yes, becasue it is a dll but becasue it was written in C++ so it will be diffucult to get it working properly
~Dreglor
z3phir2003
User
User
Posts: 49
Joined: Wed Jan 12, 2005 3:50 pm

10x for responding

Post by z3phir2003 »

10x for responding. i will try to use it if i will have any luck i will post here the source code. if anyone has any succes please post a tutorial or something. 10x in advance.
Registered user of PureBasic 4.02
Amiga5k
Enthusiast
Enthusiast
Posts: 329
Joined: Fri Apr 25, 2003 8:57 pm

Post by Amiga5k »

Hi everyone.

Dreglor, I don't think it should be too difficult to get it working just because it was written C++. I mean, what difference does it make what language a dll was written in, as long as the function names and parameters are known, right?

If the dll requires addresses to be passed to it, I think PB is up to the challenge, no? ;)

Russell

p.s. I haven't tried SpriteCraft, but isn't this something we could write in PB itself fairly easily for our own use? True, it wouldn't be 'object oriented', but I don't think I'd lose any sleep over that fact... (Naturally, if PB 4.0 supports objects then we will have that option, too).
*** Diapers and politicians need to be changed...for the same reason! ***
*** Make every vote equal: Abolish the Electoral College ***
*** www.au.org ***
bumblebee
New User
New User
Posts: 5
Joined: Tue Feb 22, 2005 8:09 pm
Location: England
Contact:

why?

Post by bumblebee »

Call me dumb - but before you do - consider this:-

PureBasic gives you sprites, 3dSprites, and images - so, you can do your scrolling backgrounds using images, have moving sprites, and easy stuff as sprites - and do the complicated things with translucent sprites or even use 3dSprites, and you can do it all at the same time?
I personally have been nothing short of impressed with the 2D capabilites offered to me by PureBasic.

What I personally have found, is that if i'm trying to do something, there is always a way! You might have to just keep trying. I didn't look into this system for any more than 10 minutes - but it doesn't sound to me like its doing anything that PureBasic isn't already.

Am I missing something?
Post Reply