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
docs: Redesign of the GitHub readme.md (by testpilot) (hoffstadt#1720)
* Redesign of the GitHub readme.md (by testpilot)
Even though there still are improvements to be made, this redesign provides a streamlined version of the current readme while also highlighting additional information, such as the demo and developer tools. The complete redesign can be viewed using the URL below.
https://github.com/DataExplorerUser/readme_examples/blob/main/readme.md
* update readme following response by cothren
update readme following response by cothren as described here hoffstadt#1720
- make all headers the same type
- remove section about functionality
- remove section about tools
Co-authored-by: Jonathan Hoffstadt <[email protected]>
<h6align="center">(This library is available under a free and permissive license however, if you are using Dear PyGui please consider becoming a <ahref="https://github.com/hoffstadt/DearPyGui/wiki/Sponsors">Sponsor</a>)</h6>
**Dear PyGui** is a **simple to use (but powerful) Python GUI framework**. _Dear PyGui_ is **NOT** a wrapping of **[Dear ImGui](https://github.com/ocornut/imgui)** in the normal sense. It is a library built with _Dear ImGui_.
<palign="center"><ahref="https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#first-run"><imgsrc="https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/first_app.gif"alt="Dear PyGui example window"></a></p>
101
+
102
+
## Demo
103
+
The built-in demo shows all of Dear PyGui's functionality. Use [this code](https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#demo) to run the demo. The following impression shows a few, but not nearly all, of the available widgets and features. Since the Python code of the demo can be <ahref="https://github.com/hoffstadt/DearPyGui/blob/master/DearPyGui/dearpygui/demo.py"alt="demo code repository">inspected</a>, you can leverage the demo code to build your own apps.
[](https://discord.gg/tyE7Gu4) [](https://www.reddit.com/r/DearPyGui/)
Dear PyGui is built on top of <ahref="https://github.com/ocornut/imgui"target="_blank">Dear ImGui</a>, including the [ImPlot](https://github.com/epezent/implot) and [imnodes](https://github.com/Nelarius/imnodes) extensions, and is fundamentally different than other Python GUI frameworks. Under the hood, it uses the immediate mode paradigm and your computer's GPU to facilitate extremely dynamic interfaces. In the same manner Dear ImGui provides a simple way to create tools for game developers, Dear PyGui provides a simple way for python developers to create quick and powerful GUIs for scripts. Dear PyGui is written in C/C++ resulting in highly performant Python applications. Dear PyGui is currently supported on the following platforms.
- Developed by [Jonathan Hoffstadt](https://github.com/hoffstadt), [Preston Cothren](https://github.com/Pcothren) and every direct or indirect contributor.
123
139
124
-
#### Node Editor
125
-
_Dear PyGui_ includes a node editor built with [imnodes](https://github.com/Nelarius/imnodes)
-[Johann Muszynski](https://github.com/Nelarius) for all of his work on [imnodes](https://github.com/Nelarius/imnodes).
136
145
146
+
## License
147
+
Dear PyGui is licensed under the [MIT License](https://github.com/hoffstadt/DearPyGui/blob/master/LICENSE).
148
+
149
+
## Sponsor
150
+
Continued maintenance and development are a full-time endeavor which we would like to sustain and grow. Ongoing development is financially supported by users and private sponsors. If you enjoy Dear PyGui please consider becoming a [sponsor](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors) or buy us a [cup of coffee](https://www.buymeacoffee.com/DearPyGui).
137
151
138
-
## Support
139
-
140
-
If you are having issues or want to help, here are some places you can go:
Ongoing _Dear PyGui_ development is financially supported by users and private sponsors.
151
-
If you enjoy _Dear PyGui_please consider becoming a [sponsor](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors).
156
+
#### Plotting/Graphing
157
+
_Dear PyGui_includes a plotting API built with [ImPlot](https://github.com/epezent/implot)
152
158
153
-
<ahref="https://www.buymeacoffee.com/DearPyGui"><imgsrc="https://img.buymeacoffee.com/button-api/?text=Buy us a coffee&emoji=&slug=DearPyGui&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>
Developed by [Jonathan Hoffstadt](https://github.com/hoffstadt), [Preston Cothren](https://github.com/Pcothren), and every direct or indirect contributor.
158
167
159
-
[Omar Cornut](http://www.miracleworld.net/) for all his incredible work on [Dear ImGui](https://github.com/ocornut/imgui).
168
+
#### Node Editor
169
+
_Dear PyGui_ includes a node editor built with [imnodes](https://github.com/Nelarius/imnodes)
0 commit comments