|
6 | 6 |
|
7 | 7 | A desktop software development framework that uses dear imgui as its UI and rendering library.
|
8 | 8 |
|
| 9 | +## NEW: Interactive web demo |
| 10 | +You can try out the demo [here](https://uimgui.madladsquad.com). |
| 11 | + |
9 | 12 | ## Motivation
|
10 | 13 | Desktop UI frameworks and libraries like QT and GTK are complicated and really rigid. Using them or system-specific UI libraries
|
11 | 14 | 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
|
84 | 87 | The only exception is the Freedesktop submodule of the OS module, which provides more libraries for working with desktop environment features, that are
|
85 | 88 | otherwise baked into the core OS libraries, when talking about Windows and macOS.
|
86 | 89 |
|
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 |
| - |
93 | 90 | ## Learn
|
94 | 91 | You can find the documentation in the [wiki](https://github.com/MadLadSquad/UntitledImGuiFramework/wiki).
|
95 | 92 |
|
96 | 93 | Documentation is written as pure learning material, code examples are, in most cases, provided and are written with both
|
97 | 94 | the C and C++ API in mind. Additionally, there is specific documentation for distibuting applications including the
|
98 | 95 | framework on different platforms that may be used by OS maintainers to create packages for the framework.
|
99 | 96 |
|
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 |
| - |
103 | 97 | ## 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 |
105 | 99 | and some feature highlights.
|
106 | 100 |
|
| 101 | +Try out the new interactive web demo [here](https://uimgui.madladsquad.com/). |
| 102 | + |
107 | 103 | There are many applications, already in production, that use the framework. A list can be found
|
108 | 104 | [here](https://github.com/MadLadSquad/UntitledImGuiFramework/wiki/Applications-using-the-framework). If your application
|
109 | 105 | uses the framework, please contribute to the list!
|
|
0 commit comments