Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt authored Aug 14, 2020
1 parent 4f7502b commit b7f34d7
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,15 @@ _DearPyGui_ includes a plotting API ([ImPlot](https://github.com/epezent/implot)

#### Themes
_DearPyGui_ currently includes 10 themes (a full custom theming system will be available in **v0.2**):
<BR>![Themes](https://github.com/hoffstadt/DearPyGui/blob/assets/Themes.PNG?raw=true)
<BR>![Themes](https://github.com/hoffstadt/DearPyGui/blob/assets/linuxthemes.png?raw=true)

#### Drawings
#### Canvas
_DearPyGui_ includes a drawing API to create custom drawings, plot, and even 2D games.
<BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/DrawingExample1.PNG?raw=true)

#### Logging
_DearPyGui_ includes a logging API.
<BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/LoggingExample1.PNG?raw=true)

#### Built-in Documentation
Using the ```show_documentation()``` command opens the built-in documentation window which displays all _DearPyGui_ commands and constants, along with information on their usage.
<BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/DocumentationExample.PNG?raw=true)
<BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/canvas.png?raw=true)

#### Tools
_DearPyGui_ includes several tools to help developers with _DearPyGui_ app development including built-in documentation, logging, source viewer, and other tools:
<BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/tools.png?raw=true)

### Building
The actual builds of _DearPyGui_ are created through github actions however, to develop and test locally, follow the instructions below:
Expand Down

0 comments on commit b7f34d7

Please sign in to comment.