3096 / aether-app-template

Template for Switch Homebrew app using Aether

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aether-app-template

A Switch Homebrew app using the Aether UI library, including a simple hello world example created by @tallbl0nde.

Documentation of Aether can be found here.

Branches

This template repository contains 3 branches:

  • master: contains example code
  • clean: simplified starter code without the example and comments
  • portlibs: same as clean, but does not use Aether as a submodule but from dkp's portlibs dir instead

Building

You'll need the following packages installed through (dkp-)pacman in order to compile this template app:

devkitA64
libnx
switch-sdl2
switch-sdl2_gfx
switch-sdl2_image
switch-sdl2_ttf

Once these are installed, you need to add Aether as a git submodule, since GitHub currently does not carry them over when you create repos from templates. To do this run:

git submodule add https://github.com/tallbl0nde/Aether.git libs/Aether

When that's all done, simply run make in the project directory.

About

Template for Switch Homebrew app using Aether

License:MIT License


Languages

Language:Makefile 64.4%Language:C++ 35.6%