All Projects → n1ru4l → character-overlay

n1ru4l / character-overlay

Licence: other
Web App for adding an OBS overlay with character information such as name, picture, and health for your favorite role-playing game.

Programming Languages

typescript
32286 projects
Dockerfile
14818 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to character-overlay

obs-websocket-js
Consumes https://github.com/obsproject/obs-websocket
Stars: ✭ 521 (+2964.71%)
Mutual labels:  obs, obs-studio
Hotchocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Stars: ✭ 3,009 (+17600%)
Mutual labels:  graphql-client, graphql-server
Qlens
QLens is an electron app which dynamically generates GraphQL Schemas and Mongo Schema visualization. QLens significantly cuts development time by automating the formation of their GraphQL schemas based on information fetched from their non-relational database.
Stars: ✭ 110 (+547.06%)
Mutual labels:  graphql-client, graphql-server
obs-studio
This is a community-supported modified build of OBS Studio.
Stars: ✭ 86 (+405.88%)
Mutual labels:  obs, obs-studio
obs-text-slideshow
OBS plugin inspired by the built in image slideshow, except for text sources instead. Both Free Type 2 and GDI+ are supported.
Stars: ✭ 45 (+164.71%)
Mutual labels:  obs, obs-studio
Locksmith
Want to use GraphQL with Clojure/script but don't want keBab or snake_keys everywhere? Use locksmith to change all the keys!
Stars: ✭ 59 (+247.06%)
Mutual labels:  graphql-client, graphql-server
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (+970.59%)
Mutual labels:  graphql-client, graphql-server
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+3211.76%)
Mutual labels:  graphql-client, graphql-server
CounterStrike-GlobalOffensive-LiveStat-for-OBS-Studio
Showing you LIVEstats of CS:GO in your Stream like OBS-Studio while playing/streaming.
Stars: ✭ 24 (+41.18%)
Mutual labels:  obs, obs-studio
dnddata
Weekly updated dataset of D&D characters submitted to https://oganm.com/shiny/printSheetApp and https://oganm.com/shiny/interactiveSheet. A superset of characters used in oganm/dndstats
Stars: ✭ 91 (+435.29%)
Mutual labels:  dnd, dnd5e
Graphql Kotlin
Libraries for running GraphQL in Kotlin
Stars: ✭ 1,030 (+5958.82%)
Mutual labels:  graphql-client, graphql-server
react-typescript-starter
Minimalist React 18 starter template with TypeScript ⚛
Stars: ✭ 72 (+323.53%)
Mutual labels:  create-react-app, create-react-app-typescript
Fullstack Graphql
🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.
Stars: ✭ 955 (+5517.65%)
Mutual labels:  graphql-client, graphql-server
obs-golang-plugin
OBS Studio Golang Plugin
Stars: ✭ 50 (+194.12%)
Mutual labels:  obs, obs-studio
Caliban
Functional GraphQL library for Scala
Stars: ✭ 581 (+3317.65%)
Mutual labels:  graphql-client, graphql-server
Graphql Stack
A visual explanation of how the various tools in the GraphQL ecosystem fit together.
Stars: ✭ 117 (+588.24%)
Mutual labels:  graphql-client, graphql-server
Morpheus Graphql
Haskell GraphQL Api, Client and Tools
Stars: ✭ 285 (+1576.47%)
Mutual labels:  graphql-client, graphql-server
Altair
✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.
Stars: ✭ 3,827 (+22411.76%)
Mutual labels:  graphql-client, graphql-server
36 Graphql Concepts
📜 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (+1129.41%)
Mutual labels:  graphql-client, graphql-server
DotNetGraphQL
A sample demonstrating how to create a GraphQL Backend in .NET and consume it from a .NET mobile app created using Xamarin
Stars: ✭ 78 (+358.82%)
Mutual labels:  graphql-client, graphql-server

Character Overlay

Add a character overlay for you video stream without hassle.

docker run -p 4000:4000 -v $PWD/.data:/data n1ru4l/character-overlay

Visit http://localhost:4000

Running the App

Development

Available Scripts

yarn codegen

Generate code typings for the GraphQL operations.

yarn server:dev

Start the GraphQL backend, you must run this command first.

yarn dev

Starts the snowpack development server.

Building the docker image

yarn build:docker
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].