Uberi / Canvas-AHK

High level drawing library for AutoHotkey.
GNU Affero General Public License v3.0
17 stars 8 forks source link

Examples #1

Open acorns opened 7 years ago

acorns commented 7 years ago

Hey, Uberi! tidbit from #ahk IRC. I was looking to change one of my current GDIP (particles engine) projects over to Canvas-AHK (even though it's 4 years old, it's still newer). You made this great class and even documented it, but it lacks 1 thing for people trying to use it: examples. I don't really see how to use it. surfaces? viewports? attach? are they all needed, or only one of them?

a couple examples (bare minimum to increasingly complexity, like the gdip tutorials, by tic) would be great.

edit: it seems there is an example in the comments of Canvas.ahk

Uberi commented 7 years ago

Hi tidbit! It's been a long time :) I think examples would be a great idea, but somewhat lack the time to do that for now - would be happy to answer any questions about it though.