No description
  • C# 98.6%
  • C++ 1.3%
  • Batchfile 0.1%
Find a file
2026-04-20 00:28:38 +02:00
.vscode Some work on demosaicing comparisons for the blog 2026-04-20 00:28:38 +02:00
RawStudio Some work on demosaicing comparisons for the blog 2026-04-20 00:28:38 +02:00
RawStudioNative Add the license 2026-04-06 23:47:27 +02:00
RawStudioNativeWrapper Add the license 2026-04-06 23:47:27 +02:00
vendor/LibRaw Upgrade libraw to 0.22.1 2026-04-06 23:22:46 +02:00
.gitignore Prepare the native library for raw decoding using libraw 2026-01-19 23:41:29 +01:00
LICENSE.txt Add the license 2026-04-06 23:47:27 +02:00
RawStudio.slnx Prepare the native library for raw decoding using libraw 2026-01-19 23:41:29 +01:00
README.md Add README 2026-04-06 23:47:38 +02:00

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