Crates.io | trapezoid-core |
lib.rs | trapezoid-core |
version | 0.1.2 |
source | src |
created_at | 2024-01-25 04:30:40.230101 |
updated_at | 2024-01-29 14:26:04.680585 |
description | A PSX emulator, backed by vulkano for rendering |
homepage | |
repository | https://github.com/Amjad50/trapezoid |
max_upload_size | |
id | 1113452 |
size | 498,596 |
This is the core of a PSX emulator trapezoid
.
It contains all the components of a working emulator, the rest is a frontend.
You can create your own frontend for this project, or use it as a server.
vulkano
. i.e. for now, you need a project running vulkano to use this
.Box<[u8]>
and provides access to it.trapezoid
.Multiple tracks in cdrom
A better API, currently the API only expose what the frontend needs. and thus doesn't have access to GPU, SPU, etc...
Better docs for the API
Add support for more CDROM formats
Better control over audio channels