markolofsen / pixel_streaming_sb

ReactJS Pixel Streaming library — helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.

Home Page:https://www.npmjs.com/package/pixel-streaming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Streaming for Unreal Engine

MetaEditor — ReactJS Pixel Streaming library, helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.


Library for launching the player for Pixel Streaming (Unreal Engine v.5)

Connects to running STUN and TURN Servers.


Documentation:

https://metaeditor.io/docs/

Demo:

https://ps.metaeditor.io/

Installation

npm install pixel-streaming
# or
yarn add pixel-streaming

Usage

// libs
import PixelStreaming, {DebugData} from 'pixel-streaming';

function App() {
  return (
    <PixelStreaming />
  )
}

Attention!

  • React v.17.0.2

Built With


Use with pleasure!

MetaEditor Team

About

ReactJS Pixel Streaming library — helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.

https://www.npmjs.com/package/pixel-streaming


Languages

Language:JavaScript 98.6%Language:CSS 1.4%