Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erykmika/plot3d

A university project that was previously done using Java Swing and has been rewritten into JavaFX. It's the application that plots 3d points (given in a csv-like file) onto a 2d plane.
https://github.com/erykmika/plot3d

3d java javafx

Last synced: 3 days ago
JSON representation

A university project that was previously done using Java Swing and has been rewritten into JavaFX. It's the application that plots 3d points (given in a csv-like file) onto a 2d plane.

Awesome Lists containing this project

README

        

# Plot3D

An application written using JavaFX that plots 3d points onto a 2d plane. Sample data has been provided within the repository.

A user can load data that consists of coordinates of 3d points given in a csv-like file and choose angles to rotate the points through. Finally, parameters of casting can be chosen and the result can be printed out on the screen.

The functionality of the application is handled using the following algorithm - https://dogfeathers.com/java/3dproj.html.

The project was done for "Języki programowania" (Programming languages) lab classes.