I decided to make WebDevPage public. It is something I’ve used for a while for determining information about users’ browsers and installed plugins. To make it more useful to the public, I added a listing of links that I have found as useful web development resources. Let me know if there are any problems with it.
Virtual cube is something I finished a little while ago and have been revisiting every now and then, but I think it’s time to finally post it.
The application is a virtual cube (basically a Rubik’s cube). It displays a cube that the user can manipulate by rotating both the cube itself and its different levels. I have included support for different cube sizes and a few different scramble methods.
Currently the “solver,” it’s fake
. It simply retraces the rotations of the user (as well as the scrambler) to return the cube to its solved state. I know someone who is making a solver that will solve any size cube (NxNxN) in Java, which I will port to ActionScript and incorporate in this application. This will also allow me to make a feature where the user can “paint” the cube by individually placing the stickers on the cube since the solver will then be able to solve a cube without needing to know the rotations it takes to get to that permutation.
It almost took a year, but here I am, alive and posting. School is out now, so I will be cleaning up my portfolio and posting some of the things I’ve been working on. Some of them are already up and running online, let me know if there are problems.