Questions tagged [generative-art]

Artwork created with the use of an autonomous system. An autonomous system independently determines features of an artwork that would otherwise require decisions made directly by the artist.

Generative art refers to art that in whole or in part has been created with the use of an autonomous system. An autonomous system in this context is generally one that is non-human and can independently determine features of an artwork that would otherwise require decisions made directly by the artist. In some cases the human creator may claim that the generative system represents their own artistic idea, and in others that the system takes on the role of the creator. There are various types of generative art - music, visual art, software art, architecture, literature, etc.

59 questions
0
votes
1 answer

node utils\updatebaseUri.js

I am not sure how to resolve this issue: Error: Cannot find module 'C:\Users\steph\Downloads\hashlips_art_engine-1.1.2_patch_v1\hashlips_art_engine-1.1.2_patch_v1\utils\updatebaseUri.js' at Function.Module._resolveFilename…
0
votes
1 answer

How to Generate a Grid of Points Using Vectors in p5.js

I'm trying to generate a grid of points on the canvas described by vectors in order to make a flow field. I generate the vectors in a nested loop, then push them to a list, and finally attempt to draw them. However, when I attempt to draw them the…
Eli Rees
  • 178
  • 2
  • 14
0
votes
1 answer

How do I create a color clipping mask on a loaded png image in processing?

Im using processing with java. I have a transparent background png drawing I made, it sort of looks like an abstract leaf, sort of like matisse. I know how to create shapes with random colors chosen from an array, so i can display that shape with…
mVZ
  • 1
0
votes
1 answer

In this p5.js code I am not getting background color even when mouse is pressed

Plss tell me whats the error in this code here i am not getting background colour even when mouse is pressed , i am supposed to get alternatively black and green when mouse is pressed function mousePressed() is not executing var on =…
0
votes
1 answer

Node.js Canvas image overlapping issue / canvas is creating image on top of previous image

I'm having an issue with Canvas when trying to create a generated collection of .png images. I can create the .png files fine but the first image or the image before is not being cleared. index.js const fs = require("fs"); const { createCanvas,…
SJ Kim
  • 15
  • 5
0
votes
1 answer

How to create multiple images in Processing, then save them sequentially in a loop?

I am working on generative art in Processing with Java, I am looking to create a large batch of abstracts, and then curate them down to the best examples. currently, I am doing this sort of manually by running the script that has a save function,…
mVZ
  • 1
0
votes
0 answers

Generating circle along random position on an arc

I'm attempting to get this randomly generated solar system code to display 'planets' randomly along the orbit arc. I'm struggling to find/use the right formula here (see picture for reference of what looks like now). draw_orbit(cr, 4, width/2,…
deitz88
  • 33
  • 5
0
votes
1 answer

Something is wrong with my code in processing

I used codepen to write my code in and then I took it into processing and now there are many errors. it was alright in codepen but something happened in processing. This is my first time using processing so the language reference is a bit different.…
0
votes
1 answer

How could one generate images that are linked to specific outputs?

I'm in my first ever CS class. For our final, my team and I want to create a piece of randomized art by creating multiple questions/inputs with outputs that link to specific images that will all be generated onto a canvas. Is there a way a way to…
0
votes
1 answer

How can I create two lines from a single line in touchdesigner?

Click here to see the image I am using SOP, then I render them For the line I used a rectangle, then a transform, and then a material to change it's color I also used an LFO with a NULL to animate the transform in the X axis
0
votes
1 answer

Generating Images From Dataset Of Images Using A Neural Network

I'm not looking for a chunk of code as a solution, just the name of the model I'd need to implement or some links would be nice. My problem is I have a dataset I've made of a few hundred 128x128 images (abstract paintings) - I'd like to simply…
Robbie Barrat
  • 510
  • 1
  • 6
  • 24
0
votes
2 answers

Can art based on Netlogo and Processing be generated?

I apologize if my topic is a bit fuzzy. I am having trouble deciding what site to post to. A few years ago, I had an idea when I was walking down the street. I had been reading about the Processing computer language on the Internet and how it can…
-1
votes
1 answer

BBOX in GLIGEN inference

I need to ask in what format is the locations in gligen_inference.py? https://github.com/gligen/GLIGEN The images are generating completely out of order so I'm wondering what it could be? Here is the code snippet: def gen_location(): min_size =…
Dave
  • 1
  • 1
-2
votes
1 answer

What would be the math associated for creating lines like in this image?

I really could use some help in the right direction with this. Thanks!
Tom
  • 1,095
  • 2
  • 12
  • 30
1 2 3
4