An open API service indexing awesome lists of open source software.

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.

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