Skip to content

An OBS clone - Practice project to learn Electron.js

Notifications You must be signed in to change notification settings

samarpan1738/OBS-killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learnings

  1. Every electron app has 1 main process and multiple render processes.
  2. InterProcess Communication(IPC) -> Render process can access stuff on main process using "remote" module.
  3. Electron is all about glueing together the APIs. :)

How to use?

  • Select video source.
  • Start button will start the recording and stop will stop it.
  • Save the video at the desired path through the dialog box.

Screenshots

Start Screen

Video sample recorded from this app

Sample Video

About

An OBS clone - Practice project to learn Electron.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published