I wrote the following program as a predecessor to another program I wanted to write. It's just a computer-generated graphical image, so it is not user-interactive. I included the code in this post, in case you're interested in seeing how I did it.
Also notice that each time you reload the page, the image is slightly different. This is because I set it up to generate certain aspects randomly.
Computer Science
November 11, 2013
July 19, 2013
Fire! Fire!
The result: a program that many people enjoyed. In only 20 hours, 46 users had voted it up. It has been 4 days since I wrote the program, and it now has at least 97 up-votes.
To create the fire, I used a particle system of a lot of transparent ellipses, a good bit of math, and Perlin noise. I added the wind yesterday, using Perlin noise to make transitions smoother. The program doesn't interact with the user; it's only supposed to look cool.
July 2, 2013
Live Chat
I recently discovered a really great website: firebase.com. It will store data for your applications, enabling you to write really awesome programs (such as multi-player games) using it - and the Development account (which I used) is free!
To communicate with the API, I had to learn HTML. I also learned some CSS and jQuery to make things easier. Then I wrote a live chat app using my knowledge.
In the app, you can use HTML to format your comments. At one point I allowed use of the <script> tag, but after users abused it I disabled it. I also added a couple of new tags: <console> and <incode> You can post a comment by either clicking "Post Comment" or pressing the Alt key on your keyboard.
To communicate with the API, I had to learn HTML. I also learned some CSS and jQuery to make things easier. Then I wrote a live chat app using my knowledge.
In the app, you can use HTML to format your comments. At one point I allowed use of the <script> tag, but after users abused it I disabled it. I also added a couple of new tags: <console> and <incode> You can post a comment by either clicking "Post Comment" or pressing the Alt key on your keyboard.
Labels:
HTML,
interactive,
useful
June 24, 2013
Fix Your Window
Click to try out the program! |
Well, a lot of users wanted me to fix the window. One of the users figured out how to fix it himself, and started telling everybody how to do it. I didn't like that; it totally ruined the point of my program. Fixing a window shouldn't be easy. So I modified my code, and his solution was outdated.
He found a new method for fixing the windows. At first he didn't want to tell me about it, for fear I would circumvent, but finally he decided I wouldn't be able to. Laughing with pleasure, he wrote a fix-it program that used the method to fix windows, and started telling everybody about it.
I didn't like that. So I came up with a way to make his program stop working. I set things up using HTML5 storage so that his program worked great... for him, at least. For everybody else, it was useless. He didn't think of fixing it, because whenever he tested it, it worked. In fact, he happily talked about how good he was at programming. I just played along; ignorance is bliss.
I told him about it the next day. It's no fun to fool someone if they never know they were fooled.
Anyway, other users were writing fix-it programs, too. I decided it was time for me to write a decent one - a fix-it program that was guarantied to work. I didn't want it to ruin the point of my original program, so I created some virtual money; you could pay 30 virtual dollars to fix the window. My program made it to the top of the hot list; it was as popular as the original program.
June 23, 2013
June 14, 2013
Streaks Special Effect
Click to start |
Here's a program I wrote recently. It converts an image into an image with streaks. It is not an interactive program; you can only watch it.
Labels:
programs
June 4, 2013
Sparking Ball
Here's a program I wrote about a week ago, for the graphics. It isn't a game, and it isn't a tool; it just looks cool. At least, I hope it does.
UPDATE: I modified the program so you can click for another ball.
If a little green guy pops up and complains about something, click restart.
Labels:
animation,
interactive,
object,
programs
May 28, 2013
Art Maker
If you make a mistake, press Z to undo. As always, if you have a problem, comment and let me know!
Labels:
interactive,
programs,
useful
Subscribe to:
Posts (Atom)