Releases: atarigo/rayport
Releases · atarigo/rayport
Release list
v0.3.1
What changed
Rayport now bundles pure Python packages imported by a game from its .venv or venv.
- Detect missing packages during the build instead of after the game starts in the browser.
- Package reachable pure Python dependencies and their license files.
- Skip native
.soand.pydfiles that cannot run in WebAssembly while keeping available pure Python fallbacks. - Record packaged dependencies and skipped native files in
game.tar.gzunder.rayport/.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
First public release
Rayport packages Python raylib games into static web files that run in a browser.
rayport devfor local development with automatic rebuilding.rayport buildfor deployable static output.rayport inspectto review packaging decisions and file sizes.rayport.tomlfor page presentation and package include/exclude rules.- Bundled CPython and raylib WebAssembly runtime.
- Browser smoke testing and automated PyPI releases.
Install:
uv tool install rayportFull Changelog: https://github.com/atarigo/rayport/commits/v0.3.0