Version 0.1.2.
- The command line option -debug now shows information about the opengl version currently available on the system the program is running on.
- Added button enabling switching between orthographic and perspective projection.
- Support for reading XYZ format files.
- The JOGL and vecmath libraries are now bundled with the release simplifying the installation considerably. As the JOGL libraries are system depending, starting from this release there are two binary releases: one for linux distributions and one for windows versions.
Version 0.1.1.
- Online help system with:
- Table of contents
- Search facility
- Favorites
- Glossary/index
- Print facility
- Use of quaternions for more natural rotation (instead of using Euler angles previously)
- Optimization of bond orientation calculations at load time
- Added opengl debugging
Version 0.1.
Everything is new. An inexhaustive list:
- Splashscreen handling.
- Command line argument handling (-debug argument is the only one available at the moment).
- Preferences setup.Preferences.xml file saved in $HOME/.nanodesigner working dir.
- Enable logging. Log.xml file also saved in $HOME/.nanodesigner working dir.
- Main window layout. Switch between a one or three windows GUI.
- Menu bar and menu item handling.
- Toolbox panels.
- Toolbox button handling.
- Preference dialog.
- Message bar.
- About panel.
- Periodic table viewer.
- Basic data structure.
- Partial PDB reader.
- Creation of an opengl renderer.
- Opengl initialisation.
- Opengl event handling.
- Build process uses ant.