Home > Uncategorized > JEvalCharter

JEvalCharter

I thought Mikes Function Generator was so cool, I modified it, and made a function generator that displayed results locally as well as broadcasting them, then I thought this is silly I should just make an application that uses both of these great libraries JEval, and JChart2D, so here’s a little app, that plots out what you put into it in real time, there is a lot of work that can go into this, but its a good starting point for anyone wanting to develop a real time math charting tool.

image

Here is the source code, and the actual distribution, it includes all the library, and if you have java 1.6 you can give it a go by

Downloading the dist.zip

go to that directory, unzip it, and type in

“java –jar JEvalCharter.jar”

Nothing groundbreaking but its cool seeing two libraries written by different groups interacting with each other.

Here are the files:

JEvalCharter.zip

dist.zip

Categories: Uncategorized Tags:
  1. June 19th, 2010 at 04:52 | #1

    Great Job! First time I thought that this would be a good application example for jchart2d was about 8 years ago.