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

Dead Project? #51

Open Sevyn13 opened 5 years ago

Sevyn13 commented 5 years ago

Is this project dead?

mirh commented 5 years ago

Yes.

d0x360 commented 5 years ago

Why...

DevL0rd commented 4 years ago

@jakibaki I have rewrittent the streaming app from scratch in node.js in preperation to make a better UI with electron. It's fully functional now if you want to try it.

I'm going to do the same with the Switch app. I've already added touch controls and it works nicely. Next I am going to rewrite the UI. But I want to get your permission to take over the project and start working on it on my repository here. SkyNX

This repository has all the working code for this re-write. But I am avoiding compiling it until I have your permission. Let me know ey? I'd love to revive this.

jakibaki commented 4 years ago

Oh nice, awesome work!
You definitely have permission to use it.

However we've been planning to potentially renew the app at some point so I am in turn gonna ask you for permission to merge some of your changes back into the original project (obviously with full credit).

DevL0rd commented 4 years ago

Of course! The streamer isn't finished yet. As it doesn't have a UI. But i'm seperating the streamer into a service. And the using the UI to configure it, so you can close it and it still runs. Or so it can start at startup waiting for the app to be launched. So it can always connect at anytime.

I have auto reconnect working and in my dev build atm the sleep issue is fixed. But my build of the app, not commited, already has a new UI. It's completely different. Same with the streamer app. With the streamer as a library / service you should be able to write any UI for it.

But the app will be difficult to push changes back if it gets radically different, and your not updating your streamer to read the new packets. (Planning on sending rotation data and sending vibrations to the console)

Perhaps this version can be marked as outdated or abandoned? And I can give you full permissions to this new repo, because I don't want two competing versions of the same thing. I'd definitely like you to keep working on it at some point to help renew it, but I'm already doing it now and would like the ability to commit my changes whenever and approve changes.

Anyway we should certainly figure this out because, I'm renewing it now lol and it's only taken me a total of maybe 18 hours of work to get this far haha I'd like to continue it definitely.

DevL0rd commented 4 years ago

Ok here is the first release.

Let me know if there are issues :p

https://github.com/DevL0rd/SkyNX/releases

DevL0rd commented 4 years ago

Oh nice, awesome work! You definitely have permission to use it.

However we've been planning to potentially renew the app at some point so I am in turn gonna ask you for permission to merge some of your changes back into the original project (obviously with full credit).

Oh wait I see what you mean. Yeah take any code you need XD I'm writting graphics librarys right now for the UI and wrote a little physics loop for some bg animations. I'll put up a new screenshot of the UI soon.

d0x360 commented 4 years ago

I love you guys, ty so much

On Fri, Apr 17, 2020, 3:27 PM DevL0rd notifications@github.com wrote:

Oh nice, awesome work! You definitely have permission to use it.

However we've been planning to potentially renew the app at some point so I am in turn gonna ask you for permission to merge some of your changes back into the original project (obviously with full credit).

Oh wait I see what you mean. Yeah take any code you need XD I'm writting graphics librarys right now for the UI and wrote a little physics loop for some bg animations. I'll put up a new screenshot of the UI soon.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jakibaki/In-Home-Switching/issues/51#issuecomment-615425089, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GNSZRT5T4XXCAPG6PDRNCUTLANCNFSM4IBPAP3Q .

DevL0rd commented 4 years ago

@d0x360 NP!

@jakibaki I have been taking all your users that have reported issues. If they have reported issues here, hopeufully they will help on the new repo. Whenever you want the project back let me know! I have also given you full permissions to the new repo.

d0x360 commented 4 years ago

Awesome, thanks and I'll be letting people know about it as well

On Fri, Apr 17, 2020, 4:13 PM DevL0rd notifications@github.com wrote:

@d0x360 https://github.com/d0x360 NP!

@jakibaki https://github.com/jakibaki I have been taking all your users that have reported issues. If they have reported issues here, hopeufully they will help on the new repo. Whenever you want the project back let me know! I have also given you full permissions to the new repo.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jakibaki/In-Home-Switching/issues/51#issuecomment-615443406, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GLPK46YLFHSEH2IFZTRNCZ6BANCNFSM4IBPAP3Q .

DevL0rd commented 4 years ago

SkyNX App

SkyNX App

SkyNX Streamer

SkyNX Streamer

DevL0rd commented 4 years ago

Had fun with the bubble physics XD

DevL0rd commented 4 years ago

@jakibaki Daw thanks for the notice on the read me. Got the audio working awesome and fixed high cpu usage in the checkFrameAvail loop.

The audio buffer tho is't always perfectly filled I think. But IDK the extent of the audio code. What where you looking into when you where trying to find the issues with audio?

Also let me know if you need something changed on my readme like wordings or anything.