No description
- C# 98.6%
- C++ 1.3%
- Batchfile 0.1%
| .vscode | ||
| RawStudio | ||
| RawStudioNative | ||
| RawStudioNativeWrapper | ||
| vendor/LibRaw | ||
| .gitignore | ||
| LICENSE.txt | ||
| RawStudio.slnx | ||
| README.md | ||
RawStudio
A very WIP RAW photo editor
Overview
RawStudio is a cross-platform desktop application that leverages GPU acceleration for image processing. The application uses a hybrid architecture combining C# for the UI layer, C++ for native RAW image decoding through LibRaw, and Vulkan for high-performance image processing on the GPU.
Note
This project is in early development. It currently does pretty much nothing. Feel free to check out the source code and follow the progress, but don't expect a usable application just yet.
Features
- None currently, come back later. :)
License
This project is licensed under the BSD 3-Clause License.
Acknowledgments
- LibRaw: For RAW image decoding
- Avalonia: For the cross-platform UI framework
- Silk.NET: For .NET Vulkan bindings