Skip to content

open-game-system/stream-kit

Repository files navigation

☁️ @open-game-system/stream-kit

Monorepo for the Open Game System (OGS) Cloud Rendering service ("Stream Kit").

License: MIT

Overview

Stream Kit enables web games to offload intensive graphics rendering to powerful cloud servers and stream the output via WebRTC to the client. This allows for high-fidelity experiences even on devices with limited GPU capabilities.

This monorepo contains the core libraries, React bindings, and server implementation for the Stream Kit service.

Packages

Development

This project uses pnpm workspaces and turbo for managing the monorepo.

  1. Install Dependencies:
    pnpm install
  2. Build all packages:
    pnpm build
  3. Run tests:
    pnpm test

Contributing

Contributions are welcome! Please see CONTRIBUTING.md (to be created).

License

MIT License.

About

🎮 Cloud rendering toolkit for web games, powered by WebRTC and headless browsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published