CircleArt/README.md

17 lines
605 B
Markdown
Raw Permalink Normal View History

2017-08-10 12:45:53 +00:00
# CircleArt
2017-08-11 14:14:21 +00:00
## A little psychedelic art program running with [JavaFX](https://www.java.com/inc/BrowserRedirect1.jsp)
2017-08-10 12:45:53 +00:00
2017-08-11 14:15:21 +00:00
Get the newest build/program [here](https://github.com/Bandie/CircleArt/raw/master/dist/CircleArt.jar).
2017-08-10 17:35:14 +00:00
2017-08-10 22:21:20 +00:00
## OMG look
![Screenshot of CircleArt](/images/Screenshot.png)
2017-08-10 17:35:14 +00:00
## Troubleshooting
- Q: Error: Could not find or load main class org.bandie.circleart.CircleArt
2017-08-24 12:23:38 +00:00
- A: You need JavaFX. (Yes, [Oracle stuff](https://www.java.com/inc/BrowserRedirect1.jsp) atm. Sadly.)
- Q: Why?
- A: I had to learn JavaFX because the university made me to. So this is a byproduct which makes fun.
2017-08-10 17:35:14 +00:00