single_file_libs icon indicating copy to clipboard operation
single_file_libs copied to clipboard

List of single-file C/C++ libraries.

Results 124 single_file_libs issues
Sort by recently updated
recently updated
newest added

This adds the par streamline library: https://prideout.net/blog/par_streamlines It also fixes up the links to a couple other par libraries.

Adding my software renderer. https://gitlab.com/drummyfish/small3dlib

[px libraries](https://github.com/pplux/px) [px_sched](https://github.com/pplux/px/blob/master/px_sched.h) Task Scheduler [more info](https://github.com/pplux/px/blob/master/README_px_sched.md) [px_render](https://github.com/pplux/px/blob/master/px_render.h) Multithreaded command based renderer (GL/GLES) [more info](https://github.com/pplux/px/blob/master/README_px_render.md) [px_mem](https://github.com/pplux/px/blob/master/px_mem.h) C++ Mem utilities

Adding my raycasting library. For further info about it see the linked repo. https://gitlab.com/drummyfish/raycastlib

https://github.com/svpv/qsort - seems to be under MIT license Please forgive me since that project has more than 2 files: - READMD.md - header file - benchmark test program (seems to...

Single file (header/source) no dependencies XM module tracker music playback library: https://github.com/reduz/chibi-xmplay

Single file TIFF loader, written in portable ANSI C. Reasonably well tested. Does practically everything except JPEG TIFFs. https://github.com/MalcolmMcLean/tiffloader

I made a striped fork of fmt named fmt-headeronly. I think it applies: https://github.com/MrZeusTheCoder/fmt-headeronly

Also what tool do you use? I want to make a Go version