https://github.com/danthe1st/yagpl
yet another graphical programming language
https://github.com/danthe1st/yagpl
Last synced: 5 months ago
JSON representation
yet another graphical programming language
- Host: GitHub
- URL: https://github.com/danthe1st/yagpl
- Owner: danthe1st
- License: gpl-3.0
- Created: 2020-06-23T12:28:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T11:44:36.000Z (over 4 years ago)
- Last Synced: 2025-02-17T09:45:08.237Z (8 months ago)
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAGPL
> Yet another graphical programming language---
YAGPL is a graphical programming language made with JavaFX.
## Requirements
### Requirements for running
* JRE 14+### Requirements for building
* Maven 3
* JDK 14+## Download
* You can download prebuilt JARs any of [one of the CI builds](https://github.com/danthe1st/YAGPL/actions/workflows/build.yml).
JARs are available as artifacts.## Setup
### Setting up YAGPL in an IDE
* Install [Java 14](https://adoptopenjdk.net/?variant=openjdk14&jvmVariant=hotspot) or newer
* Import the project as a Maven project into your IDE of choice
* Run the class `io.github.danthe1st.ui.YAGPL`### Running YAGPL without IDE
* Install [Java 14](https://adoptopenjdk.net/?variant=openjdk14&jvmVariant=hotspot) or newer
* [Download](https://maven.apache.org/download.cgi) and [install](https://maven.apache.org/install.html) maven
* Execute `mvn javafx:run` in the project directory.## Example
### Fizzbuzz

