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).
10
+
Helmer Micro is a cross-platform GIF recording app — built using the awesome [Tauri](https://github.com/tauri-apps/tauri) framework, our high-performance capture engine [scap](https://github.com/helmerapp/scap) and the incredible GIF encoder, [Gifski](https://github.com/ImageOptim/gifski).
11
11
12
12
> ⚠️ This project is in Alpha and things break often. Please use at your own risk.
13
13
14
14
## Motivation
15
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:
16
+
GIFs are clearly the internet's favourite file format, but notoriously hard to create. We wanted to create a small tool to allows easy and effortless creation of GIFs, and share it with everyone!
19
17
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!
18
+
Alongside our small mission, this project also stands for two more things:
19
+
1. a demo project for our library [scap](https://github.com/helmerapp/scap) and
20
+
2. show that open-source apps can (and should) be beautifully designed!
22
21
23
22
## COSS?
24
23
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.
24
+
Yup, Commercial Open-source Software!
25
+
26
+
Many of the libraries and tools we author are kept up-to-date and made available to everyone though our Github and other platforms. We believe in operating with full transparency, building alongside our community and supporting peer OSS projects along the way. This way, everyone benefits from each other's work instead of running circles within individual walled gardens.
26
27
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
+
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 a sustainable business and eventually work towards a credible new way of funding our work and experiments!
28
29
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
+
Of course, you are more than welcome to build your own binaries using our source-code! Please reach out in the `#micro` channel on our Discord if you need help setting this up.
30
31
31
-
Don't forget to share your GIFs online with a `#MadeWithMicro` hashtag, we would love to see and share what you make!
32
+
Lastly, don't forget to share your GIFs online with a `#MadeWithMicro` hashtag! We'd love to see and share what you make 🫶
32
33
33
34
## Development
34
35
@@ -40,7 +41,7 @@ Don't forget to share your GIFs online with a `#MadeWithMicro` hashtag, we would
40
41
41
42
### Guide
42
43
43
-
This is a [Tauri](https://tauri.app) app. It uses [Astro](https://astro.build) for UI and Rust for the backend.
44
+
This is a [Tauri](https://tauri.app) app written in Typescript and Rust. It uses [Astro](https://astro.build) for UI and Rust for the backend.
44
45
45
46
1. To spin up the dev environment, run `yarn tauri dev`
46
47
2. To build the app for your current OS/architecture, run `yarn tauri build`
0 commit comments