Results for "Author: happy lobster"
Complete assembly language emulator with colour syntaxing and animation. Use this software to write simple assembly language programs and actually watch the instructions execute in a virtual computer's architecture. Uses my own interpreter for decoding source code. Check it out the pic and download!
This program creates a shimmering lake effect by using the DorianGray Java class in a web browser control. Requires only 1 line of code. I did not create the lake effect class, this is just an application of it
A realistic, interactive bouncing ball algorithm. You click on the ball and throw it within the window. It displays the trail of motion for a fancy effect. Uses constants: bounce coefficient, air resistance and ground resistance. This code is adapted from Doug Pucketts bouncing balls screensaver at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=13701&lngWId=1 with changes to his bounce algorithm. Thanks. ** UPDATE: Uploaded Version with trails **