Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereumdegen/fizzgui
A simple java based GUI system for JME3 utilizing texture atlases
https://github.com/ethereumdegen/fizzgui
Last synced: 15 days ago
JSON representation
A simple java based GUI system for JME3 utilizing texture atlases
- Host: GitHub
- URL: https://github.com/ethereumdegen/fizzgui
- Owner: ethereumdegen
- Created: 2015-06-23T18:25:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T19:23:16.000Z (over 9 years ago)
- Last Synced: 2024-10-11T06:25:20.085Z (about 1 month ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzGUI
A simple java based GUI system for Java Monkey Engine 3 that uses texture atlases###Introduction
This GUI system is modular rather than plug-n-play. It is intended to be used from the source so that it can be edited by the end user.Personally, I use KENNEY's texture atlases (Space UI and Gray UI) when I create GUIs with FizzGUI. However, any texture atlas will work.
Check out the Samples folder for a runnable sample menu