]> _ Git - clay.git/commit
[Renderers/Playdate] Playdate console example (#404)
authorMatt Jennings <mattahj@users.noreply.github.com>
Sun, 18 May 2025 23:46:39 +0000 (02:46 +0300)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 23:46:39 +0000 (11:46 +1200)
commite2f94f17f6d2b0c5095c9309d24e7232f267d265
tree4d0ccf8bc2408e130ec8c9a0d268f171763883eb
parenteb1d85f2a6dd06af7adac38d0a728a6fe1acaa3a
[Renderers/Playdate] Playdate console example (#404)
CMakeLists.txt
examples/playdate-project-example/.gitignore [new file with mode: 0644]
examples/playdate-project-example/CmakeLists.txt [new file with mode: 0644]
examples/playdate-project-example/README.md [new file with mode: 0644]
examples/playdate-project-example/Source/pdxinfo [new file with mode: 0644]
examples/playdate-project-example/Source/star.png [new file with mode: 0644]
examples/playdate-project-example/clay-video-demo-playdate.c [new file with mode: 0644]
examples/playdate-project-example/main.c [new file with mode: 0644]
renderers/playdate/clay_renderer_playdate.c [new file with mode: 0644]