https://github.com/interacto/example-jfx-drawingeditor

A JavaFX app that uses Interacto

https://github.com/interacto/example-jfx-drawingeditor

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

A JavaFX app that uses Interacto

Basic Info
  • Host: GitHub
  • Owner: interacto
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 15.8 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 7 years ago · Last pushed over 5 years ago
Metadata Files
Readme

README.md

An example of how to use Interacto to develop a JavaFX application. This app follows the MVP pattern: the presenters (package 'presenter') binds the model to the view. These two last do not know each others.

Packages

'draw': the main class. 'command': the GUI commands that users can produce while interacting with the GUI. 'presenter': the controllers/presenters/... that receives events from the GUI and that transform them into commands 'model': the model of the app. Knows nothing about the view, the instruments, and the commands 'view': the JavaFX view

Requirements

Java 11 is required.

Build

mvn clean package does the job.

execution

The dist folder is the packaged app. No JVM is required to run the app since dist contains both the app and a tiny JVM dedicated to the app. Double-click on dist/bin/run to launch the app.

Owner

  • Name: Interacto
  • Login: interacto
  • Kind: organization

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • arnobl (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels