Free choice of sprite system

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Lebostein
Addict
Addict
Posts: 826
Joined: Fri Jun 11, 2004 7:07 am

Free choice of sprite system

Post by Lebostein »

Why I can not use OpenGL or SDL under windows? The best way is a free choice of sprite system in PureBasic on every platform:

InitSprite(System)

System = #PB_System_DirectX7 (only Windows)
System = #PB_System_DirectX9 (only Windows)
System = #PB_System_OpenGL
System = #PB_System_SDL

What do you think about this?
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Would of course be nice, but it'd take a lot of time to implement all those interfaces, and they probably wouldnt act the same.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

dracflamloc wrote:Would of course be nice, but it'd take a lot of time to implement all those interfaces, and they probably wouldnt act the same.
Fred said it would be done with subsystem.
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

@Lebostein:
its not only the sprite system... you must define the 2d and 3d drawing stuff and the openscreen stuff too... btw, fred answered this, on how he will implent this... and his idea/concept ist still the best! as here said before, a subsystem... just read the threads...
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Post Reply