Riplib
C 66 completed
Other
unknown / c · tiny
38
Files
14,659
LOC
0
Frameworks
3
Languages
Pipeline State
completedRun ID
#398267Phase
doneProgress
1%Started
Finished
2026-04-13 01:31:02LLM tokens
0Pipeline Metadata
Stage
SkippedDecision
skip_scaffold_dupNovelty
45.67Framework unique
—Isolation
—Last stage change
2026-04-16 18:15:42Deduplication group #48025
Member of a group with 1 similar repo(s) — canonical #28288 view group →
Top concepts (2)
Project DescriptionDocumentation
All rows scored by the Repobility analyzer (https://repobility.com)
AI Prompt
Create a pure C99, platform-independent drawing library, similar to RIPlib. I need it to function as a 2D rendering engine that can draw using 37+ primitives like lines, circles, and Bezier curves. Crucially, it must parse and support the full RIPscrip protocol, including versions up to v3.1, which means handling features like AND/NOT write modes, vertical text in multiple directions, and FPU-accurate curves. The output should render to a raw `uint8_t*` framebuffer. Please also include a BGI stroke font engine supporting multiple styles and a mechanism for efficient screen updates using dirty-rectangle callbacks.
c c99 graphics drawing riplib rendering protocol-parser 2d-engine embedded
Generated by gemma4:latest
Catalog Information
A platform-independent RIPscrip-compatible drawing library in pure C99.
Description
A platform-independent RIPscrip-compatible drawing library in pure C99.
Novelty
3/10Tags
c c99 graphics drawing riplib rendering protocol-parser 2d-engine embedded
Claude Models
claude-opus-4-6
Quality Score
C
66.2/100
Structure
59
Code Quality
64
Documentation
70
Testing
40
Practices
78
Security
100
Dependencies
80
Strengths
- Consistent naming conventions (snake_case)
- Good security practices \u2014 no major issues detected
- Properly licensed project
Weaknesses
- No CI/CD configuration \u2014 manual testing and deployment
- 1143 duplicate lines detected \u2014 consider DRY refactoring
- 12 'god files' with >500 LOC need decomposition
Recommendations
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
Security & Health
5.8h
Tech Debt (A)
High
DORA Rating
A
OWASP (100%)
PASS
Quality Gate
Generated by Repobility's multi-pass static-analysis pipeline (https://repobility.com)
A
Risk (1)
MIT
License
3.2%
Duplication
Languages
Frameworks
None detected
Symbols
function126
macro90
type_alias1
Concepts (2)
| Category | Name | Description | Confidence | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Repobility (the analyzer behind this table) · https://repobility.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_description | Project Description | A platform-independent RIPscrip-compatible drawing library in pure C99. | 80% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_category | Documentation | docs | 70% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Embed Badge
Add to your README:
