mg-chao/snow-apps

Snow Apps repository, providing source code for Snow Shot and Snow Image Viewer.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 13th, 2026
Created on February 26th, 2025
Open Issues & Pull Requests: 253 (+0)
GitHub issues: Enabled
Number of forks: 312
Total Stargazers: 5,027 (+0)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 hours
Mean response time: 7.2 days
90th percentile: 17.0 days
Tracked items: 404

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 87% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 37% of issues opened in the past year have been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 253
New in 7 days: 20
Closed in 7 days: 24
Avg open age: 250 days
Stale 30+ days: 239
Stale 90+ days: 221

Recent activity

Opened in 7 days: 15
Closed in 7 days: 23
Comments in 7 days: 18
Events in 7 days: 31

Top labels

  • enhancement (206)
  • bug (198)
  • features (4)
  • 0.2.0 (1)

Detailed Description

Snow Apps is a collection of desktop utilities that includes Snow Shot, a screenshot and screen recording tool, and Snow Image Viewer, an image viewer with OCR capabilities.

The project addresses the need for lightweight, feature-rich desktop applications for capturing and processing visual content. Snow Shot provides screenshot and screen recording functionality, while Snow Image Viewer offers image viewing with integrated optical character recognition. Both tools are built using C++ with Qt for the user interface, leveraging a modular architecture that includes custom drawing engines and Rust FFI bindings for performance-critical operations.

Developers should adopt this project if they need open-source alternatives to proprietary screenshot or image viewing tools with OCR support. The modular structure makes it suitable for projects that require customizable image capture or viewing workflows. The repository uses a multi-license approach, with core applications under GNU GPL v3.0 or later and supporting libraries under Apache License 2.0, so licensing requirements should be reviewed before integration.

The project is under active construction, as indicated by the repository's own signage. Development activity shows ongoing work across multiple components, with distinct modules for UI design, drawing engines, and language bindings maintained as separate concerns. The codebase demonstrates attention to third-party material management, with explicit tracking of upstream licenses and bundled dependencies across both the Ant Design Qt and Snow Shot components.