mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-12 19:04:57 +00:00
1.3 KiB
1.3 KiB
Contributing To The Effort
Contributions welcome! Preliminaries:
- Please re-read the README and pay attention to the Code of Conduct.
- Read the Coding Style guide.
Sub-Projects
- Disassembly of the MouseGraphics ToolKit
- Continue the effort to understand this powerful GUI library.
- Make it relocatable, work on C bindings for cc65.
- Disassembly of DeskTop itself
- The core bits of DeskTop.
- The various overlays.
- The DiskCopy overlay is basically a stand-alone app. Could be fun.
- Disassembly of Selector
- Bug fixes
- Try and tackle some of the bugs in the issue tracker.
- Bug fixes will alter the binary, so should occur in branches. There's a
fixes
branch with some already.
- Add new Desk Accessories
- List of ideas in the issue tracker
- An "Eyes" DA would be a cool, quick demo.
- A "Control Panel" DA would be really neat.