Jump to content

Drawing bot?


Recommended Posts

Well, I found a video with a drawing bot made in AutoIT http://www.youtube.com/watch?v=o3p8M66HpZc

It looks dope and I downloaded the script (link in the description of the video).

However, I wonder how this one works?

I opened an image (not so large image, and it's a black/white drawing image of an ant). But it's processing in like, ages?

The loading is on probably 98% or something, and it's like stuck there?

Link to comment
Share on other sites

However, I wonder how this one works?

open the .au3 file (if you have it) and read the code

I opened an image (not so large image, and it's a black/white drawing image of an ant). But it's processing in like, ages?

could be code or just simply that between the paint program and autoit, it takes that long to process. (also the amount of detail in the picture that needs to be processed and drawn)

The loading is on probably 98% or something, and it's like stuck there?

maybe there is no sleep in a while loop to prevent this. just a guess.

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

Br,

UEZ

I had forgotten about that script. I need to go back and revise some of the code since I do remember that it is a little buggy.

And I was actually using it about a week ago, what this guy needs to do to get the image to process a little faster is play with some of the settings (I.E., Sensitivity (0~255)).

As I remember if you press the hot key to exit the program, it takes ages to do so.

Edit: I also forgot to mention, I didn't make this of course.

Edited by CaptainClucks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...