Files

12 lines
1004 B
Markdown
Raw Permalink Normal View History

# Velopack Samples
2024-02-26 14:39:48 +00:00
2024-11-15 22:59:05 +00:00
- [**C++ / wxWidgets**](CPlusPlusWidgets) - Velopack in a cross-platform C++ app, using wxWidgets.
2024-10-20 00:42:46 +01:00
- [**C++ / Win32**](CPlusPlusWin32) - Velopack in a C++ app, using the Win32 UI starter template.
- [**C# / Avalonia**](CSharpAvalonia) - Velopack in a cross-platform app with [Avalonia](https://avaloniaui.net/).
- [**C# / UnityMono**](CSharpUnityMono) - Velopack with [Unity Game Engine](https://unity.com/) and Mono.
- [**C# / Uno**](CSharpUno) - Velopack in a cross-platform app with [Uno Platform](https://github.com/unoplatform/uno).
- [**C# / Wpf**](CSharpWpf) - Velopack with WPF on Windows.
- [**NodeJS / Electron**](NodeJSElectron) - Velopack in a cross-platform JavaScript app with [Electron](https://www.electronjs.org/).
2025-06-21 22:30:36 +02:00
- [**Python / WXPython**](PythonWXPython) - Velopack in a cross-platform python app with the [WXPython](https://wxpython.org/) ui framework.
- [**Rust / Iced**](RustIced) - Velopack in a cross-platform app with [Iced](https://github.com/iced-rs/iced).