1.0.0-beta.3 • Published 6 years ago

@ngfx/rtc v1.0.0-beta.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@ngfx

Join the chat at https://gitter.im/ngfx-dev/Lobby

Angular Component Library

This repository is a development environment for the @ngfx Component library. This project contains Angular library packages for connecting touch based UI controls over WebRTC DataChannel. More packages for working with canvas, WebGL, audio, and video coming soon.

Packages

PackageDescription
rtcA service for connecting p2p over WebRTC DataChannel
uiUI component library for gaming and creative apps

NgFxControl

NEW in 1.0.0-beta.3!

Sliders, joysticks, and buttons transmit messages over WebRTC DataChannel with @ngfx/rtc.

Example of UI Controller built with @ngfx/ui

Install

@ngfx is distributed as a scoped package on npm. All packages are provided under this namespace.

npm i @ngfx/rtc @ngfx/ui yarn add @ngfx/rtc @ngfx/ui

Wiki

For more information about the ngfx library visit the wiki.

Contributing

If you are interested in contributing, fork the repository and submit pull requests targeting the develop branch.

Support

Get help in the ngfx Gitter

Roadmap

PackageDescription
canvasSupports working with <canvas> and <svg>
glBridges the gap between Angular and WebGL
audioSupports working with <audio> tag and Web Audio API
videoSupports building a video player with the <video> tag

This project is built with angular-rollup.