Skip to content

LameStation SDK

pipeline status latest release pre-commit cici enabled code style: prettier

The LameStation SDK is the official development kit of the LameStation gaming handheld. It contains:

  • The LameStation core libraries

  • Extension demos and example code

  • A collection of LameStation games

  • A library of art assets

  • Content creation tools

Installation

The Python tools are published on PyPI:

python3 -m pip install lamestation

Project layout

  • demos/ - demos to test out the features of the SDK.

  • games/ - finished games to play on your LameStation.

  • library/ - core LameStation libraries to program your games.

  • assets/ - collection of royalty-free, ready-to-lame assets to use in your games.

  • templates/ - PropellerIDE project templates.

Release

Build a release with make:

make

Clean upp artifacts with make clean:

make clean

Documentation

Visit sdk.lamestation.org for the complete documentation.

License

Copyright (C) 2010-2025 The LameStation SDK Contributors.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.