WilliamRagstad/gsh

Developer Resources

Open

#15 opened on Apr 21, 2025

 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

An ecosystem/DX (developer‑experience) deliverable. Shipping an official, discoverable, community‑editable SDK bundle plus documentation that helps devs build on GSH.

  • Create an /docs folder 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 mdBook or Docusaurus build job in CI → GitHub Pages at https://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.

Contributor guide