{"id":26716959,"url":"https://github.com/vrl-studio/vrl-jfxvis","last_synced_at":"2026-05-18T02:02:02.591Z","repository":{"id":22879281,"uuid":"26227293","full_name":"VRL-Studio/VRL-JFXVis","owner":"VRL-Studio","description":"Visualization Plugin for VRL","archived":false,"fork":false,"pushed_at":"2015-06-29T14:14:10.000Z","size":22364,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-09T15:13:15.698Z","etag":null,"topics":["java","javafx","visualization","vrl-studio"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VRL-Studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-05T16:01:52.000Z","updated_at":"2019-07-11T13:13:08.000Z","dependencies_parsed_at":"2022-08-21T15:50:08.473Z","dependency_job_id":null,"html_url":"https://github.com/VRL-Studio/VRL-JFXVis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VRL-Studio/VRL-JFXVis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRL-Studio%2FVRL-JFXVis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRL-Studio%2FVRL-JFXVis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRL-Studio%2FVRL-JFXVis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRL-Studio%2FVRL-JFXVis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VRL-Studio","download_url":"https://codeload.github.com/VRL-Studio/VRL-JFXVis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VRL-Studio%2FVRL-JFXVis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javafx","visualization","vrl-studio"],"created_at":"2025-03-27T15:48:28.113Z","updated_at":"2026-05-18T02:02:02.542Z","avatar_url":"https://github.com/VRL-Studio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"VRL-JFXVis\r\n===========\r\n\r\nVisualization Plugin for VRL\r\n\r\nVisualises .ugx files in Java using JavaFX3D! (Work in progress)\r\n\r\n![](/resources/img/sample.jpg)\r\n\r\n## How to Run It\r\n\r\n### Requirements\r\n\r\n- Java \u003e= 1.8\r\n- Internet connection (dependencies are downloaded automatically)\r\n- IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage)\r\n\r\n### IDE\r\n\r\nOpen the `VRL-JFXVis` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8.0) and build it\r\nby calling the `run` task.\r\n\r\n### Command Line\r\n\r\nNavigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/VRL-JFXVis`) and enter the following command\r\n\r\n#### Bash (Linux/OS X/Cygwin/other Unix-like shell)\r\n\r\n    sh gradlew run\r\n    \r\n#### Windows (CMD)\r\n\r\n    gradlew run\r\n\r\n#### Controls\r\n\r\n- Rotate the object with your left mouse button(rotation around x,y axis)\r\n\r\n- Select the underlying geometry part with the right mouse button\r\n\r\n- Drag the geometry around the screen by clicking and holding down the right mouse button\r\n\r\n- Hold down the ctrl button while right clicking to select multiple parts\r\n\r\n- Cycle through subsets : +\r\n\r\n- Show all subsets : -\r\n\r\n- Move camera : w,a,s,d (hold down shift to move faster)\r\n\r\n#### Leap Motion controls\r\n\r\n#### Left Hand \r\n\r\n- Rotates the geometry, based on the position of the left hand.\r\n\r\n- Move the hand towards you to bring the geometry closer, move the hand away to move the geometry further away.\r\n\r\n- Close the left hand to stop the rotation of the geometry. Open the hand again to resume it.\r\n\r\n#### Right Hand\r\n\r\n- Enables selection and rotation of the geometry by using gestures\r\n\r\n- The tip of the right index finger will be highlithed in white color, whenever it crosses the bounding box of the geometry\r\n\r\n- To select a part of the geometry, hold the tip of the right index finger over the respective part and perform a [keytap gesture] (https://developer.leapmotion.com/documentation/java/api/Leap.KeyTapGesture.html?proglang=java) with the right middle finger\r\n  TIP: The mouse cursor will follow the center position of the tip of the index finger while it is hovering over the geometry.\r\n \r\n- To do a rotation animation, perform a [circle gesture] (https://developer.leapmotion.com/documentation/java/api/Leap.CircleGesture.html#id23) with the right index finger.\r\n\r\n- The geometry will rotate in the same direction as the circle was drawn\r\n\r\n- Perform another circle gesture while the geometry is still rotating to stop the rotation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrl-studio%2Fvrl-jfxvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrl-studio%2Fvrl-jfxvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrl-studio%2Fvrl-jfxvis/lists"}