Skip to content

Latest commit

 

History

48 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nova4jmt

This is a java-library based on libnova by Liam Girdwood. From the original project page:

"libnova is a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library."

See libnova.sourceforge.net

This project is a fork of the java port novaforjava by Richard van Nieuwenhoven and fixes an issue that occurs when multiple threads use this library in a parallel way.

Import

maven

<dependency>
  <groupId>de.kah2.zodiac</groupId>
  <artifactId>nova4jmt</artifactId>
  <version>0.15.0.1</version>
</dependency>

gradle

repositories {
    mavenCentral()
}

dependencies {
  compile 'de.kah2.zodiac:nova4jmt:0.15.0.1'
}

See also

  • libZodiac - my library to calculate and interpret signs of the zodiac
  • Mondtag - my free lunar calendar for android

License

This library is licensed under the GNU LESSER GENERAL PUBLIC LICENSE

About

Multi thread ready fork of a java portation of libNova, a library for astronomical calculations

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages