supertuxkart / stk-code

The code base of supertuxkart
Other
4.53k stars 1.06k forks source link

Wii U Port? #5186

Closed CrossScarDev closed 3 weeks ago

CrossScarDev commented 1 month ago

If STK can run on the Switch it shouldn't be too hard to port it to the Wii U as they both use the same build system. In my experience porting Wii U apps to switch it wasn't too hard I just had to change some things related to update functions and then it worked just fine.

qwertychouskie commented 1 month ago

I don't think the Wii U supports OpenGL, which would mean a Wii U port would require a rewrite of the entire graphics pipeline. Probably not going to happen.

CrossScarDev commented 1 month ago

Oh yeah I can only find opengl 1 for the wii u.

CrossScarDev commented 3 weeks ago

I'll close this issue now.