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.
- Host: GitHub
- URL: https://github.com/markolofsen/pixel_streaming_sb
- Owner: markolofsen
- Created: 2022-02-23T15:13:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T19:07:19.000Z (over 3 years ago)
- Last Synced: 2024-10-04T04:21:07.261Z (about 1 year ago)
- Topics: aws, epic-games, metaverse, pixel-streaming, reactjs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/pixel-streaming
- Size: 3.01 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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