Doodle
Re: Doodle
Nice, but the colours hurt my eyes. Trying to read green, white and magenta on that black and white stipple background wasn't easy on this monitor at least.
But then again, I moan when PC programmers use light grey on black grey, so maybe I'm just fussy.
Tombstoning has been a bit of a sad issue here in Wales, places such as Llangollen, where they dive into rivers or pools and injure themselves (or worse).
Other than that, nice graphics and a cute little demo.
But then again, I moan when PC programmers use light grey on black grey, so maybe I'm just fussy.
Tombstoning has been a bit of a sad issue here in Wales, places such as Llangollen, where they dive into rivers or pools and injure themselves (or worse).
Other than that, nice graphics and a cute little demo.
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
-
- Aurora
- Posts: 889
- Joined: Mon Nov 24, 2014 2:03 pm
Re: Doodle
Hi Dilwyn,
Sorry about the colour scheme, I suppose it all depends on the monitor hardware being used ?
Now for something different : Drawing rectangular areas of colour on screen :
Under QDOS, BLOCK drawing was fastest, but under SMSQ/E, this appears to be no longer the case ! So I experimented with speeds of other methods :
Using BLOCKs, WINDOWs and FILLed LINEs, all doing the same patterns associated with PRINTing in them... and the similar timing results surprised me :
So why not use WINDOWs more often to draw boxes in programs ? There are nothing but advantages !
Steve ___________________
Sorry about the colour scheme, I suppose it all depends on the monitor hardware being used ?
Now for something different : Drawing rectangular areas of colour on screen :
Under QDOS, BLOCK drawing was fastest, but under SMSQ/E, this appears to be no longer the case ! So I experimented with speeds of other methods :
Using BLOCKs, WINDOWs and FILLed LINEs, all doing the same patterns associated with PRINTing in them... and the similar timing results surprised me :
So why not use WINDOWs more often to draw boxes in programs ? There are nothing but advantages !
Steve ___________________
-
- Aurora
- Posts: 889
- Joined: Mon Nov 24, 2014 2:03 pm
Re: Doodle
Hi again,
Here's an animation about the bloke and the desert island....
If the heatwave here in the alps continues, I may do a tenth doodle too.
Stay cool... Steve.
________________________________________
Here's an animation about the bloke and the desert island....
If the heatwave here in the alps continues, I may do a tenth doodle too.
Stay cool... Steve.
________________________________________
-
- Aurora
- Posts: 889
- Joined: Mon Nov 24, 2014 2:03 pm
Re: Doodle
Hi Everyone,
On holiday, I cannot test these doodles on my QL, but they run fine on my QPC2, so probably under SMSQ/E.
In this10th one, Harry Potter encounters bugs on the web, so wait to see the two possible outcomes...
Steve.
On holiday, I cannot test these doodles on my QL, but they run fine on my QPC2, so probably under SMSQ/E.
In this10th one, Harry Potter encounters bugs on the web, so wait to see the two possible outcomes...
Steve.
-
- Aurora
- Posts: 889
- Joined: Mon Nov 24, 2014 2:03 pm
Re: Doodle
Hello again,
Here's an animation of full Technicolour Dreaming.... (Doodle 11).
Steve.
___________________________________________
Here's an animation of full Technicolour Dreaming.... (Doodle 11).
Steve.
___________________________________________
-
- Aurora
- Posts: 889
- Joined: Mon Nov 24, 2014 2:03 pm
Re: Doodle
Hi,
This next Doodle is an attempt to simulate Warp Drive into deep space, as seen in 2001 a Space Odyssee...
It needed special treatment to get smooth acceleration, as PAUSE units are far too long to be useable.
Tested under QPC2, where it runs very fast indeed.
Steve.
________________
This next Doodle is an attempt to simulate Warp Drive into deep space, as seen in 2001 a Space Odyssee...
It needed special treatment to get smooth acceleration, as PAUSE units are far too long to be useable.
Tested under QPC2, where it runs very fast indeed.
Steve.
________________
Re: Doodle
Nice use of colour and a good demo of the ARC and PAN commands. Like how it speeds up after a while. Very effective on QPC2 at least.
Very small point, PAUSE-1 needn't be used (line 310), just PAUSE without a parameter is equivalent to PAUSE-1 and slightly shorter to code of course.
Very small point, PAUSE-1 needn't be used (line 310), just PAUSE without a parameter is equivalent to PAUSE-1 and slightly shorter to code of course.
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
Re: Doodle
Ah...good idea!dilwyn wrote:Nice use of colour and a good demo of the ARC and PAN commands. Like how it speeds up after a while. Very effective on QPC2 at least.
Very small point, PAUSE-1 needn't be used (line 310), just PAUSE without a parameter is equivalent to PAUSE-1 and slightly shorter to code of course.
7000 4E75
-
- Aurora
- Posts: 889
- Joined: Mon Nov 24, 2014 2:03 pm
Re: Doodle
Hi Ralph,
Maybe the flickering depends on your computer's speed rating ?
Try changing line 180 H=100000 to much lower values if you have a slower PC than mine... (Say h=10000), or the opposite for fast PCs !
H is the Hold value that replaces PAUSEs.
Steve.
__________
Maybe the flickering depends on your computer's speed rating ?
Try changing line 180 H=100000 to much lower values if you have a slower PC than mine... (Say h=10000), or the opposite for fast PCs !
H is the Hold value that replaces PAUSEs.
Steve.
__________