Document your code
Every project on GitHub comes with a version-controlled wiki to give your documentation the high level of care it deserves. It’s easy to create well-maintained, Markdown or rich text documentation alongside your code.
Sign up for free See pricing for teams and enterprisesHome
Todos
- On screen output. A simple function to draw text to screen using a embedded font or something would be nice. The main problem here is that the FB on the Vita is not at a set address and the API call to get the address would require UVL to use more than just sceLibKernel (less portable).
- Load other modules that are not imported by the game. Right now, we can load some modules but others like the camera module can't be loaded if the game doesn't import it.
- Support for relocating the data section anywhere and not depend on hard coded addresses. This should match up with the toolchain when done.