Projects
I’m currently working on quite a few projects that are yet to be completed, I’ll post more information here as and when i release stuff! In the mean time, here’s a list of some of the stuff I’ve worked on in the past.
TitBits
Gravity Ball
When I was doing computing A-Level, I sometimes had some free time in lessons. On one occasion, I opened up notepad and firefox (yay no syntax highlighting) and began to play around with physics. I decided to create a little ball that you could throw around the screen and make it bounce off the edges and react to gravity. I used no 3rd Party libraries for this and i improvised as far as the physics went… I think the end result looks pretty good though!
You can also flip gravity by pressing a key on your keyboard!
3-Point Circle
When studying Maths A-Level, I came accross a theorum that stated if you have 3 points, the intersection of any two of the three perpendicular bi-sections of the lines joining the points, is the midpoint of the circle passing through all points. So i created a quick javascript web app to convince myself of this. You can drag the 3 points around and a circle will be drawn through all 3 of them. Again, no third party libraries were used.