Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				That triangle fractal is my way to kill time when I'm bored during a class
 I made it with processing once, the logic being to make a recursive function that draws the middle triangle and calls itself with the 3 other outer triangles. Mesmerizing once you put movement and color changes :)
- 
				
				 Cyanite83988y@g-m-f I wish I could art as good as you. Q.Q Cyanite83988y@g-m-f I wish I could art as good as you. Q.Q
 
 Here is one of my crappy drawings. x.x  
- 
				
				@-eth well played with the sarcasm however Photoshop is not the only option 🤓
- 
				
				Yeah its very necessary to post sources here or you get a reputation as a plagiarist over time
- 
				
				 amber9542018y@TheAnimatrix you r absolutely right .but the code is mine because they never told how to code for it amber9542018y@TheAnimatrix you r absolutely right .but the code is mine because they never told how to code for it
- 
				
				 Cyanite83988y@TheAnimatrix Cyanite83988y@TheAnimatrix
 I need a drawing tablet. I did that drawing with a mouse over the course of an hour live on picarto.tv xD (Inspired by the very talented VivziePop~)
 I have a cheap, but decent starter tablet picked out that I want.
 Beleve it or not being an artist is my dream job. I just find programming easier.
- 
				
				@Cyanite I have the cheapest Wacom one could find, around 70$ at my place. I actually do find art more interesting, in fact if id not stumbled on code and gotten where I am now I would've gone with art. My inspiration tho comes fully from anime
- 
				
				 Cyanite83988y@TheAnimatrix Cyanite83988y@TheAnimatrix
 My insperation comes from things that i'm probably not allows to talk about on here xD
- 
				
				@Cyanite excellent - a coworker showed me Inkscape and now I use it for all graphic work I am involved with
- 
				
				 Cyanite83988y@TheAnimatrix Cyanite83988y@TheAnimatrix
 Honestly, I've already decided that if my game takes off, when it's finished then I'll get into artwork fully.
- 
				
				 Cyanite83988y Cyanite83988y
- 
				
				 Cyanite83988y@TheAnimatrix Cyanite83988y@TheAnimatrix
 I wanna create an adult comic. I think it'll be funns~
 
 Though, I need a drawing tablet. Also it would be best for me to wait until after EC is finished else I might run into motivation issues.






Look at this amazing chaos game fractal.
Three vertices of an equilateral triangle and a random point p between any two vertices are taken,then we generate a random integer between 1 and 6 (just like throwing a dice) .if 2 or 4 comes on the dice we draw a point between the random point p and the vertex v1.similarly if 3 or 4 comes on dice , we draw a point between the previously drawn point and vertex v2.for 5 or 6 the vertex is v3.after a few iterations we get to see this amazing pattern
undefined