You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helmer Micro is a commercial open source (COSS) cross-platform GIF recorder. It is written in Typescript and Rust, using the awesome desktop app framework [Tauri](https://github.com/tauri-apps/tauri), our high-performance capture engine [scap](https://github.com/helmerapp/scap) and the fabulous encoder, [Gifski](https://github.com/ImageOptim/gifski).
7
11
8
12
> ⚠️ This project is in Alpha and things break often. Please use at your own risk.
9
13
10
-
## Installation
14
+
## Motivation
15
+
16
+
GIFs are clearly the internet's favourite file format, but notoriously hard to create. We wanted to create a small tool that allows easy, effortless creation of GIFs and share it with as many people as possible!
17
+
18
+
In addition to our small mission, this project also stands for 2 things:
19
+
20
+
1. an example of how to use our library [scap](https://github.com/helmerapp/scap) and
21
+
2. show that open-source software can (and should!) be beautifully designed!
22
+
23
+
## COSS?
11
24
12
-
Helmer Micro is being developed as COSS: Commercial Open-source Software. It's source code is kept up-to-date and made available to everyone through this Github Repo.
25
+
Yup, Commercial Open-source Software! Many of the libraries and tools we make are kept up-to-date and made available to everyone though Github and other platforms. We believe in operating with full transparency, building alongside our community and support our peer OSS projects along the way. This way, everyone benefits instead of running circles within walled gardens.
13
26
14
-
If you'd like to support our work, we request you to buy a license via [our website](https://www.helmer.app/micro) and share your GIFs online with a `#MadeWithMicro` hashtag that will allow us to find it online too!
27
+
If you benefit from our work, we request that you buy a license via [our website](https://www.helmer.app/micro). This commercialization allows us to become sustainable and also creates a symbiosis between OSS and its proprietary license counterpart — a credible new way of funding our work and experiments!
28
+
29
+
Of course, you are more than welcome to build your own binaries using our source-code! Please also reach out via our Discord if you need help setting this up.
30
+
31
+
Don't forget to share your GIFs online with a `#MadeWithMicro` hashtag, we would love to see and share what you make!
15
32
16
33
## Development
17
34
18
35
### Pre-requisites
19
36
20
-
1.Follow [this guide](https://tauri.app/v1/guides/getting-started/prerequisites) to set up Rust and other system dependencies.
0 commit comments