Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.31 KB

README.MD

File metadata and controls

65 lines (36 loc) · 1.31 KB

MIT License

Simple Screen Recorder WinUI 3

A simple screen recorder built in WinUI3 and using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.

This project is a port from SimpleRecorder Project developed by robmikh.

Authors

License

MIT

Tech Stack

Client: WinUI 3, SharpDX, Windows Apps SDK

Server: WinUI 3, SharpDX, Windows Apps SDK, C#/WinRT, C++/WinRT

Installation

Install SimpleRecorderWinUI3 with Visual Studio 2022 by building the solution then deploying the project.

Run Locally

Clone the project

  git clone https://github.com/renanalencar/SimpleRecorderWinUI3

Go to the project directory

  cd SimpleRecorderWinUI3

Build the solution

  msbuild "SimpleRecorderWinUI3.sln"

Start the app

  open SimpleRecorderWinUI3

Lessons Learned

Under construction.

Related

Here are some related projects