https://github.com/joestr/swiftload
Creating a DLL with Swift.
https://github.com/joestr/swiftload
csharp dll dotnet dynamic-library powershell swift windows
Last synced: 12 months ago
JSON representation
Creating a DLL with Swift.
- Host: GitHub
- URL: https://github.com/joestr/swiftload
- Owner: joestr
- License: unlicense
- Created: 2025-02-12T14:38:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T14:39:16.000Z (about 1 year ago)
- Last Synced: 2025-02-19T22:36:29.343Z (about 1 year ago)
- Topics: csharp, dll, dotnet, dynamic-library, powershell, swift, windows
- Language: Swift
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Swift Load
Using [Swift](https://www.swift.org) to build a DLL file and use C# to load it back.
## Why?
Because it's fun. :)
## Requirements
- [Swift](https://www.swift.org/install/windows/)
- [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.5)
## Building
Run the `build.ps1` script.
## License
This project is licensed under 'The Unlicense'.
Consult the `LICENSE.txt` file for futher information.