Flamui 0.1.0-alpha.5

This is a prerelease version of Flamui.
dotnet add package Flamui --version 0.1.0-alpha.5                
NuGet\Install-Package Flamui -Version 0.1.0-alpha.5                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Flamui" Version="0.1.0-alpha.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flamui --version 0.1.0-alpha.5                
#r "nuget: Flamui, 0.1.0-alpha.5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Flamui as a Cake Addin
#addin nuget:?package=Flamui&version=0.1.0-alpha.5&prerelease

// Install Flamui as a Cake Tool
#tool nuget:?package=Flamui&version=0.1.0-alpha.5&prerelease                

Flamui

A C# immediate mode desktop GUI framework.

This Project is in very early development, not usable in any way!

Immediate mode means that you don't have to worry about state, the entire UI gets rebuilt every frame.

The framework uses a custom OpenGl Renderer and GLFW to manage Windows, Input, Graphics Context, etc. via Silk.Net Bindings.

Sample App Demo (Outdated)

https://github.com/FlurinBruehwiler/flamui/assets/47397416/cb77530a-873b-417c-aee7-f64d6607793c

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Flamui:

Package Downloads
Flamui.Components

A default set of components

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-alpha.5 34 2/13/2025
0.1.0-alpha.4 64 6/26/2024
0.1.0-alpha.3 74 4/19/2024
0.1.0-alpha.2 86 3/8/2024
0.1.0-alpha.1 68 3/7/2024