Well engineered for its size. A portfolio piece worth showing off.
Entropic Editor for Artists ๐
Documentation
80
README documents how to install the project.
CONTRIBUTING guide is very brief (โ12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
โ Add setup instructions, code style notes, and how to run tests.
README is present.
Licensed under Other.
Engineering
87
No issue or PR templates found (โ100 pts).
โ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (crates/darkly/tests).
CI is configured (.github/workflows/ci.yml).
Rust linting configured (cargo clippy in CI, cargo fmt in CI).
Project health
100
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 1Forks
- 1Releaseslatest 26d ago
Community
- โCommunity health
- โauthors own >50% of commits
- 55Watchers
Responsiveness
- 5d 5hMedian issue response
- 7hMedian PR merge time
- 4Open issues
Repository files15 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 3 ecosystems (cargo, npm, github-actions). Dependencies stay current.
- cratesGood: Test files detected (crates/darkly/tests).
- docs
- frontend
- shaders
- .gitignoreGood: .gitignore present.
- AGENTS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CLAUDE.md
- codecov.yml
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (โ12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (โ8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (โ8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under Other.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (โ45 pts).Fix: Add a section showing how to start or use the project.