Skip to content

updated tutorial appreciated about initializing and using of the API functions #5

Open
@shiftleftplusone

Description

@shiftleftplusone

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions