1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: sunflow
Section: graphics
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
tony mancill <tmancill@debian.org>
Build-Depends:
ant,
debhelper (>= 12),
default-jdk,
dh-python,
python3-all
Build-Depends-Indep:
janino
Standards-Version: 4.4.0
Homepage: http://sunflow.sourceforge.net/
Vcs-Git: https://salsa.debian.org/java-team/sunflow.git
Vcs-Browser: https://salsa.debian.org/java-team/sunflow
Package: sunflow
Architecture: all
Depends:
default-jre | java8-runtime,
libsunflow-java,
${misc:Depends},
${python3:Depends}
Replaces:
libsunflow-java (= 0.07.2.svn396+dfsg-2)
Description: rendering system for photo-realistic image synthesis (GUI)
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
tracing core and an extensible object-oriented design. It was created
as a framework for experimenting with global illumination algorithms
and new surface shading models.
.
This package contains the sunflow GUI.
Package: libsunflow-java
Architecture: all
Section: java
Depends:
janino,
${misc:Depends}
Replaces:
sunflow (<= 0.07.2.svn396+dfsg-2)
Description: rendering system for photo-realistic image synthesis
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
tracing core and an extensible object-oriented design. It was created
as a framework for experimenting with global illumination algorithms
and new surface shading models.
Package: libsunflow-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Suggests:
libsunflow-java,
sunflow
Description: rendering system for photo-realistic image synthesis (javadoc)
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
tracing core and an extensible object-oriented design. It was created
as a framework for experimenting with global illumination algorithms
and new surface shading models.
.
This is the API documentation for sunflow
|