VGAclocks


Author Message
dddns
Guru

Joined: 20/09/2024
Location: Germany
Posts: 353
Posted: 09:03am 12 Apr 2025      

This is noob work. This program is doing three things: parsing the arguments, a "database" and its routines to fill up arrays with mass(mess) data and handing them over to the drawing routine.
Now I think every part has to be reworked and this is more or less brainstorming and by far not finished. I can now turn the page in the manual and rewrite the drawing routine as there are all these fantastic MATH command options I couldn't discover yet. My plan is to even expand the list of variables as e.g the clock hands are anyway a polygon already and I want to make them design able.


In the variable list above only a new variable name needs to be added and the according array will be created and filled up with the content of its correspondent data line label name.
I plan Array(0) of every variable as a buffer..it's not used right now, because the object count starts at 1 and I thought it's more logical to have the array element number according.
Edited 2025-04-12 19:29 by dddns