Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 2a03670

Browse files
committed
Merge remote-tracking branch 'origin/v2' into v2
2 parents 0b8bdce + c9a7cd6 commit 2a03670

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
# NervUI V2
2-
3-
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

Comments
 (0)