Skip to content

Releases: nx-python/PyNX

v0.6.0-alpha: Imgui

v0.6.0-alpha: Imgui Pre-release
Pre-release

Choose a tag to compare

@elnardu elnardu released this 09 Aug 18:03
  • Imgui and Pyimgui support (Documentation, Example)
  • Urllib works properly now
  • New python file launcher
    Screenshot

v0.5.2-alpha: Threads

v0.5.2-alpha: Threads Pre-release
Pre-release

Choose a tag to compare

@elnardu elnardu released this 18 Jul 15:17
  • Python threads support
  • zlib support

v0.5.1-alpha: Hotfix for relative imports

Choose a tag to compare

@DavidBuchanan314 DavidBuchanan314 released this 29 May 10:31
  • Fix relative import paths

v0.5.0-alpha: New PyNX Menu

Pre-release

Choose a tag to compare

@AileenLumina AileenLumina released this 27 May 12:59
  • When launching PyNX, you will now be greeted with a menu that allows you to select the Python program you want to launch
  • Python homebrew applications are now placed in the /switch/ directory on the SD card
  • Python homebrew applications can be a single .py file or a directory containing a main.py file
  • Python homebrews can of course import each other, as long as the homebrew they're trying to import is installed
  • Miscellaneous controller input fixes

v0.4.1-alpha: Stability™

Pre-release

Choose a tag to compare

@DavidBuchanan314 DavidBuchanan314 released this 18 May 22:51
  • Fixed a bug that stopped nx.utils.AnsiMenu from working
  • Fixed a bug related to player 1's controller input

v0.4.0-alpha: Fixed everything™

Pre-release

Choose a tag to compare

@AileenLumina AileenLumina released this 15 May 19:05

v0.3.2-alpha: Multitouch + Fixes

Pre-release

Choose a tag to compare

@AileenLumina AileenLumina released this 10 May 22:01
  • Added full 10 point multitouch support
  • Fixed several filesystem related issues
  • Fixed lots of other issues

v0.3.1-alpha: Hotfix release

Pre-release

Choose a tag to compare

@AileenLumina AileenLumina released this 30 Mar 19:07

Hotfix: Accessing the currently active user via nx.users.active_user shouldn't crash PyNX anymore.

v0.3.0-alpha: Savedata access and controller input

Choose a tag to compare

@AileenLumina AileenLumina released this 30 Mar 06:10

This release adds the _nx CPython extension module and the nx package. This allows developers to access Switch-specific functionalities. For now, only savedata access and basic controller input are implemented.

v0.2.0-alpha: Python 3 support!

Pre-release

Choose a tag to compare

@AileenLumina AileenLumina released this 19 Mar 11:11
85a9a47

This release adds support for Python version 3.5.