-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from roedesh/develop
Version 0.5.0
- Loading branch information
Showing
17 changed files
with
123 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# APP_NAME_PLACEHOLDER | ||
|
||
My new awesome homebrew application for the Nintendo Switch, created with [BrewJS](https://github.com/BrewJS). | ||
|
||
[![generated_by nxstart](https://img.shields.io/badge/generated_by-nxstart-blue.svg)](https://github.com/roedesh/nxstart) | ||
|
||
## Features | ||
|
||
... | ||
|
||
## Getting Started | ||
|
||
Download the [latest release of BrewJS](https://github.com/BrewJS/Switch/archive/master.zip) | ||
and copy the `switch` folder to your SD card. Now you can run BrewJS games! | ||
|
||
### Running the app | ||
|
||
Copy this folder to `sdmc:/switch/Brew.js/`. | ||
Now you can run this app on your Switch via BrewJS. | ||
|
||
## Author | ||
|
||
APP_AUTHOR_PLACEHOLDER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# APP_NAME_PLACEHOLDER | ||
|
||
My new awesome homebrew application for the Nintendo Switch, created with [libnx](https://github.com/switchbrew/libnx). | ||
|
||
[![generated_by nxstart](https://img.shields.io/badge/generated_by-nxstart-blue.svg)](https://github.com/roedesh/nxstart) | ||
|
||
## Features | ||
|
||
... | ||
|
||
## Getting Started | ||
|
||
Make sure you have [DevKitA64](https://devkitpro.org/) installed. Installations can be found on their website. | ||
For Unix-like platforms, it is recommended to use [Pacman](https://github.com/devkitPro/pacman) for installing the | ||
required tools. | ||
|
||
### Running the app | ||
|
||
Run `make` inside this folder. Put the `.nro` file you just created on your SD card and launch it. | ||
|
||
## Author | ||
|
||
APP_AUTHOR_PLACEHOLDER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# APP_NAME_PLACEHOLDER | ||
|
||
My new awesome homebrew application for the Nintendo Switch, created with | ||
[libtransistor](https://github.com/reswitched/libtransistor). | ||
|
||
[![generated_by nxstart](https://img.shields.io/badge/generated_by-nxstart-blue.svg)](https://github.com/roedesh/nxstart) | ||
|
||
## Features | ||
|
||
... | ||
|
||
## Getting Started | ||
|
||
Download the [latest release of libtransistor](https://github.com/reswitched/libtransistor/releases/latest) | ||
and extract it. The recommended place to extract these archives is into `/opt/libtransistor/`. Next, set the | ||
`LIBTRANSISTOR_HOME` environment variable to wherever you extracted the archive. | ||
|
||
### Running the app | ||
|
||
Run `make` inside this folder. Put the `.nro` file you just created on your SD card and launch it. | ||
|
||
## Author | ||
|
||
APP_AUTHOR_PLACEHOLDER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# APP_NAME_PLACEHOLDER | ||
|
||
My new awesome homebrew application for the Nintendo Switch, created with [PyNX](https://github.com/nx-python/PyNX). | ||
|
||
[![generated_by nxstart](https://img.shields.io/badge/generated_by-nxstart-blue.svg)](https://github.com/roedesh/nxstart) | ||
|
||
## Features | ||
|
||
... | ||
|
||
## Getting Started | ||
|
||
Download the [latest release of PyNX](https://github.com/nx-python/PyNX/releases) | ||
and copy the `switch` folder to your SD card. PyNX will appear on your homebrew menu. | ||
|
||
### Running the app | ||
|
||
Place your `main.py` next to `PyNX.nro`, and it will be executed as soon as you launch PyNX from the Homebrew Menu. | ||
|
||
## Author | ||
|
||
APP_AUTHOR_PLACEHOLDER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,6 @@ def check_and_create_directory(folder_path): | |
raise click.Abort() | ||
|
||
os.makedirs(folder_path) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.4.0' | ||
__version__ = '0.5.0' |