Unknown2005-09-26 23:35:49
Is Zmud the only decent client that offers GUI, Buttons, And StatBars or is there another client availible that can do those things as well
Vesar2005-09-28 21:29:35
Just because no one else has answered, I'll tell you I have no idea. I know Zmud is really good with the GUI, but I don't know about other clients.
Unknown2005-09-28 23:49:22
Wintin.net, MUSH and Zmud are all super capable of GUI stuff. zMUD is the only friendly one. With MUSH you have to write something in VB or Java and make a plugin, so it's actually a seperate program you'd be running for the interface (which I suppose means it won't slow MUSH down). Wintin.net needs to run a C/C++/C# socketed program, so same concept (I'm not sure if wintin.net can do other languages, but I've only ever seen it do C languages).
Unknown2005-10-02 22:57:10
Any examples or relevant tutorials for GUIing with MUSHclient?
Unknown2005-10-04 21:45:21
There was a tutorial on building a GUI with wxPython and communicating with it via UDP sockets. Fairly advanced stuff, but this is a step-by-step walkthrough.