README.md
setup.cfg
setup.py
pyxel/__init__.py
pyxel/packager.py
pyxel.egg-info/PKG-INFO
pyxel.egg-info/SOURCES.txt
pyxel.egg-info/dependency_links.txt
pyxel.egg-info/entry_points.txt
pyxel.egg-info/top_level.txt
pyxel/core/__init__.py
pyxel/core/bin/linux/libpyxelcore.so
pyxel/core/bin/macos/libpyxelcore.dylib
pyxel/core/bin/win32/SDL2.dll
pyxel/core/bin/win32/SDL2_image.dll
pyxel/core/bin/win32/gifsicle.exe
pyxel/core/bin/win32/libjpeg-9.dll
pyxel/core/bin/win32/libpng16-16.dll
pyxel/core/bin/win32/libpyxelcore.dll
pyxel/core/bin/win32/libtiff-5.dll
pyxel/core/bin/win32/libwebp-7.dll
pyxel/core/bin/win32/zlib1.dll
pyxel/core/bin/win64/SDL2.dll
pyxel/core/bin/win64/SDL2_image.dll
pyxel/core/bin/win64/gifsicle.exe
pyxel/core/bin/win64/libjpeg-9.dll
pyxel/core/bin/win64/libpng16-16.dll
pyxel/core/bin/win64/libpyxelcore.dll
pyxel/core/bin/win64/libtiff-5.dll
pyxel/core/bin/win64/libwebp-7.dll
pyxel/core/bin/win64/zlib1.dll
pyxel/editor/__init__.py
pyxel/editor/app.py
pyxel/editor/constants.py
pyxel/editor/drawing_panel.py
pyxel/editor/editor.py
pyxel/editor/field_cursor.py
pyxel/editor/image_editor.py
pyxel/editor/image_panel.py
pyxel/editor/music_editor.py
pyxel/editor/music_field.py
pyxel/editor/octave_bar.py
pyxel/editor/overlay_canvas.py
pyxel/editor/piano_keyboard.py
pyxel/editor/piano_roll.py
pyxel/editor/sound_editor.py
pyxel/editor/sound_field.py
pyxel/editor/sound_selector.py
pyxel/editor/tilemap_editor.py
pyxel/editor/tilemap_panel.py
pyxel/editor/utility.py
pyxel/editor/assets/editor_220x160.png
pyxel/editor/assets/test_resource.pyxres
pyxel/examples/01_hello_pyxel.py
pyxel/examples/02_jump_game.py
pyxel/examples/03_draw_api.py
pyxel/examples/04_sound_api.py
pyxel/examples/05_color_palette.py
pyxel/examples/06_click_game.py
pyxel/examples/07_snake.py
pyxel/examples/08_triangle_api.py
pyxel/examples/__init__.py
pyxel/examples/assets/cat_16x16.png
pyxel/examples/assets/jump_game.pyxres
pyxel/examples/assets/pyxel_logo_38x16.png
pyxel/examples/assets/tileset_24x32.png
pyxel/ui/__init__.py
pyxel/ui/button.py
pyxel/ui/color_picker.py
pyxel/ui/constants.py
pyxel/ui/image_button.py
pyxel/ui/image_toggle_button.py
pyxel/ui/number_picker.py
pyxel/ui/radio_button.py
pyxel/ui/scroll_bar.py
pyxel/ui/text_button.py
pyxel/ui/toggle_button.py
pyxel/ui/widget.py