Releases: markmal/fanera
Releases · markmal/fanera
Release list
Release 1.3.2.18
Release 1.3.1.17
bugs fixed. now it launches with and without network
Release 1.3.1.15
- added detection of new releases at github
Release 1.2.2.12
Note!
Description, Installation instructions, and other documentation is ready in Wiki https://github.com/markmal/fanera/wiki
Changes and improvements:
- fixed rotate and shift on different zooms
- added info for projection and scale
- removed some debug output
- other little improvements
release
first release:
for Windows:
- install Java3D option, Today it is java3d-1_5_1-windows-amd64.exe or java3d-1_5_1-windows-i586.exe
You may have to install Java3D package for amd64 or i586 depending on which Java you have in your computer. It is safe to install both. You can check version and architecture of java by running `java -version' from command prompt. - install Advanced Imaging option from Oracle Java 8 SE downloads.
- unzip the fanera zip.
- run fanera.jar from File Explorer.
Caveat - Java i586 may fail to show preview with error : java.lang.OutOfMemoryError: Java heap space.
If it happens you have to call it from command line with Xmx parameter, like that :
java -Xmx1024m -jar fanera.jar
Or, set Windows System Environment variable _JAVA_OPTIONS by setting/adding -Xmx1024m to it
For Linux:
- Java3D option and Advanced Imaging option binaries from Oracle Java 8 SE downloads are included into local lib dir.
- untar fanera tgz.
- run fanera.sh