On this page, you'll find information about some Java stuff I've done. For the moment, this means just one open source project and another tiny project I did some time ago.
The formula expression parser is an open source project born from a discussion in the de.comp.lang.java usenet group. It can parse and evaluate expressions like f(x) = x^2 or f(x) = sin x / 2. Also included is a simple formula plotter which visualizes the formula. The new Version 3 understands any monadic mathematically function which is supported by java.lang.Math. The software is released under the following license:
If you accept this license, you can download the software here. Or try it right now using Sun's Java Webstart technology (currently not working). |
I started to think about the problems that occur when writing a multi-user client/server based game and wrote the following experimental proof of principle. This isn't a real game yet! All you can do is run multiple clients and connect to a shared server to move a hero around in a winter world. The software is released under the following license:
|
|
© Copyright 2001 Stefan Matthias Aust. All rights reserved.