Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erykmika/plot3d
- Owner: erykmika
- Created: 2023-02-12T15:40:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T11:01:52.000Z (8 months ago)
- Last Synced: 2024-11-13T22:07:45.015Z (2 months ago)
- Topics: 3d, java, javafx
- Language: Java
- Homepage:
- Size: 675 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.