Active Forums => Programs => Topic started by: SierraKen on December 30, 2019, 07:07:33 pm
Title: Fun Math Graphics 2
Post by: SierraKen on December 30, 2019, 07:07:33 pm
Today I was checking out my recent Kaleidoscope I made I wondered to myself, "What if I slowed everything down and see what animation it could make?" So I tried it and I hit a gold mine. I changed the name of it which is now Fun Math Graphics 2. I used medium sized circles to move around using LINE (0, 0)-(800, 600), _RGBA(0, 0, 0, 30), BF to add some effects to it. Don't ask me to explain the math, because I am just as amazed as what random equations can do. It makes a few random variables which determine the path the circles go. Most of them go in a pattern like a giant lid going in circles on a table starting from the edge and rotating around and around until it hits the table, but they are all random in the dynamics. Many other ones do some strange and bizarre paths. There are 1000's of possible outcomes or more. So try it out and tell me what you think. Watch it for a few minutes so you can see the potential of this program. I added some of the variables to the Title Bar in case anyone wants to try and duplicate the same pattern with their own by pressing the Space Bar to pause first.
Title: Re: Fun Math Graphics 2
Post by: SierraKen on December 30, 2019, 08:55:10 pm
I just added the ability to input your own variable amounts. When you press I, it goes to the input screen and you can set 4 different variables that you saved from liking something you saw earlier. It only shows them for a few seconds or so before it randomly chooses another one, but I think it's cool.
Title: Re: Fun Math Graphics 2
Post by: SierraKen on December 31, 2019, 03:07:27 pm
LOL Bplus, hey my brain is still on holiday mode. :) The mouse stuff was from the Kaleidoscope that I got the code from, I forgot to remove it, thanks for telling me. Also thanks for the idea of putting in the examples, I used that idea except to make a list of them and have the user choose from them. I hope to use this program in the future to make animations of different sorts. Tell me what you think, thanks. Also, try picking random numbers, like 100,200,300,400 or whatever. I don't think it works with all the same numbers though for some reason. Here is my update: