https://github.com/sonodima/clay3ds_demo
https://github.com/sonodima/clay3ds_demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonodima/clay3ds_demo
- Owner: sonodima
- Created: 2024-12-29T21:09:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T15:42:55.000Z (5 months ago)
- Last Synced: 2024-12-31T12:52:03.554Z (5 months ago)
- Language: C
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clay on the 3DS
Just because we can.
## Known Issues
- Inputs are handled on mouse down _(which is in conflict with scrollable containers)_
## Compiling
```bash
/opt/devkitpro/portlibs/nds/bin/arm-none-eabi-cmake -S . -B Buildcmake --build Build --config Release
```