vita-rust / common

Common files for Rust cross-compilation to the PS Vita
6 stars 4 forks source link

Fututre plans? #4

Open zetanumbers opened 3 years ago

zetanumbers commented 3 years ago

I made minimal-rust-psvita-example running without using vitasdk's build-essentials like gcc or ld. It currently uses compiled stubs libraries and toolchain tools like vita-elf-create. I am trying to not rely on vita-elf-create and compiled stubs libraries next. Next I would like to have psp2-sys bindings generation, fetching from vitasdk/vita-headers

zetanumbers commented 3 years ago

That's said. In what form could i contribute to this project? I am asking because there are multiple repositories forming project's structure.

zetanumbers commented 3 years ago

I remade minimal-rust-psvita-example as rust-psvita for my vision of this project. It's basically rust-psp but for vita, and relies in some parts on vitasdk's toolchain as i mentioned above. I don't know yet but the next logical step would be psp2-sys generation.

For now i would like to know your thoughts about this.