Skip to content

Commit

Permalink
Merge pull request #3 from 32blit/no-hw-test
Browse files Browse the repository at this point in the history
Remove hardware tests
  • Loading branch information
Daft-Freak committed Jun 21, 2024
2 parents 91f186c + 1a0acaf commit 9dc35ae
Show file tree
Hide file tree
Showing 216 changed files with 55 additions and 441 deletions.
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
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

0 comments on commit 9dc35ae

Please sign in to comment.