GitHunt
LM

lmadhavan/fotografix

Fotografix is a modern photo editor for Windows.

Fotografix

Fotografix is a modern photo editor for Windows with a non-destructive editing workflow
and a minimalist user interface. It is written in C# and built on the Universal Windows
Platform. It uses Win2D for hardware-accelerated
rendering.

How to get Fotografix

The latest release can be installed from the Microsoft Store.
Older releases are available in source form on the GitHub releases page.

How to build Fotografix

Prerequisites

  • Visual Studio 2026 with UWP and desktop C++ workloads
  • Windows 11 SDK build 26100

Building the source code

  • Open Fotografix.sln in Visual Studio.
  • Set the solution configuration to Debug and platform to x64.
  • Build the solution.

The initial build will automatically pull down additional dependencies from NuGet. Once
the build completes, you can deploy and launch the application locally.

Languages

C#99.1%HLSL0.8%Batchfile0.1%

Contributors

MIT License
Created October 28, 2017
Updated February 22, 2026
lmadhavan/fotografix | GitHunt