Home | Reviews | GUIpedia | Forum | Fun500
Brandon | Fun500 6.1It's finally here, the latest Fun500. It's a FreeBASIC port of 6 with a some bug fixes and upgrades. 6.1 | 2010-07-07 | 8:33 PM |
aguma | Re: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-07 | 10:39 PM |
HorvatM | Re:Fun500 6.1Your 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-08 | 7:50 AM |
Brandon | Re:Fun500 6.1I 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-08 | 10:42 AM |
2021 Brandon Cornell