![]() |
VOOZH | about |
dotnet add package Eto.Forms --version 2.11.0
NuGet\Install-Package Eto.Forms -Version 2.11.0
<PackageReference Include="Eto.Forms" Version="2.11.0" />
<PackageVersion Include="Eto.Forms" Version="2.11.0" />Directory.Packages.props
<PackageReference Include="Eto.Forms" />Project file
paket add Eto.Forms --version 2.11.0
#r "nuget: Eto.Forms, 2.11.0"
#:package Eto.Forms@2.11.0
#addin nuget:?package=Eto.Forms&version=2.11.0Install as a Cake Addin
#tool nuget:?package=Eto.Forms&version=2.11.0Install as a Cake Tool
Eto.Forms is a cross platform desktop user interface framework.
This framework is built so that you can target multiple platforms with one UI codebase.
The goal of this framework is to expose a common API that can be used to build functional applications that run across platforms using their native toolkit. This will make your applications look and work as if it were a native application on all platforms.
For advanced scenarios, you can take advantage of each platform's capabilities by wrapping your common UI in a larger application, or even create your own high-level controls with a custom implementations per platform.
This framework currently supports creating Desktop applications that work across Windows Forms, WPF, MonoMac, MacOS, and GTK#.
In order to run your Eto.Forms based application, you must also install one (or more) of the following packages:
- Eto.Platform.Wpf
- Eto.Platform.Windows
- Eto.Platform.Direct2D
- Eto.Platform.Gtk
- Eto.Platform.Mac64
- Eto.Platform.MacOS
To get more information about how to get started, read the wiki:
https://github.com/picoe/Eto/wiki
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Eto.Forms:
| Package | Downloads |
|---|---|
|
Eto.Platform.Gtk
This is the GTK platform for Eto.Forms UI Framework. Currently this package is targetting Gtk 3.14 or newer. Include this along with your Eto.Forms application to provide a GTK interface, typically for Linux users. You do not need to use any of the classes of this assembly (unless customizing the GTK functionality of the platform), and should just use the UI controls from the Eto assembly. When building for the full framework, .NET Framework 4.6.1 or mono framework 5.10 or higher is required. |
|
|
Eto.Platform.Wpf
This is the WPF platform for Eto.Forms UI Framework. Include this along with your Eto.Forms application to provide a WPF interface for your windows users. WPF is by default preferred over the Eto.Platform.Windows platform, so if both are included, WPF will be selected. You do not need to use any of the classes of this assembly (unless customizing the WPF functionality of the platform), and should just use the UI controls from the Eto assembly. |
|
|
Honeybee.UI
UI library build with Eto Forms for editing Honeybee Schema (DotNet) on both Windows and Mac system. |
|
|
Eto.Platform.Mac64
This is the 64-bit MonoMac platform for Eto.Forms UI Framework. Eto.Platform.Mac64 uses a modified version of the open source MonoMac for 64-bit, which allows you to create macOS application bundles from any platform. This package creates an .app bundle to run your app on macOS, even on Windows or Linux. By default, the .NET Core runtime will be bundled in Release configuration so your app won't require extra dependencies. Use Eto.Platform.macOS if you want to distribute your app to the Mac App Store. You do not need to use any of the classes of this assembly (unless customizing the MonoMac functionality of the platform), and should just use the UI controls from the Eto assembly. |
|
|
Eto.Platform.Windows
This is the Windows Forms platform for Eto.Forms UI Framework. Include this along with your Eto.Forms application to provide a Windows Forms interface for your windows users. You do not need to use any of the classes of this assembly (unless customizing the Windows Forms functionality of the platform), and should just use the UI controls from the Eto assembly. |
Showing the top 16 popular GitHub repositories that depend on Eto.Forms:
| Repository | Stars |
|---|---|
|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
|
ScottPlot/ScottPlot
Interactive plotting library for .NET
|
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
|
OpenTabletDriver/OpenTabletDriver
Open source, cross-platform, user-mode tablet driver
|
|
|
micjahn/ZXing.Net
.Net port of the original java-based barcode reader and generator library zxing
|
|
|
videolan/libvlcsharp
Cross-platform .NET/Mono bindings for LibVLC
|
|
|
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, Avalonia, Uno Platform, Blazor, WPF, WinUI, Windows Forms, Eto Forms, .NET for Android and .NET for iOS
|
|
|
Meowmaritus/DSAnimStudio
Direct3D-Accelerated Dark Souls TAE Editor
|
|
|
AM2R-Community-Developers/AM2RLauncher
Host respository for the AM2RLauncher.
|
|
|
cwensley/pablodraw
PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
|
|
|
DizTools/DiztinGUIsh
A Super NES ROM Disassembler
|
|
|
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
|
|
|
Mikescher/AlephNote
Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)
|
|
|
mellowagain/Titan
A free, advanced CS:GO report and commendation bot built with performance and ease-of-use in mind
|
|
|
MikeMoolenaar/MkvDefaultTrackChanger
Cross platform application to change the default subtitle and audio tracks in MKV video files.
|
|
|
axx0/Civ2-clone
An open-source re-implementation of Civilization 2
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.11.0 | 7,027 | 3/2/2026 |
| 2.10.2 | 16,475 | 9/26/2025 |
| 2.10.1 | 1,680 | 9/18/2025 |
| 2.10.0 | 3,567 | 9/16/2025 |
| 2.9.0 | 33,872 | 12/28/2024 |
| 2.8.3 | 72,704 | 3/11/2024 |
| 2.8.2 | 33,213 | 11/17/2023 |
| 2.8.1 | 2,303 | 10/31/2023 |
| 2.8.0 | 17,183 | 9/10/2023 |
| 2.7.5 | 34,895 | 4/21/2023 |
| 2.7.4 | 6,673 | 3/28/2023 |
| 2.7.3 | 36,221 | 1/19/2023 |
| 2.7.2 | 9,437 | 10/25/2022 |
| 2.7.1 | 13,576 | 8/7/2022 |
| 2.7.0 | 37,111 | 5/7/2022 |
| 2.6.1 | 71,238 | 1/11/2022 |
| 2.6.0 | 67,621 | 11/26/2021 |
| 2.5.11 | 243,372 | 5/13/2021 |
| 2.5.10 | 161,984 | 1/13/2021 |
| 2.5.9 | 8,346 | 1/5/2021 |