Saturday, June 22, 2013

LACS 2013 Continued - Summer Project IV

Life After Computer Science: Java Graphics!




We started our final project last week: "Life After Computer Science 2013." We're using the StdDraw.java class from Princeton CS 101 to do some graphics. I want to develop some new graphics based projects to use through out the year next year. In a couple of years, the APCS Case Study will be a thing of the past, so I can do a lot more with my own labs once again!


My Summer Project will include finishing some more of these lessons for next year! Stay tuned...


Our Own Graphing Calculator (TI-83):

FuntionMode.java
Parametric Mode.java
PolarMode.java








Some Animation (like VPython in 2D):
Ball.java (animation, loops and/or arrays)
Ballistics.java (animated parametrics)
PlanetOrbits.java (nbody problems)



 

Our Own Turtle Class (like Turtle.py):
Turtle.java
RandomWalk.java (Brownian Motion)
N-agon.java (Geometry)
L-Systems.java (Strings)
Koch.java (Recursion)
Tree.java (Recursion)

XTRAS:

ConwayGameOFLife.java (Automata)
TowersOfHanoi.java (Recursion)
Mandelbrot.java (Fractals)
Julia.java (Fractals)
IFS.java (Fractals)

myPasteBin code for APCS2012
myProgramr code for APCS2012

Well, that's all folks!
Teaching with Technology, 

No comments:

Post a Comment