Commit graph

18 commits

Author SHA1 Message Date
giongto35
0539e89bda Update cores 2019-08-03 16:23:55 +08:00
giongto35
ad82e22cfc
Integrate with RetroArch to have Universal emulator. (#64)
* WIP

* Add libretro

* Update input retro

* Update cloud retro input:

* Integrate libretro remove GL

* Launch emulator by game type

* Save and load

* Update deeplink to game directly

* Done channel for naemulator

* each server handle only one session

* Only provide available clients

* Emulator based on game

* Remove all OpenGL related

* Retroarch audio

* Audio encoding mono

* Experiment with libretro audio

* Audio without datachannel

* Audio opus internal

* Remove unnecessary code

* Resampled

* Limit time frame

* Start Room and Audio by game

* Dynamic video image allocation

* Dynamic Video buffer allocation based on video resolution

* Move encoder to room

* width and height from emulator

* Padding images to fix multipler of 64

* Remove OpenGL

* Remove Open AL

* Remove OpenGL from Go mod

* Move away nanoarch logic in naemulator

* Remove unecessary savefiles.go

* Optimize Docker for caching

* Update ReadME

* Update README to introduce Retro

* Update README

* Update README.md
2019-08-02 22:06:26 +08:00
giongto35
d5e2172824
Join room directly (#53) 2019-06-09 15:34:11 +08:00
giongto35
ab06eb488d Optimize 2019-06-06 23:14:29 +08:00
giongto35
713de84dc2 Close input chan after quit game 2019-06-06 23:14:29 +08:00
giongto35
6607e0fc88
Fix icecandidate setup (#44)
* Use own stun server

* Add ice candidate

* Add turn server

* Up main_test

* Fix datachannel negotiated
2019-05-26 22:18:41 +08:00
trichimtrich
16578795e1 Update new frontend (#38)
* WIP

* fix crlf

* fix crlf

* new gesture, menu, tooltip, share

* WIP share

* clear dusties and put magic

* oops

* Remove fade

* Update js behaviour
2019-05-25 13:16:32 +08:00
giongto35
e8424dc7f4
Fix front-end (#36)
* Change join to start

* Unorder data channel

* GC after room close

* Update Frontend

* Remove fade in fadeout
2019-05-25 02:39:00 +08:00
giongto35
f50ae5e844
Worker auto reconnect (#34)
* Change join to start

* WIP

* Use RouteWork to route worker call

* Add reconnect

* Update main test

* Remove fatal

* Update test

* Remove unnecessary
2019-05-23 19:23:45 +08:00
giongto35
b8cffcbc67 use for to wait channel 2019-05-20 16:00:09 +08:00
giongto35
bfc40f6940 Change done chan to 1 2019-05-20 15:16:56 +08:00
giongto35
c838172337 Add channel direction 2019-05-20 01:46:58 +08:00
giongto35
fce6adf1dd Update save and load 2019-05-19 20:00:24 +08:00
giongto35
f960321759 Update closing websocket 2019-05-19 17:51:48 +08:00
giongto35
5b3f9192d3 Close session 2019-05-19 13:42:23 +08:00
giongto35
1140181e32 Update comments 2019-05-19 13:24:24 +08:00
giongto35
a11c65bc1e Update test 2019-05-19 13:13:09 +08:00
giongto35
f5a91542f5 Clean code 2019-05-19 05:24:58 +08:00