If you guys were ever looking into redoing the webinterface and chat room for spring you might want to look into using this program as the front end. It's open source and allows you to create animations with ease.
Check it out!
http://www.openlaszlo.org/
Laszlo - Spring Client Interface
Moderator: Moderators
Re: Laszlo - Spring Client Interface
We have enough lobbies 

Re: Laszlo - Spring Client Interface
Well just a thought...Vadi wrote:We have enough lobbies
Java Swing and AWT Standard API Framework's are absolute pants in my opinion. Hideous and cumbersome in their use. Functional sure but don't really promote a 'polished' professional image.
Re: Laszlo - Spring Client Interface
?
Where does java come in
Where does java come in
Re: Laszlo - Spring Client Interface
Java and awt are indeed pants, hence why I use java and swing instead.
But the current default lobby ( TASClient ) is not java, it is delphi.
Also due to the nature of the lobby it would not be possible to implement an ajax lobby in a normal web browser as anything more than a chat only client.
But the current default lobby ( TASClient ) is not java, it is delphi.
Also due to the nature of the lobby it would not be possible to implement an ajax lobby in a normal web browser as anything more than a chat only client.
- Michilus_nimbus
- Posts: 634
- Joined: 19 Nov 2004, 20:38
Re: Laszlo - Spring Client Interface
+1kiki wrote:javax.swing <3
Re: Laszlo - Spring Client Interface
I already wrote part of a web-based lobby in Flash. (it connects and talks in one channel atm)AF wrote:Also due to the nature of the lobby it would not be possible to implement an ajax lobby in a normal web browser as anything more than a chat only client.
An AJAX lobby would probably either need special support in the server or a mediation server... battles can actually be launched by assigning a handler to spring://ip/everythingurlencoded or making a pregame script loader.
Re: Laszlo - Spring Client Interface
Too much hassle to do it that way. Although I never denied it was impossible to write a chat client in a browser, iamacup did it =p
Re: Laszlo - Spring Client Interface
+1Michilus_nimbus wrote:+1kiki wrote:javax.swing <3
I've been working mostly in python lately, and I miss swing.