#Neuro draws art

1 messages · Page 1 of 1 (latest)

little fern
#

I had an idea for how Neuro could possibly draw her own art. It's very basic, and it has a potential range of either being relatively underwhelming or literally the best thing ever made. Perhaps it could be something interesting to consider.

The premise is simple:

  • Give Neuro a 1000x1000 white canvas
  • Present a few tools and options for drawing (Line/Fill/Text/Shape; Filled/Outline, Brush size, Color(+Hex))
  • Have her use these tools using a coordinate system
  • Activate Neuro's vision so she can get some active feedback on what she's drawn so far

The only thing I'm unsure of is what program to use and how to convert the commands into actions, but it doesn't seem it'd be overly difficult. Feel free to help by suggesting ways to potentially implement this idea.

#

I created a little "manual mock" in MSPaint of how a very basic painting could come to life using these commands:

[Line,20,Green][1,700;999,700]
[Fill,#00cc00][1,800]
[Line,15,Orange][300,700;300,400;500,250;700,400;700,700;300,700]
[Rectangle,Outline,15,Orange][350,500;500,600]
[Rectangle,Outline,15,Orange][550,550;630,700]
[Fill,Yellow][500,400]
[Fill,#00ffff][400,550]
[Fill,#00ffff][1,1]
[Circle,Filled,20,Yellow][1,1;100,100]
[Text,36,Black][400,100,"HOUSE :)"]

Obviously, the format of the commands can be modified, and if Neuro was to paint, it would likely look NOTHING like this painting (which could both be a good or a bad thing, we literally have no idea what she'd do), but I hope this gives an idea of the vision I have. It could also be expanded upon with more complex tools/options, but a basic one to start with would be interesting to test out.

sullen rapids
little fern
#

Ah, if someone already started that project, then that's fantastic

#

I'll keep this thread around in case anyone else wants to possibly seek another solution since I don't know how Pygame would handle the Fill/Text tool or whether it'd look nicer or is easier to integrate on a different program