BMax 2D graphics in Blitz3D
Blitz3D Forums/Blitz3D Programming/BMax 2D graphics in Blitz3D| 
 | ||
| Hi Guys I have made library which allows to work conveniently and very quickly with 2D graphics (images and other primitives) in Blitz3D, very suitable for making HUD and GUI -> FastImage library topic The library is tested, but would like to hear your opinion... | 
| 
 | ||
| Library was updated (v1.31), fixed small bug with anim images... | 
| 
 | ||
| Thanks! (text functions will be amazing!!!) ;P regards! | 
| 
 | ||
| as must look font for text functions? - picture with text file, describing width of chars, OR - analogue BMax (generate picture from ttf font file) | 
| 
 | ||
| Since B3D is windows only, use traditional way should be OK, but loading TTF via FreeType will be a plus, may need a lot of work though. | 
| 
 | ||
| See new FastText library with support Unicode (TrueType, OpenType fonts and etc. )- http://www.blitzbasic.com/Community/posts.php?topic=68216 | 
| 
 | ||
| what's the license? | 
| 
 | ||
| As I understand it, FastImage is free to use for any project.  I think it's in that long topic Mixail linked to in the first post.  Everyone seems very happy with the library too. |