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.
npm install pixel-streaming
# or
yarn add pixel-streaming
// libs
import PixelStreaming, {DebugData} from 'pixel-streaming';
function App() {
return (
<PixelStreaming />
)
}
- React v.
17.0.2
- React - A JavaScript library for building user interfaces
- Unreal Engine Pixel Streaming - Library for Unreal Engine.
- Styled Jss - Styled Components on top of JSS
Use with pleasure!
MetaEditor Team