2023-11-24 15:40:56 +00:00
# Cosmic Project
2023-12-16 15:31:23 +00:00
### Project Progress:
2024-05-13 22:55:45 +00:00
- Progression: ```16%```
2023-12-16 15:31:23 +00:00
- Target for the first demo release: 2025
2024-05-13 22:55:45 +00:00
- Top priority: Adding the IO coprocessor timers (IOP TIMERS)
2023-11-25 15:59:54 +00:00
### Special thanks
2023-11-24 15:40:56 +00:00
- [DobieStation ](https://github.com/PSI-Rockin/DobieStation ) Used as the main reference for the project
2024-04-19 18:52:29 +00:00
- [Strato ](https://github.com/strato-emu/strato.git ) The main structure of the project was based on another emulation project
2023-11-24 15:40:56 +00:00
- [libadrenotools ](https://github.com/bylaws/libadrenotools.git ) The custom driver management system was implemented following the steps of this project
2023-11-25 15:59:54 +00:00
### Reference to third-party resources and assets used
2023-11-24 15:40:56 +00:00
- ```assets/countries/*``` [flag-icons ](https://github.com/lipis/flag-icons.git )
2023-11-25 15:59:54 +00:00
### References, similar projects and researches
- [Attacking the Qualcomm Adreno GPU ](https://googleprojectzero.blogspot.com/2020/09/attacking-qualcomm-adreno-gpu.html ) by Ben Hawkes, Project Zero