New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

metaeditor2

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

metaeditor2

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.

unpublished
latest
Source
npmnpm
Version
3.1.4
Version published
Maintainers
1
Created
Source

MetaEditor for Pixel Streaming (Unreal Engine)

MetaEditor, created by the team at UnrealOS is a professional web application development solution based on ReactJS and PixelStreaming.

The standard implementation of PixelStreaming greatly complicates the development of reactive web applications for Unreal Engine. Initially, PixelStreaming is a no-architecture javascript solution for interacting with reactive web frameworks. Adapting standard PixelStreaming to ReactJS is a very long and laborious process. This process significantly increases the development time, because there are a lot of technical challenges related to the peculiarities of browsers, devices and reactive technologies (like ReactJS, Angular or Vue).

MetaEditor streamlines PixelStreaming development to allow businesses to easily deploy and customize their ReactJS application.

Documentation:

https://metaeditor.io/docs/

Demo:

https://ps.metaeditor.io/

Community:

  • Discord App

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

Keywords

react

FAQs

Package last updated on 21 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts