🧪Exclusive Android Sony Playstation 2 emulator, from scratch, using Kotlin, C++ 20, OpenGLES, Vulkan, and Cubes
Go to file
Correia 385455f26f VM: Using more verbose variables instead of bitwise operations
After a long time learning programming, I realized that it's
horrible to write code in this way; a set of structures +
variables makes the code much more readable
2024-05-02 22:09:34 -03:00
.idea EE: Fixes the event handler of EE timers 2024-05-02 21:04:55 -03:00
app VM: Using more verbose variables instead of bitwise operations 2024-05-02 22:09:34 -03:00
gradle/wrapper Project: Update the AGP including our main compiler to version NDK26 2024-05-01 13:39:25 -03:00
.gitignore Providing an exception object and removing unnecessary assert statements 2023-09-29 11:09:03 -07:00
.gitmodules Addons: Adds the ImGui dependency; we will use it later 2024-01-20 23:13:26 -03:00
build.gradle.kts Project: Update the AGP including our main compiler to version NDK26 2024-05-01 13:39:25 -03:00
gradle.properties UI: Missing countries have been added, and visual problems have been fixed 2023-10-20 14:08:11 -03:00
gradlew Oblivion is big adventure of course 2023-07-09 19:09:23 -03:00
gradlew.bat Oblivion is big adventure of course 2023-07-09 19:09:23 -03:00
LICENSE.md Using the MIT license throughout the software 2023-11-13 11:40:07 -03:00
README.md Project: Updated base project references 2024-04-19 15:52:29 -03:00
settings.gradle Starting from version 1.1.4, the project name has been changed to Cosmic 2023-11-18 16:04:30 -03:00

Cosmic Project

Project Progress:

  • Progression: 15%
  • Current top priority: Add more instructions to the respective EE, IOP, and VUs interpreters
  • Target for the first demo release: 2025

Special thanks

  • DobieStation Used as the main reference for the project
  • Strato The main structure of the project was based on another emulation project
  • libadrenotools The custom driver management system was implemented following the steps of this project

Reference to third-party resources and assets used

References, similar projects and researches