Canvas Experiment
A fiddle with canvas to try to render various things as fast as possible.
Here's a live demo.
A fiddle with canvas to try to render various things as fast as possible.
Here's a live demo.
I originally built a little easter egg into an intranet app at work. In the login if the user gave the secret user name and password that was not very surreptitiously nested in the HTML source of the login page, then a simple Asteroids game would appear.
The Nautilus is a web application I built to run on our intranet, designed to help employees perform various tasks—many of which emulate tasks in DelmiaWorks. The reason for this is that DelmiaWorks’ user interface can be clunky, limited by the Delphi UI software that the software uses, and in some cases, the workflow to complete tasks is unnecessarily tedious. The Nautilus simplifies this by combining many of these tasks into a single page—or even a single click.
A port of the Mandelbrot set: https://en.wikipedia.org/wiki/Mandelbrot_set
I coded a slow version of this in Game Maker a long time ago. I never colored it and it was very slow.
Newton's cannonball was a thought experiment Isaac Newton used to hypothesize that the force of gravity was universal...
https://en.wikipedia.org/wiki/Newton%27s_cannonball
The cannon fires a ball that falls to earth. The cannon adds some power to the next shot and the cannonball goes a bit farther. Eventually the ball flies with enough velocity to break the planets gravity and falls into orbit. The ball literally falls around the planet indefinitely.
I am currently working on a CRM that will be including a feature to display statistics on a large screen.
A feature I proposed was a nice animated timer to display when each module would update.
This timer should be dynamic and should have the ability to have easy set parameters; update time, color, etc...
So anyways, this is what I came up with: SVG-Preloader GitHub Repo.
Basic usage is quite simple:
I accidentally created a pattern that somewhat resembles a fractal in a bug making Battlezone a few days ago.