Home | Reviews | GUIpedia | Forum | Fun500


BrandonFun500 6.1
It's finally here, the latest Fun500. It's a FreeBASIC port of 6 with a some bug fixes and upgrades.
6.1
2010-07-078:33 PM

agumaRe:Fun500 6.1
 best GUI ever
will win GUI Awards with eyes closed
 stable
 fast
solid
colorful
user friendly
 your my fav GUI
2010-07-0710:39 PM

HorvatMRe:Fun500 6.1
Your F5I loading code can be optimized: (this is for FBC with -lang qb) SUB F5ILoad (Filename$, CX%, CY%) DIM C AS __BYTE OPEN Filename$ FOR BINARY AS #1 FOR X2% = 0 TO 31 FOR Y% = 0 TO 31 GET #1, , C IF C < 16 THEN PSET (CX% + X2%, CY% + Y%), C NEXT Y% NEXT X2% CLOSE #1 END SUB
2010-07-087:50 AM

BrandonRe:Fun500 6.1
I was surprised to see that it runs faster than even my optimized routine with a large GET buffer. I've added it to my latest code.
2010-07-0810:42 AM

Blog


2021 Brandon Cornell