|
|
|
Jean-Philippe Rennard January
2000
(Note à l'attention des lecteurs francophones : cette section est essentiellement destinée aux programmeurs, lesquels comme chacun sait sont - par force - obligatoirement anglophones. J'économise donc la version française et m'en excuse.)
Biomorph Viewer 1.1 code
Considering the quick development of Java language, I've decided to abandon my dear C++Builder for a while to test that new language with my all new JBuilder3. Learning Java is a real pleasure for a C++ programmer, the syntax is really closed to C and the language is far easier, even if it's difficult for us to program without any explicit pointer :)
The structure of BV code is a bit more complicated that necessary. That's because it implements parts of the global structure I usually use for my ALife programs.
UML like Class Diagram of Biomorph Viewer
I distribute this code to help any person interested in Alife programming and Java. But since it is my first Java applet, some parts of the code are there only because I wanted to test a function, some others are there because I didn't want to test a function ! So, please don't consider that code as a reference : - ) Comments are strongly recommended ! Thanks.
|
Copyright ©rennard.org. 2000,
2001, 2002.
|