How to get involved
If you are interested in the current development of PixelLight or want to contribute, there are many resources available for you to get started.
Git repositories
We use Git to manage our source code repository. Here you can download the current source code and keep track of the current development. The following Git repositories are available:
Main repository
This repository contains the main source code of the PixelLight framework. For anonymous access, it is readable only. Write access to the repository is only available for core team members of the PixelLight development team.
To checkout the current source code, use the following Git command line:
- git clone git://git.code.sf.net/p/pixellight/code pixellight-code
Or use this URL to checkout the source code with your favorite Git client:
PixelLight dungeon demo repository
This repository contains the data of the official PixelLight dungeon demo.
To checkout the current PixelLight dungeon demo source code, use the following Git command line:
- git clone git://git.code.sf.net/p/pixellight/pldungeon pixellight-pldungeon
Or use this URL to checkout the PixelLight dungeon demo source code with your favorite Git client:
PixelLight cartoon demo repository
This repository contains the data of the official PixelLight cartoon demo.
To checkout the current PixelLight cartoon demo source code, use the following Git command line:
- git clone git://git.code.sf.net/p/pixellight/plcartoon pixellight-plcartoon
Or use this URL to checkout the PixelLight cartoon demo source code with your favorite Git client:
PixelLight Sci-Fi demo repository
This repository contains the data of the work in progress PixelLight Sci-Fi demo.
To checkout the current PixelLight Sci-Fi demo, use the following Git command line:
- git clone git://git.code.sf.net/p/pixellight/sci-fi pixellight-sci-fi
Or use this URL to checkout the PixelLight Sci-Fi demo with your favorite Git client:
PixelLight graphics repository
This repository contains the data of the PixelLight graphics pool for tests and experiments.
To checkout the current PixelLight graphics pool, use the following Git command line:
- git clone git://git.code.sf.net/p/pixellight/plgraphics pixellight-plgraphics
Or use this URL to checkout the PixelLight graphics pool with your favorite Git client:
Prebuild external dependency packages
http://pixellight.sourceforge.net/externals/
Contribute
The PixelLightConventions document contains information about contribution.
Tracker
Current issues and bugs are managed through our tracker.

