kux / fdrawer

Draw 3D moving surfaces described by any f(x, y, t) function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Function Drawer

Simple Java swing app that draws 3D moving surfaces (any f(x, y, t) function).

No actual purpose except playing with swing, antlr and java.util.concurrent.

Usage

To run the app you need java jdk>=1.6 and ant. Just run: :

git clone git@github.com:kux/fdrawer.git
cd fdrawer
ant run

About

Draw 3D moving surfaces described by any f(x, y, t) function


Languages

Language:Java 100.0%