Getting Started with Pyxel

Let's get out tools ready to develop Pyxel games and more!

avatar

Sébastien Boisgérault
Associate Professor, ITN Mines Paris – PSL

Pyxel Studio Editor

Quickstart

Go to https://www.pyxelstudio.net and create a new project. That’s it, you’re done!

Pyxel Studio Landing Page

The Hard Way

Useful if you want:

Python

You can get Python from the official Python website or from conda-forge.

Visual Studio Code

Install Pyxel

Use pip to install Pyxel (there is no conda package for it).

pip install pyxel

Conda

The use of conda is very beneficial if you work on several Python projects and/or need some of the packages available on conda-forge but not on PyPi. The “conda way” is supported by several tools, for example Anaconda, Miniconda, or more recently Mamba & Micromamba and Pixi.

Troubleshooting

Common issues that you may have with “the hard way”: