documentationgood first issue
Metriche repository
- Star
- (3 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
An ecosystem/DX (developer‑experience) deliverable. Shipping an official, discoverable, community‑editable SDK bundle plus documentation that helps devs build on GSH.
- Create an
/docsfolder with:
/docs
├─ index.md ← high‑level intro & TOC
├─ awesome-gsh.md ← curated links list (see 2)
├─ framebuffer.md ← cross‑language framebuffer lib table (see 3)
├─ ui-and-server.md ← recommended UI + server frameworks (see 4)
└─ examples/
├─ rust/…
├─ python/…
└─ cpp/…
- Add
mdBookorDocusaurusbuild job in CI → GitHub Pages athttps://gsh.dev/docs. - Website
- Awesome-GSH List
- Curate a list of libraries, tools, and inspiration from community projects.
- Framebuffer Rendering Libraries
- Recommend native framebuffer renderers for common languages.
- Curate official resources for recommended UI libraries, server frameworks, example servers, and best practices.
- Encourage community-driven additions.