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

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.

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.