https://github.com/lockblock-dev/hello-world-3ds
Simple "Hello World" application for the Nintendo 3DS, written in C++23.
https://github.com/lockblock-dev/hello-world-3ds
Last synced: 3 months ago
JSON representation
Simple "Hello World" application for the Nintendo 3DS, written in C++23.
- Host: GitHub
- URL: https://github.com/lockblock-dev/hello-world-3ds
- Owner: LockBlock-dev
- License: mit
- Created: 2025-05-04T15:03:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-05-04T15:18:17.000Z (9 months ago)
- Last Synced: 2025-05-04T15:36:46.310Z (9 months ago)
- Language: CMake
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World 3DS
This is a simple "Hello World" application for the Nintendo 3DS, written in C++23.
## Features
- Uses **CMake** for building instead of the **Makefile** used in [3ds-examples](https://github.com/devkitPro/3ds-examples/).
- Compatible with **Visual Studio Code** extensions **clangd** and **CMake Tools**.
- Preconfigured with a `3DS` [CMake kit](https://github.com/microsoft/vscode-cmake-tools/blob/767662f0302aede88329d008794739840221251b/docs/kits.md#project-kits).
It assumes [devkitPro](https://devkitpro.org/wiki/Getting_Started) is installed at `/opt/devkitpro` (customize the `toolchainFile` path in the kit if needed).
## Attributions
This project incorporates or is based on work from the following developers. See the [ATTRIBUTIONS](ATTRIBUTIONS.md) file for details.
## License
This project is licensed under the [MIT License](https://opensource.org/license/MIT). See the [LICENSE](LICENSE) file for details.