Oodle.NET
A .NET wrapper for Oodle
Install / Use
/learn @NotOfficer/Oodle.NETREADME
<div align="center">
🚀 Oodle.NET
A .NET wrapper for Oodle
</div>📦 Installation
Install via NuGet:
Install-Package Oodle.NET
✨ Features
- Thin .NET wrapper over the native Oodle library
- Span-based
Compress/Decompresswith array, pointer, andnintoverloads
🔧 Example Usage
using OodleDotNet;
using var oodle = new Oodle(@"C:\Test\oo2core_9_win64.dll");
var compressedBuffer = System.IO.File.ReadAllBytes(@"C:\Test\Example.bin");
var decompressedBuffer = new byte[decompressedSize];
var result = 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.
<div align="center">
⭐️ Star the repo if you find it useful!
Feel free to open an issue if you have any questions or feedback.
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
