This release is a pre-release and may not be stable for production use.
Project generator for Nintendo Switch homebrews. A work in progress.
Installation
Install from PyPi using pip, a package manager for Python.
$ pip install nxstart
Don’t have pip installed? Try installing it, by running this from the command line:
$ curl https://bootstrap.pypa.io/get-pip.py | python
Or, you can download the source code for nxstart and then run:
$ python setup.py install
You may need to run the above commands with sudo.
Getting Started
To create a C/C++ libnx project simply run nxstart cpp. It will ask for a project name, author name and if you are using CLion (IDE by Jetbrains). If you say yes to CLion, CMakeLists.txt will be included.
The following project structure will be created:
project
│ CMakeLists.txt // Only if you use CLion
│ Makefile
│ icon.jpg
│ README.md
│
└───data
│
└───include
│
└───source
│ main.cpp // Your main application file
To skip the prompts, provide the necessary flags. For example:
$ nxstart -n "My new project" -a "John Doe" cpp --clion
Or if you don’t use CLion:
$ nxstart -n "My new project" -a "John Doe" cpp --no-clion
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nxstart-0.1.0a0.tar.gz.
File metadata
- Download URL: nxstart-0.1.0a0.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b706d4352bc250ca4a6f4bcbb95e6c1acc3db5285d11eca2122d811c781a9a82
|
|
| MD5 |
429ee700e273759bc5b59962ec033801
|
|
| BLAKE2b-256 |
f97dadb4baf86dad538c771e2f3b7f20ff363ab246398ec69ae3f44cdcd6509b
|
File details
Details for the file nxstart-0.1.0a0-py3-none-any.whl.
File metadata
- Download URL: nxstart-0.1.0a0-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7714055cccb08a12fd925c76b927094c0ee92be28b030735dba76d5a202b2cef
|
|
| MD5 |
97e1a42cd017793499916be5dd021f53
|
|
| BLAKE2b-256 |
3c0df8f3d2f5bb08acdd225b4a4dce94b511d84eea5ac10ed8b24ffaec1fed21
|