Hi, I'm working on a MOO that I currently connect to using MUSH client. There is a verb command on the MOO that outputs to my MUSH client a large volume of 3D Cartesian coordinates.
I can manually copy the output from my MUSH client window after entering in the verb command to my MOO, and paste it to a flat file where I can run a standalone Windows application, that I wrote myself, that is able to consume the output pasted to the flat file and generate a Direct X 3D visualization.
What I would be very interested in is somehow setting up MUSH client to automatically capture the output generated after entering the verb command and then send it to my standalone application for rendering.
Additionally, I'd like to eliminate the need of a flat-file altogether if possible.
I don't know the capabilities of MUSH client add-ins, or if what I want to do is feasible using MUSCH client. I'm looking for some suggestions or guidance into the correct approach here.
Thanks for reading.
I can manually copy the output from my MUSH client window after entering in the verb command to my MOO, and paste it to a flat file where I can run a standalone Windows application, that I wrote myself, that is able to consume the output pasted to the flat file and generate a Direct X 3D visualization.
What I would be very interested in is somehow setting up MUSH client to automatically capture the output generated after entering the verb command and then send it to my standalone application for rendering.
Additionally, I'd like to eliminate the need of a flat-file altogether if possible.
I don't know the capabilities of MUSH client add-ins, or if what I want to do is feasible using MUSCH client. I'm looking for some suggestions or guidance into the correct approach here.
Thanks for reading.