python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
divide rectangle in random sized smaller rectangles
Im doing an art project where i really need to be able to divide a rectangle in a random way.
Ive have been searching alot for this but have not found anything i really can implement in proccesing. Th...
Soma Juice
Votes: 0
Answers: 1
JOptionPane not working with ellipse function
I don't think there is any problem with code, but somehow it is not showing the ellipse before the loop is done.
my code is:
import javax.swing.JOptionPane;
void setup() {
size(500, 500);
backgro...
Dongjun Cha
Votes: 0
Answers: 1
How to make parameters change a function when calling it?
I want to create a function that can generate two balls that rise at different speeds. I used the parameters of the speed in which it rises called change and another parameter of its x coordinates cal...
Maria Costa
Votes: 0
Answers: 1
Problem with DFS graph algorithm, wrong loops found
I want to create an algorithm to understand how many closed areas there are in a graph with the relative points, at the moment the problem is that it finds almost all the loops, using a DFS algorithm....
Klayser
Votes: 0
Answers: 0