OpenOrbis / mira-project-archive

The Homebrew Platform
GNU General Public License v3.0
221 stars 50 forks source link

DLL API #64

Closed Cryptogenic closed 5 years ago

Cryptogenic commented 6 years ago

An API via DLL to interface with Mira and manage memory.

kiwidoggie commented 6 years ago

This has already been completed in the form of MiraLib MiraConnection and the connections Extensions found in MiraToolkit. This needs to be documented for future usage on a wiki somewhere.

https://github.com/OpenOrbis/mira-project/blob/feature/refactor1_2/Tools/MiraLib/MiraConnection.cs

https://github.com/OpenOrbis/mira-project/blob/feature/refactor1_2/Tools/MiraToolkit/Core/Extensions/MiraOrbisUtilsExtension.cs

https://github.com/OpenOrbis/mira-project/blob/feature/refactor1_2/Tools/MiraToolkit/Core/Extensions/MiraFileTransferExtension.cs

kiwidoggie commented 5 years ago

This has been made into MiraLib