cschladetsch / Pyro

Pyro provides a framework for distributed, interactive cross-platform experiences with simple Python-like language and bespoke distributed GC. Accessible via a Repl console, WinForms shell, or Unity3d console. Can be installed as a Unity3d Package.
MIT License
1 stars 1 forks source link

Make the WinForms App self-hosting. #39

Open cschladetsch opened 4 years ago

cschladetsch commented 4 years ago

Currently, the Console App is self-hosting: it makes a Server and a Client and connects them at startup. This allows other Apps to connect to it, and for it to connect to other Apps.

This is not true for the WinForms UI, and should be changed to work as the Console app does.

cschladetsch commented 4 years ago

The UnityPyroConsole app is also self-hosting, so look there as well.

cschladetsch commented 1 year ago

Implemented but not fully tested. Want to test:

Console <> Console Console <> WinForms Console <> Unity WinForms <> Unity

etc.