-
-
Notifications
You must be signed in to change notification settings - Fork 381
Home
Welcome to the projectM documentation Wiki!
Here you'll find important resources about both using and developing for and with projectM.
The Wiki is organized into three main sections:
- For projectM users, anyone using the official projectM applications released on different platforms.
- For developers using/integrating projectM in their applications.
- For developers interested in supporting projectM's core development.
If you're using one of the "official" projectM applications maintained by this project, you can find documentation for those applications on the following pages. If you're unsure whether your application is actually affiliated with us, please check the applications list first. Only those listed as "provided by the projectM team" are covered here and can be supported by the maintainers. For all other applications, please refer to their respective project pages or contact their authors directly for support inquiries.
If you are a developer and want to use projectM in your own application or project, that's great! Below you will find all the required information to get started with the projectM API.
Before starting, also make sure you have read the LGPL license and understood which obligations you need to follow to legally use and distribute projectM with your application.
- Download and build projectM for application development
- projectM API reference
- Licensing obligations
projectM is developed as an open source application and thus anyone can contribute to it! Possible contributions are not limited to core C++ code though. You can help with documentation, adding new presets, testing reported bugs and many other things.
The pages below will help you get an overview of the projectM architecture, roadmap and guidelines.
- Getting started with projectM development - Read this first if you're new to projectM and/or OSS development in general.
- Architectural overview
- Coding and contribution guidelines