Skip to content

Commit 4b02326

Browse files
committed
2 parents 13a6749 + 4fb35ce commit 4b02326

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
A desktop software development framework that uses dear imgui as its UI and rendering library.
88

9+
## NEW: Interactive web demo
10+
You can try out the demo [here](https://uimgui.madladsquad.com).
11+
912
## Motivation
1013
Desktop UI frameworks and libraries like QT and GTK are complicated and really rigid. Using them or system-specific UI libraries
1114
would hard-lock us into using only what they use.
@@ -84,26 +87,19 @@ All of the operating systems above have generally the same features, as we're tr
8487
The only exception is the Freedesktop submodule of the OS module, which provides more libraries for working with desktop environment features, that are
8588
otherwise baked into the core OS libraries, when talking about Windows and macOS.
8689

87-
### Future platform support
88-
For the 2.0 release of the framework, we plan to have first class support for the following additional platforms:
89-
90-
1. Android
91-
1. iOS
92-
9390
## Learn
9491
You can find the documentation in the [wiki](https://github.com/MadLadSquad/UntitledImGuiFramework/wiki).
9592

9693
Documentation is written as pure learning material, code examples are, in most cases, provided and are written with both
9794
the C and C++ API in mind. Additionally, there is specific documentation for distibuting applications including the
9895
framework on different platforms that may be used by OS maintainers to create packages for the framework.
9996

100-
## Interactive demo
101-
Learn how to UI is built using dear imgui and the capabilities of the framework, on [our interactive demo website]()!
102-
10397
## Showcase and Progress
104-
Coming soon, follow the [UntitledDesktopEnvironment webpage](https://trello.com/b/HmfuRY2K/untitleddesktop) for updates
98+
Coming soon, follow the [UntitledDesktopEnvironment webpage](https://madladsquad.com/desktop) for updates
10599
and some feature highlights.
106100

101+
Try out the new interactive web demo [here](https://uimgui.madladsquad.com/).
102+
107103
There are many applications, already in production, that use the framework. A list can be found
108104
[here](https://github.com/MadLadSquad/UntitledImGuiFramework/wiki/Applications-using-the-framework). If your application
109105
uses the framework, please contribute to the list!

0 commit comments

Comments
 (0)