Skip to content

vauchi/windows

Repository files navigation

Mirror: This repo is a read-only mirror of gitlab.com/vauchi/windows. Please open issues and merge requests there.

Pipeline REUSE

Note

You're early — and that's the point. Vauchi is pre-alpha and under heavy development: not yet ready for production, and APIs may change without notice. If you're here now, you can help shape it — try it, break it, and tell us what's missing.

Vauchi Windows

Native Windows app for Vauchi — living contact cards, exchanged in person.

Built with WinUI 3 + C# (.NET 8). Uses vauchi-cabi C ABI bindings via P/Invoke.

Prerequisites

  • Windows 10 21H2+
  • .NET 8 SDK
  • Visual Studio 2022 with WinUI 3 workload

Build

dotnet build Vauchi.sln
dotnet test Vauchi.Tests

Architecture

This app implements the core-driven UI contract:

  • ScreenRenderer renders ScreenModel from core (JSON via C ABI)
  • 14 component UserControls map to core's Component enum variants
  • ActionHandler maps user input to UserAction JSON
  • VauchiNative.cs wraps C ABI via LibraryImport + System.Text.Json
  • Platform chrome: taskbar, notifications, MSIX packaging

All business logic lives in vauchi-core (Rust). This repo is a pure rendering layer.

License

GPL-3.0-or-later

About

Vauchi — Native Windows desktop app (WinUI 3) (mirror of gitlab.com/vauchi)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors