Registry / utility / fxyz3d

fxyz3d

JSON →
library0.6.0javamavenunverified

3D visualization library for JavaFX providing advanced shapes and utilities.

<dependency> <groupId>org.fxyz3d</groupId> <artifactId>fxyz3d</artifactId> <version>0.6.0</version> </dependency>
INSTALL
IMPORT
SIG · FXYZ3D
F
fxyz3d
utilityjavav0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sphere
org.fxyz3d.shapes.primitives.Sphere

Create a 3D sphere using FXyz3D.

import org.fxyz3d.shapes.primitives.Sphere; import javafx.scene.Group; import javafx.scene.Scene; import javafx.stage.Stage; public class Example extends javafx.application.Application { @Override public void start(Stage stage) { Sphere sphere = new Sphere(50); Group root = new Group(sphere); Scene scene = new Scene(root, 400, 400); stage.setScene(scene); stage.show(); } public static void main(String[] args) { launch(args); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources