as a former DIV user, i'm amazingly satisfied by blitz2d which i purchased: i'm already hacking and having a lot of fun.
BUT i really lack some functions which DIV handled in an elegant and simple way:
fade in/out -->absent
alpha --> absent. it'd easily solve the fade problem. it could be great to have the possibility of setting "ImageAlpha handle,percent%" where 100% is acompletely rendered image and 0% is a completely transparent image
scale --> heck, the in-built command is SLOW hence impossible to be used on the fly, but pre-calculate all the sprites is really memory wasting
rotate --> see above.
z-order --> it would eventually help a lot to be able to set the "z" value for an image the way you set its x y values..
well, i've heard of a qlib library which i wasn't able to find (nor on blitzcoder nor on bugface's webpage). i've tried the extended bb library, it's great, but it doesn't handle alpha the way i would, plus i don't like the idea of using BBcommands (drawimageBB, lineBB, loadimagBB) in my whole code to be able to use ONE "rotate" effect on the 45th row!!
can anyone help me in any way? are there functions or a compact libraris or.. dunno!! mainly i'd love to see that qlib library.
comments and help greatly appriciated. tia
see ya, folks!
BUT i really lack some functions which DIV handled in an elegant and simple way:
fade in/out -->absent
alpha --> absent. it'd easily solve the fade problem. it could be great to have the possibility of setting "ImageAlpha handle,percent%" where 100% is acompletely rendered image and 0% is a completely transparent image
scale --> heck, the in-built command is SLOW hence impossible to be used on the fly, but pre-calculate all the sprites is really memory wasting
rotate --> see above.
z-order --> it would eventually help a lot to be able to set the "z" value for an image the way you set its x y values..
well, i've heard of a qlib library which i wasn't able to find (nor on blitzcoder nor on bugface's webpage). i've tried the extended bb library, it's great, but it doesn't handle alpha the way i would, plus i don't like the idea of using BBcommands (drawimageBB, lineBB, loadimagBB) in my whole code to be able to use ONE "rotate" effect on the 45th row!!
can anyone help me in any way? are there functions or a compact libraris or.. dunno!! mainly i'd love to see that qlib library.
comments and help greatly appriciated. tia
see ya, folks!