You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
NervUI V2 is not ready yet at all but it idea is to add native support for Windows and Linux so you can create native AOT apps for both Windows and Linux
1
+
**V2 Isn't ready yet!**
2
+
# NervUI
3
+
NervUI is easy to use app framework for c# with minimal resource usage using ImGui as GUI, OpenGL as Render Backend and GLFW for Windowing.
4
+
## Platform Support
5
+
NervUI supports Linux(x64) with Xorg or Wayland and Windows(x64) and it's Native AOT Ready.
6
+
## Requirements
7
+
- .NET 6.0 or 7.0 SDK
8
+
- Basic knowledge of ImGui
9
+
## Documentation
10
+
Coming soon..
11
+
### 3rd party libaries
12
+
-[Dear ImGui](https://github.com/ocornut/imgui)
13
+
-[GLFW](https://github.com/glfw/glfw)
14
+
-[OpenTK](https://github.com/opentk/opentk)
15
+
-[Mochi.DearImGui](https://github.com/MochiLibraries/Mochi.DearImGui) (awesome DearImGui Wrapper for C#)
0 commit comments