https://github.com/pacificcommunity/phd-epidemy-design
A small tool designed to generate icons for the map of communicable diseases that OFP developed for Health.
https://github.com/pacificcommunity/phd-epidemy-design
epidemy icons phd
Last synced: about 1 month ago
JSON representation
A small tool designed to generate icons for the map of communicable diseases that OFP developed for Health.
- Host: GitHub
- URL: https://github.com/pacificcommunity/phd-epidemy-design
- Owner: PacificCommunity
- License: bsd-3-clause
- Created: 2014-06-11T05:39:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T04:26:46.000Z (7 months ago)
- Last Synced: 2024-10-28T07:46:57.576Z (7 months ago)
- Topics: epidemy, icons, phd
- Language: JavaScript
- Homepage:
- Size: 485 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Epidemy-design
==============A small tool designed to generate icons for the Epidemy project,
a map of communicable diseases that Oceanic Fisheries (OFP)
developed on behalf of Public Health Department (PHD) in 2014.## Prerequisites
This project has been initially developed under Oracle JDK 1.8.0_5 using NetBeans 8 and SceneBuilder 8.In october 2024, the project was ported to OpenJDK 23.0 and JavaFX 23 using IntelliJ IDEA Community Edition 2024.1.6
* To get the latest version of the OpenJDK, see https://jdk.java.net/
* To get the latest version of JavaFX, see https://gluonhq.com/products/javafx/
* To get the latest version of IntelliJ IDEA, see https://www.jetbrains.com/idea/download/
* To get the latest version of SceneBuilder, see https://gluonhq.com/products/scene-builder/## Dependencies
In order to provide syntax highlight for both CSS and FXML code edition, this project uses the *CodeMirror* JavaScript control.
* You can reach the CodeMirror website at http://codemirror.net/
* CodeMirror is under MIT License, see http://codemirror.net/LICENSE for more details