Commit graph

15 commits

Author SHA1 Message Date
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
b8cffcbc67 use for to wait channel 2019-05-20 16:00:09 +08:00
giongto35
c838172337 Add channel direction 2019-05-20 01:46:58 +08:00
giongto35
2a782100a0 client closes peerconnection 2019-05-11 19:46:24 +08:00
giongto35
f36680bf89 Investigate slow 2019-05-10 00:22:15 +08:00
giongto35
da3008c0e5 Update comment 2019-05-09 02:14:56 +08:00
giongto35
31ec2d6e4c guard input channel 2019-05-09 01:56:07 +08:00
giongto35
fd7a847df6 Remove hash 2019-05-05 23:46:40 +08:00
giongto35
696692d8f8 Load game from GCP 2019-05-05 23:19:47 +08:00
giongto35
ffcdff7ab3 Update comments 2019-05-04 17:52:46 +08:00
giongto35
417a1fe2ab Save load from cloud 2019-05-04 17:33:53 +08:00
giongto35
df8d9c73f1 Remove session after rejoin few times 2019-05-04 01:52:05 +08:00
Nguyen Huu Thanh
81cdf27acc WIP 2019-04-30 17:33:35 +07:00
Nguyen Huu Thanh
61be770f22 WIP 2019-04-28 21:45:30 +07:00
Renamed from ui/gameview.go (Browse further)