Skip to content

SharedGL v0.5.0

Compare
Choose a tag to compare
@dmaivel dmaivel released this 30 May 01:31
· 51 commits to master since this release

Change log:

  • Implementation
    • Version bumped up to OpenGL 3.1
    • Compiles on ARM architectures (no ARM binaries currently provided)
  • Server:
    • Added support for using network protocol instead of shared memory
      • Added command line arguments:
        • -n: enables networking
        • -p [PORT]: override default port of 3000
      • Server will output the IP and port for LAN usage
  • Client:
    • Added environment variable for communication across a network
      • SGL_NET_OVER_SHARED=address:port
    • Fixed crashes from glBufferData
    • Added framebuffer configs to GLX backend