Please sign in to access this page

Cat Mirror

Cat Mirror

5 devlogs
13h 43m
Created by HelloFaizan

Open Source Desktop Screen recording software, Made with Electron

Timeline

Added keybind support, Control/Command+Shift+R to Record, Stop Recording, Rerecord. Control/Command+Shift+P to pause and resume recording. Upcomming plan is input text to change the keybind. Right now its hardcoded in main.ts file

Update attachment
  • Added Auto Zoom on Mouse Click, Auto Zoom on Input field focus, Auto Zoom on Keyboard type.

Bugs left to fix
- No matter wherewver I click on type It always zooming into top left corner of screen, need to fix that and zoom to the position of mouse click anywhere on screen.

Things added
- Auto Zoom Settings
- Zoom Strength
- Animation Speed
- Follow Tidiness
- Inactivity Timeout (after x seconds the recording will zoom out)

Basic MVP of CapMirror is ready, lets go.
- Record Entire Screen
- Record particular window
- Resume, Pause Recording
- Choose different microphone
- Webcam support with cool webcam overlay

Whats Next
- Screen selector to only record a particular section of screen
- Auto zoom on mouse click
- Custom Screen Resolution

Here we go, basic UI is done, Basic capture screen is done, we only have two options here now, Record entire screen and record specific screen

Update attachment

This is the start of something big, something open source, The basic concept of app is Open Source Screen Studio alternative for Windows, Mac and Linus. But i'm new to desktop app development. Here is the initial commit

Update attachment