An open API service indexing awesome lists of open source software.

https://github.com/sonodima/clay3ds_demo


https://github.com/sonodima/clay3ds_demo

Last synced: 3 months ago
JSON representation

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 Build

cmake --build Build --config Release
```