[WIP] Use pygame for simpler rendering#147
Open
sastraxi wants to merge 48 commits into
Open
Conversation
This reverts commit 44876e9.
# Conflicts: # pistomp/lcd320x240.py # tests/snapshots/test_lcd320x240/test_analog_assignments_snapshot/0.png # tests/snapshots/test_lcd320x240/test_main_panel_snapshot/0.png # tests/snapshots/test_lcd320x240/test_parameter_dialog_snapshot/0.png # tests/snapshots/test_lcd320x240/test_system_menu_snapshot/0.png # tests/snapshots/test_lcd320x240/test_tap_tempo_snapshot/0.png # tests/snapshots/test_lcd320x240/test_update_footswitch_off_snapshot/0.png # tests/snapshots/test_lcd320x240/test_update_footswitch_on_snapshot/0.png # tests/snapshots/v3/test_pedalboards/test_v3_pedalboard_change_via_lcd/0.png # tests/snapshots/v3/test_pedalboards/test_v3_pedalboard_change_via_modui/0.png # tests/snapshots/v3/test_plugins/test_v3_parameter_edit/param_closed.png # tests/snapshots/v3/test_plugins/test_v3_parameter_edit/param_dialog.png # tests/snapshots/v3/test_plugins/test_v3_parameter_edit/param_menu.png # tests/snapshots/v3/test_plugins/test_v3_parameter_edit/param_tweaked.png # tests/snapshots/v3/test_plugins/test_v3_parameter_midi_change/0.png # tests/snapshots/v3/test_plugins/test_v3_preset_change_plugin_update/0.png # tests/snapshots/v3/test_plugins/test_v3_toggle_plugin_bypass_direct/0.png # tests/snapshots/v3/test_presets/test_v3_preset_change_via_footswitch_longpress/0.png # tests/snapshots/v3/test_presets/test_v3_preset_change_via_lcd/nav_A.png # tests/snapshots/v3/test_presets/test_v3_preset_change_via_lcd/nav_B.png # tests/snapshots/v3/test_presets/test_v3_preset_change_via_lcd/nav_C.png # tests/snapshots/v3/test_presets/test_v3_preset_change_via_lcd/nav_D.png # tests/snapshots/v3/test_startup/test_v3_footswitch_press/0.png # tests/snapshots/v3/test_startup/test_v3_nav_to_system_menu/0.png # tests/snapshots/v3/test_startup/test_v3_startup_snapshot/0.png # uilib/container.py # uilib/image.py # uilib/panel.py # uilib/text.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pygame gives us "free" C-accelerated clipping rectangles (well, other than text rendering) that make it easier to write UI widgets that compose naturally.