An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/markolofsen/pixel_streaming_sb

aws epic-games metaverse pixel-streaming reactjs

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://docs.unrealengine.com/4.27/en-US/SharingAndReleasing/PixelStreaming/Hosting/).

---

## Documentation:

https://metaeditor.io/docs/

## Demo:

https://ps.metaeditor.io/

## Installation

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

## Usage

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

function App() {
return (

)
}

```

## Attention!

- React v.`17.0.2`

## Built With

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
- [Unreal Engine Pixel Streaming](https://docs.unrealengine.com/5.0/en-US) - Library for Unreal Engine.
- [Styled Jss](https://www.npmjs.com/package/styled-jss) - Styled Components on top of JSS

---

**Use with pleasure!**

[MetaEditor](https://metaeditor.io/) Team