File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,36 @@ Documentation will come in the near future, take a look at the book [Boriel Basi
1111
1212Have fun!
1313
14+ ## Projects in this solution
15+
16+ This solution contains several projects that work together to provide the ZX Basic Studio experience:
17+
18+ - ** ZXBStudio** : The main cross-platform Integrated Development Environment (IDE) built with [ Avalonia] ( https://avaloniaui.net/ ) .
19+ - ** CoreSpectrum** : The core ZX Spectrum emulation library, providing hardware simulation.
20+ - ** Z80dotNet** : A Z80 processor simulator that serves as the heart of the emulator.
21+ - ** HeadlessEmulator** : A command-line (CLI) version of the emulator for running Spectrum programs without a GUI.
22+ - ** Bufdio** : An audio handling library using FFmpeg for sound and tape I/O support.
23+ - ** Common** : Shared logic and UI components used across the different projects.
24+ - ** ZXBSInstaller** : A cross-platform installer for the IDE, built with Avalonia.
25+ - ** ZXBasicStudioSite** : The source for the ZX Basic Studio website, built with Blazor WebAssembly.
26+ - ** RomReconstructor** & ** Rom128Reconstructor** : Specialized tools for reconstructing ZX Spectrum 48K and 128K ROMs.
27+ - ** MsBox.Avalonia** : A customized message box library for the Avalonia user interface.
28+ - ** ZXBasicStudioTest** & ** TestZ80** : Unit tests and testing tools for ensuring the stability and correctness of the IDE and emulator.
29+
1430## ZX Basic Studio Team
15- - Development team:
31+
32+ ### Development team:
33+
1634 - El Dr. Gusman
1735 - Boriel
1836 - Duefectu
1937 - AdolFITO
2038 - HashIron
2139 - SirRickster
22- - Testers:
40+
41+
42+ ### Testers:
43+
2344 - AbenZaX
2445 - Pedro Tomás (Pere)
2546 - Jose Daniel Fernandez Santos (Fenix)
You can’t perform that action at this time.
0 commit comments