11 Comment(s)3dsdiamondIs there any way to make it in full screen and dual screen?HackTheWorldsSecond YearMy account is over 2 years oldWebsiteSummer 2016 Contest ParticipantI participated in the SmileBASIC Source Summer 2016 Contest!Programming ContestReadingI like to read books!HobbiesWell, if you mean with XSCREEN, then yes you can.3dsdiamondThanks!randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesQuestion: what is the difference between this and GBLURHackTheWorldsSecond YearMy account is over 2 years oldWebsiteSummer 2016 Contest ParticipantI participated in the SmileBASIC Source Summer 2016 Contest!Programming ContestReadingI like to read books!HobbiesThis is way faster.randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesOh, cool12Me21Syntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourselfhow much faster?HackTheWorldsSecond YearMy account is over 2 years oldWebsiteSummer 2016 Contest ParticipantI participated in the SmileBASIC Source Summer 2016 Contest!Programming ContestReadingI like to read books!HobbiesAbout 5 times faster at the moment.AveryFirst WeekJoined in the very first week of SmileBASIC SourceWebsiteThird YearMy account is over 3 years oldWebsiteDisguisedHiddenWebsiteIt's true!
Though, according to my speed test (New 3DS XL, 200x240px, radius 5), QBLUR is 3x the speed of GBLUR. However, correcting for the fact that GBLUR only renders a quarter of the pixels in the end (half width and half height), more accurately, QBLUR is 12x the speed of GBLUR.
Nice job!HackTheWorldsSecond YearMy account is over 2 years oldWebsiteSummer 2016 Contest ParticipantI participated in the SmileBASIC Source Summer 2016 Contest!Programming ContestReadingI like to read books!HobbiesThank you!CyberYoshi64Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthSecond YearMy account is over 2 years oldWebsiteNight PersonI like the quiet night and sleep late.Express YourselfGBLUR draws squares and takes time to draw smaller squares until it's done to "blur"...
QBLUR is larger than GBLUR but it's quicker and isn't showing pure big pixels.
@L
QBLUR 0,0,399,239,255
GOTO @L
@L QBLUR 0,0,399,239,255 GOTO @L