Difference between revisions of "Zynthian Development"
Jump to navigation
Jump to search
Hannesmenzel (talk | contribs) (Ordered Entries (suggestion)) |
Hannesmenzel (talk | contribs) m (typo) |
||
Line 4: | Line 4: | ||
==Contributing guidelines and basics== | ==Contributing guidelines and basics== | ||
* [[Contributing to Zynthian Development 1|Contributing to Zynthian Development]] | * [[Contributing to Zynthian Development 1|Contributing to Zynthian Development]] | ||
− | * [[Zynthian_Reporting_and_Tracking (needs update) | + | * [[Zynthian_Reporting_and_Tracking|Reporting and Tracking (needs update)]] |
==Setup your developing workbench== | ==Setup your developing workbench== |
Revision as of 16:57, 5 September 2025
1 Developer Info ( A sort of a Bestiary)
1.1 Contributing guidelines and basics
1.2 Setup your developing workbench
- Integrated Development Environments (IDE) Visual Studio Code (VSC)
- Setup Development/Emulation Environment
- Discussion on using various Python IDEs for Zynthian development https://discourse.zynthian.org/t/setting-up-dev-testing-environment-mac/2041/22
1.3 How does the Zynthian system work
- Zynthian Engine Preset Structure
- Zynthian file formats
- Zynthian GUI start up walkthrou'
- Zynthian SystemD Startup
1.4 Zynthian codebase and how to work with it
1.5 Supported external devices
1.6 Customizing and coding plugins for Zynthian
2 Testing Documentation
These pages document the development version of Zynthian and are used to stage documentation before the next stable release.