Open
Description
hello,
an updated tutorial would be appreciated about initializing and using of the API functions which are not always intuitively understandable:
which one in which series after which one for which purpose:
init(&width, &height) // why lower case ? why "&" for &width, &height?
initWindowSize()
Start(width, height) // why upper case? which width, height ?
WindowOpacity()
Background()
WindowClear() // why first Window and then Clear?
ClearWindowRGBA() // why first Clear and then Window ?
Stroke()
Fill()
StrokeWidth()
End() // why upper case?
finish() // why lower case ?
perhaps different more commands additionally?
Best would be to have some examples to show all detailed different setup effect of every command!
Thank you!
Metadata
Metadata
Assignees
Labels
No labels