aboutsummaryrefslogtreecommitdiffstats
path: root/src/demo.py
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-11-06 14:11:10 +0100
committersara <sara.halter@gmx.ch>2021-11-06 14:11:10 +0100
commit84bd7ae6a6cad4d1788b16b5bb9200739dce9385 (patch)
treebfc80c3333d32f39fdabd8415df6a005dce4cf98 /src/demo.py
parentscr tests (diff)
parentMerge branch 'master' of github.com:NaoPross/Fading (diff)
downloadFading-84bd7ae6a6cad4d1788b16b5bb9200739dce9385.tar.gz
Fading-84bd7ae6a6cad4d1788b16b5bb9200739dce9385.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/demo.py')
-rw-r--r--src/demo.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/demo.py b/src/demo.py
deleted file mode 100644
index 01e2d96..0000000
--- a/src/demo.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from dearpygui import dearpygui as dpg
-from dearpygui.demo import show_demo
-
-dpg.create_context()
-dpg.create_viewport()
-dpg.setup_dearpygui()
-
-show_demo()
-
-dpg.show_viewport()
-dpg.start_dearpygui()
-dpg.destroy_context()