Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xardif/scenic-view
ScenicView with Java 11 support
https://github.com/xardif/scenic-view
java-11 java11 javafx javafx-11 javafx11 jdk11 openjfx scenic scenic-view scenicview view
Last synced: 10 days ago
JSON representation
ScenicView with Java 11 support
- Host: GitHub
- URL: https://github.com/xardif/scenic-view
- Owner: xardif
- License: gpl-3.0
- Created: 2018-12-09T19:50:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T14:18:44.000Z (about 6 years ago)
- Last Synced: 2024-11-19T21:33:37.849Z (2 months ago)
- Topics: java-11, java11, javafx, javafx-11, javafx11, jdk11, openjfx, scenic, scenic-view, scenicview, view
- Language: Java
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![travis](https://travis-ci.com/xardif/scenic-view.svg?branch=master)](https://travis-ci.com/xardif/scenic-view)
# Scenic View
ScenicView with Java 11 support including usage of OpenJFXScenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance. You can [learn more about Scenic View on its website](http://fxexperience.com/scenic-view/).
# License
Repository has been imported from [https://bitbucket.org/scenicview/scenic-view](https://bitbucket.org/scenicview/scenic-view) and as its origin is under GPL license.