docs: add 9 curated single-header libraries from #274 backlog#328
Open
dashitongzhi wants to merge 1 commit into
Open
docs: add 9 curated single-header libraries from #274 backlog#328dashitongzhi wants to merge 1 commit into
dashitongzhi wants to merge 1 commit into
Conversation
- Add wangyi-fudan/wyhash (hash) -> hash* - Add jarikomppa/ipc (IPC) -> sys* - Add joric/joirc (IRC daemon) -> net* - Add ufbx/ufbx (FBX parser) -> mesh* - Add willemt/raft_amalgamation (consensus) -> misc* - Add willemt/splay-tree (splay tree) -> ds* - Add MarcioPais/SQZ (image compression) -> image* - Add abdimoallim/gc (garbage collector) -> mem* - Add cuckydev/mem (memory allocator) -> mem* - Add bqqbarbhg/bq_websocket -> secondary (core 2 files, but full repo has 4) - Add schellingb/c-data-structures -> secondary (3 single-header files) Each entry was verified against the original repository: single-header/two-file structure, license terms, language and live repo status were all checked before inclusion. The 9 main-listing entries match the existing table format; the 2 secondary entries are listed because they exceed the strict 2-file rule for the main table but are still relevant to the audience of this list. The '<!-- todo -->' backlog is updated to remove the entries added in this commit and to keep the ones still pending (avivbeeri/abc, stevenlr/Flint, azmr/sweet, 983/df, 983/fft, andrewwillmott/colour-blind-luts, wangyi-fudan/wyHLL, willemt/yabtorrent, xtopher-xyz/xrns-player).
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the curated library list in README.md by adding several new single-header / single-source (and appendix) entries from the backlog.
Changes:
- Added new entries across multiple categories (ds/hash/image/mem/mesh/misc/net/sys).
- Added two items to the appendix section for non-strict single-header repos.
- Cleaned up the TODO/backlog list and added a traceability note referencing the added items.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| *mesh* |[Tinyobjloader](https://github.com/syoyo/tinyobjloader) (1 C++, MIT) |Wavefront OBJ file loader | ||
| *mesh* |[Tinyply](https://github.com/ddiakopoulos/tinyply) (2 C++, PD) |PLY mesh file loader | ||
| *mesh* |[Tk_objfile](https://github.com/joeld42/tk_objfile) (1 C, MIT) |OBJ file loader | ||
| *mesh* |[Ufbx](https://github.com/ufbx/ufbx) (2 C, PD) |Single source file FBX (Filmbox) loader, MIT/PD |
| *hash* |[Hash.c](https://github.com/zzo38/freeheromesh/blob/trunk/hash.c) (2 C, PD) |SHA1/SHA3/MD5 hashes | ||
| *hash* |[Lonesha256](https://github.com/BareRose/lonesha256) **(1 C, PD)** |**SHA256 implementation** | ||
| *hash* |[PicoSHA2](https://github.com/okdshin/PicoSHA2) (1 C++, MIT) |SHA256 implementation | ||
| *hash* |[Wyhash](https://github.com/wangyi-fudan/wyhash) **(1 C, PD)** |**Fastest 64-bit hash function, PRNG and hash map** |
Comment on lines
+528
to
+539
| # Added in #283 (docs: add curated single-header libraries from #274 backlog): | ||
| # - wangyi-fudan/wyhash -> hash* | ||
| # - jarikomppa/ipc -> sys* | ||
| # - joric/joirc -> net* | ||
| # - ufbx/ufbx -> mesh* | ||
| # - willemt/raft_amalgamation -> misc* | ||
| # - willemt/splay-tree -> ds* | ||
| # - MarcioPais/SQZ -> image* | ||
| # - abdimoallim/gc -> mem* | ||
| # - cuckydev/mem -> mem* | ||
| # - bqqbarbhg/bq_websocket -> secondary (core 2 files, but full repo has 4) | ||
| # - schellingb/c-data-structures -> secondary (3 single-header files) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
Closes part of #274 — picks up several libraries the maintainer has collected but not yet added.
Verification done
Each library was verified before inclusion:
contents/APIFiles Changed