8000 GitHub - leviongit/dr-socket
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leviongit/dr-socket

 
 

Repository files navigation

DragonRuby Socket Extension

A DragonRuby socket library based on ENet for developing games with realtime multiplayer.

Docs

How-To

You need DragonRuby Indie or Pro to be able to use C Extensions and this library. CMake should handle all the stuff so after successfully building you should be able to start this app just like any other DR app.

Additionally required for building:

  • CMake (>= 3.22)
  • git
  • Python 3

Windows

  • read this if you want to use MSYS2
  • MingW (tested on GCC 13.1.0 (with POSIX threads) + LLVM/Clang/LLD/LLDB 16.0.5 + MinGW-w64 11.0.0 (UCRT) - release 5)
  • Run build-windows.bat --target windows.

macOS

  • Run build-unix.sh --target macos.
  • Add -fat-binary if you want to create a fat binary for both x86_64 and amd64.

Linux

  • Run build-unix.sh --target linux.

Android

Windows

  • Run build-windows.bat --target android.

macOS / Linux

  • Run build-unix.sh --target android.

iOS

  • Run build-unix.sh --target ios.

Raspberry Pi

WIP

Oculus Quest

WIP

About

You can help by joining the official DragonRuby Discord and visit the #oss-dr-socket channel.

Resources

Special thanks and contributors

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.0%
  • CMake 16.4%
  • Python 10.1%
  • Ruby 4.1%
  • C 2.2%
  • Batchfile 0.7%
  • Other 0.5%
0