JavaGUI

Monkey Archive Forums/Monkey Projects/JavaGUI

Suco-X(Posted 2011) [#1]
Hi guys.

Here are a first demo from my new project "JavaGUI". JavaGUI is designed to create Dynamic HTML elements with a syntax known from MaxGUI or BlitzPlus. What do you think?
Click
Tested with FF and chrome. I wouldn´t start it with IE<9 ;)

Screenshot:




Mfg Suco


degac(Posted 2011) [#2]
Nice, works fine.

just a note: the 'game window' has a canvas for Monkey/mojo or there is a function for particles built in in JavaGUI?


Suco-X(Posted 2011) [#3]
Hi degac.

Windows are the first part of the UI. I have just attached the Mojo GameCanvas and Console TextArea. You could run every banana sample without any changes.
Edit: Now you can scale the windows by clicking on the bottom-right corner.
Mfg Suco


slenkar(Posted 2011) [#4]
nice demo,
it only works on Webpages I assume?


Suco-X(Posted 2011) [#5]
Hi slenkar.

You are right. html5 target only. I will show that you can combine a game (based on a canvas) with HTML GUI elements without design differents.

Mfg Suco


frank(Posted 2012) [#6]
Sorry for getting back to this ; is there any Monkey code for this?


frank(Posted 2012) [#7]
Ok worked this out via another way. For people who are interested, it was quite trivial in the end.