Doodle

Anything QL Software or Programming Related.
stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Again,

Sorry, I forgot to mention the essentials :

Numpad Keys are : left(4), right(6), up(8), down(2), also fore(x), aft(s), (e)scape. This is because my french laptop won't correctly map all keys.

When I get home I may try to do a standard QL version ! Good luck...

Steve.
__________


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi,
Spook_bas, the 'PacMan' in 3D space program, took more time to do than the other Doodles, as it was hard to work out how to get clear graphical output.

If anyone knows why a few recalcitrant pixels remain on screeen, please let me know.
_____________

The next Doodle, (16), only took an hour or so, as I have to fit in all normal holiday activities in each summer day too...

It demonstrates recursive output, but having little time free, I did it using iteration, which requires less cogitation to develop !


Steve.
FractalArt_bas.zip
(547 Bytes) Downloaded 100 times
__________________________________________________________


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi,
Doodle 17 was an attempt to get extra colours by XORing them and redrawing the scene shifting one pixel right to get three-colour stipples.

To demonstrate the effet, the following images were repeatedly drawn. For brighter hues, change line 240 to be o=rnd(0).

The side-effect is the 'ghosting' outlines, which cannot be avoided, but in the context is unimportant !

Ladies may enjoy the outputs.... and get ideas from them.

Steve.
Fashion_bas.zip
(707 Bytes) Downloaded 90 times
_________________________________________________________________


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Evverybody,

Doodle 18 is for all QL enthusiasts... (Change the speed on line 130 to suit your computer rating).

Steve.
Boing_bas.zip
(670 Bytes) Downloaded 99 times
___________________________________


User avatar
dilwyn
Mr QL
Posts: 2761
Joined: Wed Dec 01, 2010 10:39 pm

Re: Doodle

Post by dilwyn »

stevepoole wrote:Hi Evverybody,

Doodle 18 is for all QL enthusiasts... (Change the speed on line 130 to suit your computer rating).

Steve. Boing_bas.zip

___________________________________
Nice.
Suggest you change the name in line 380 too :twisted:


User avatar
RalfR
Aurora
Posts: 872
Joined: Fri Jun 15, 2018 8:58 pm

Re: Doodle

Post by RalfR »

Hehe :D Nice. Sorry, can't change the name, file is read-only :D :D


4E75 7000
stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hello Folks,

Doodle 19 : Can you cross the 'Devil's Bridge' ? Yes/No. (There are three possible outcomes...)

Nb Dilwyn : This was supposed to be situated in Scotland, according to the Python Team !

Steve.
Chasm_bas.zip
(1.11 KiB) Downloaded 86 times
______________________________________________________


stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi again,

Doodle 20 is a 'selfie' with a twist ! But I get flickering on my 3-core laptop, and wonder if this would be the case on mono-cores ?

My summer vacation is coming to an end, so today I will attempt a final doodle, before getting back to other more important tasks....

Steve.
Steve_bas.zip
(1.11 KiB) Downloaded 80 times
920200820_201529ter.jpg
920200820_201529ter.jpg (48.65 KiB) Viewed 2020 times


User avatar
RalfR
Aurora
Posts: 872
Joined: Fri Jun 15, 2018 8:58 pm

Re: Doodle

Post by RalfR »

Nice. The filling of the beard flickers a bit. Seems different if FILL is used with panning or scrolling. I am not sure, if there are other MC extensions for a smoother and faster FILL.


4E75 7000
stevepoole
Super Gold Card
Posts: 716
Joined: Mon Nov 24, 2014 2:03 pm

Re: Doodle

Post by stevepoole »

Hi Ralph,

I wonder if the cause of the flickering comes from FILLing the 'off-screen' part of the 'body'-ellipse ?

While one core is processsing the unwanted filled lines, another core may be doing the CLS ?

Again, does the flickering occur on mono-core systems ? When I get back home, I will try on my SGC QL...

Or, is it, as you suggest, a problem with the FILL routine itself ?

Regards, Steve.
____________________


Post Reply