You are browsing as a guest. Sign up (or log in) to start making projects!

1h 25m 4s logged

Devlog 01 — The idea

So I was thinking: what if I could give a program a picture and have it draw it with my mouse? It sounded simple at first, but then I realised the computer needs a list of tiny movements, not just an image.

What I did

  • Defined the goal: load an image, turn it into strokes, and reproduce them on screen.
  • Chose Python because I already knew enough to experiment quickly.
  • Picked Tkinter for the desktop window and wrote down the main parts the project would need.

Current result

  • A clear plan instead of just “make a drawing bot.”
  • The first rough project folder and entry-point idea.
0
9

Comments 0

No comments yet. Be the first!