jakibaki / In-Home-Switching

Allows you to stream your PC display to your Nintendo Switch!
GNU General Public License v3.0
440 stars 41 forks source link

Huge refactor for Switch Homebrew App #13

Closed Guillem96 closed 5 years ago

Guillem96 commented 5 years ago

This is a needed refactor for people interested in contributing to this project. What I've done so far is:

I think I might be helpful solving other issues:

If you need some help let me know!

jakibaki commented 5 years ago

Looks great! Thank you very much! :)

jakibaki commented 5 years ago

We plan to move to sdl2 for the performance improvements soon (color-space-conversion is currently done in software which it doesn't have to) so we can do the ip-drawing stuff much easier there anyways.

Guillem96 commented 5 years ago

I am currently working with a kind of framework called NxEngine to devolop switch homebrew apps using sdl2. You can take a look at the examples of my repo (all code is at the develop branch)