comicsparks/jasmine

A comic browser,support Android / iOS / MacOS / Windows / Linux.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 12th, 2026
Created on January 2nd, 2022
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 356
Total Stargazers: 5,416 (+0)
Total Subscribers: 76 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Jasmine is a comic browser application that runs on Android, iOS, macOS, Windows, and Linux.

The tool addresses the need for a cross-platform comic reading experience by combining Flutter for the user interface with Rust for backend services. It provides browsing, searching, and reading functionality for comics, along with community features including comments and user accounts. The application supports caching of comics for offline access and includes device-specific optimizations such as high-frequency screen support on Android.

Jasmine suits developers building cross-platform applications who want to see how Flutter and Rust can be integrated for performance-critical features. The project demonstrates a practical architecture where Flutter handles the interface layer while Rust manages computationally intensive backend operations. The codebase is available for learning purposes, though commercial use is explicitly prohibited.

The project shows active development with implementation of core features across browsing, reading, search, user management, and community interaction. The technical stack indicates a focus on performance optimization through language choice, with Rust handling service logic and Flutter providing responsive UI across multiple platforms.