BCF 3.0 on sale now ! :)
Community Forums/Showcase/BCF 3.0 on sale now ! :)
| ||
http://www.blitz3dfr.com/projets_bcf.htm secured connection via SHARE-IT ! |
| ||
Hi :) I buy it for my litle editor's game ! Spokounet ! |
| ||
Coolz :) |
| ||
I have 7 happy customers for the moment. I'm rich ! lol ; ----------------------------- ; Worklog version 3.03 ; ----------------------------- ; - Added 3 BCF GUI Style :) with command BCF_InitGui(3,2,GuiStyle) : ; GuiStyle 1 = 3D normal ; GuiStyle 2 = 3D with nice gradient (Maybe slow with many slider ...) ; GuiStyle 3 = 2D flatten (very speed redrawing and more professional look ... i hope ?) ; ; - Many graphics bug resolved ! ; ----------------------------- ; Worklog version 3.02 ; ----------------------------- ; - Scheme/Canva bug resolved (when windows are minimized changing the scheme, destroy windows body). ; - Viewport problem (if gadget size < text size) corrected for Slider,Scrollbar,Window,InfoText. ; - Added Exemple - BCF Simple Icon Button.bb + Bitmap convertion tool for add your hown bitmap under BCF. ; ----------------------------- ; Worklog version 3.01 ; ----------------------------- ; - Global added BCF_GuiStyle, You can know what is the BCF style by dumping the BCF_GuiStyle variable (ex : print BCF_GuiStyle) ; - BCF_InitGui() have a new parameter added (ex BCF_InitGui(3,2,1)) see Readme.htm ; ; Added : ; ----------- ; - Old BCF 2.0 mouse pointer style 3 added (know as style 7) The BCF 3.0 demo are updated take a look :) |
| ||
Great Stuff Filax! The simple commands are very easy to use - It's like having Blitz Plus inside Blitz3D. So far I am getting very solid framerates, even using many "gadgets" over 3D. Thanks! |
| ||
Thanks dear customer :) |
| ||
This is a truely excellent library and well worth the money. It works very well, looks great and the authors are quick to add features upon requerst (and we make loads of them!) Buy it! And no I have nothing to do with BCF other then being a very happy customer. |
| ||
Great GUI. Nice, colourful and fast. Is there a way to add a menu to a window? Also, any plans for a GUI editor? Is there an English support forum for this? Thanks Steve |
| ||
yes ! i have 10 us/english customers happy :) (i hope !) doc in french and english ! Menu ? not for the moment, but you can make easily pop up menu ! Gui editor ? may be ;) but for the moment i plant 3D viewport. |
| ||
And the big new for the update 3.05 :) is 3D Viewport Example : WindTX=200 WindTy=200 MaFenetre1=BCF_CreateWindow(20,20,WindTX,WindTy,BCF_GuiStyle,1,"BCF 3.0 : Fenętre n°"+i,True,True) ViewPortCam1=BCF_CreateViewport( MaFenetre1,2,2,WindTX-10,WindTy-32,0,1,-5,-25,0,0 ) |