Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hardware tests #3

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,40 @@ endif()

find_package (32BLIT CONFIG REQUIRED PATHS ../32blit-sdk $ENV{PATH_32BLIT_SDK})

add_subdirectory(examples)
add_subdirectory(audio-test)
add_subdirectory(audio-wave)
add_subdirectory(doom-fire)
add_subdirectory(fizzlefade)
add_subdirectory(flight)
add_subdirectory(geometry)
add_subdirectory(jpeg)
add_subdirectory(logo)
add_subdirectory(matrix-test)
add_subdirectory(metadata-test)
add_subdirectory(mp3)
add_subdirectory(multiplayer)
add_subdirectory(palette-cycle)
add_subdirectory(palette-swap)
add_subdirectory(particle)
add_subdirectory(piano)
add_subdirectory(platformer)
add_subdirectory(profiler-test)
add_subdirectory(raycaster)
add_subdirectory(rotozoom)
add_subdirectory(saves)
add_subdirectory(scrolly-tile)
add_subdirectory(serial-debug)
add_subdirectory(shmup)
add_subdirectory(sprite-test)
add_subdirectory(text)
add_subdirectory(tilemap-test)
add_subdirectory(tilt)
add_subdirectory(timer-test)
add_subdirectory(tunnel)
add_subdirectory(tween-demo)
add_subdirectory(tween-test)
add_subdirectory(voxel)
add_subdirectory(waveform-demo)

# setup release packages
install (FILES ${PROJECT_DISTRIBS} DESTINATION .)
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ An example of a flight simulator using mode7 style graphics.

A playable game of asteroids.

### Hardware Test

### JPEG

Shows how to decode a JPEG image and display it on the screen.
Expand Down Expand Up @@ -82,12 +80,6 @@ A mini sequencer.
* B: Mute/Unmute note
* Y: Return to start

### PicoSystem Hardware Test

A basic test fo the PicoSystem hardware.

Should play music and show button status.

### Platformer

A tile-based platformer demo.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
39 changes: 0 additions & 39 deletions examples/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions examples/hardware-test/CMakeLists.txt

This file was deleted.

Binary file removed examples/hardware-test/hardware-test-icon.png
Binary file not shown.
148 changes: 0 additions & 148 deletions examples/hardware-test/hardware-test.cpp

This file was deleted.

1 change: 0 additions & 1 deletion examples/hardware-test/hardware-test.hpp

This file was deleted.

Binary file removed examples/hardware-test/hardware-test.png
Binary file not shown.
10 changes: 0 additions & 10 deletions examples/hardware-test/metadata.yml

This file was deleted.

11 changes: 0 additions & 11 deletions examples/picosystem-hardware-test/CMakeLists.txt

This file was deleted.

Binary file not shown.
Loading
Loading