Skip to content

Latest commit

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

🚀 Oodle.NET

A .NET wrapper for Oodle

GitHub releaseNugetNuget DownloadsGitHub issuesLicense


📦 Installation

Install via NuGet:

Install-Package Oodle.NET

✨ Features

  • Thin .NET wrapper over the native Oodle library
  • Span-based Compress/Decompress with array, pointer, and nint overloads

🔧 Example Usage

usingOodleDotNet;usingvaroodle=newOodle(@"C:\Test\oo2core_9_win64.dll");varcompressedBuffer=System.IO.File.ReadAllBytes(@"C:\Test\Example.bin");vardecompressedBuffer=newbyte[decompressedSize];varresult=oodle.Decompress(compressedBuffer,decompressedBuffer);

🤝 Contributing

Contributions are welcome and appreciated!

Whether it's fixing a typo, suggesting an improvement, or submitting a pull request — every bit helps.


📄 License

This project is licensed under the MIT License.


⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.

About

A .NET wrapper for Oodle

Resources

Stars

12 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages