All Projects → gingerBill → Gb

gingerBill / Gb

gb single-file public domain libraries for C & C++

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Gb

Swarmz
A free, header-only C++ swarming (flocking) library for real-time applications
Stars: ✭ 108 (-70.25%)
Mutual labels:  public-domain, library
Time.dart
⏰ Type-safe DateTime and Duration calculations, powered by extensions.
Stars: ✭ 363 (+0%)
Mutual labels:  library
Fbg
Lightweight C 2D graphics API agnostic library with parallelism support
Stars: ✭ 349 (-3.86%)
Mutual labels:  library
React Canvas
A pluggable layout and graphics system aimed at powering desktop publishing as well as storm-react-diagrams
Stars: ✭ 357 (-1.65%)
Mutual labels:  library
Aestheticdialogs
📱 An Android Library for 💫fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (-3.03%)
Mutual labels:  library
Material Calendar View
📅 Material Design Calendar compatible with API 11+
Stars: ✭ 360 (-0.83%)
Mutual labels:  library
Drawroutemaps
Library for draw route maps between two point LatLng
Stars: ✭ 348 (-4.13%)
Mutual labels:  library
Units
A compile-time enabled Modern C++ library that provides compile-time dimensional analysis and unit/quantity manipulation.
Stars: ✭ 365 (+0.55%)
Mutual labels:  library
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (+925.07%)
Mutual labels:  library
Python
Official Python client library for kubernetes
Stars: ✭ 4,352 (+1098.9%)
Mutual labels:  library
Firestoregoogleappsscript
A Google Apps Script library for accessing Google Cloud Firestore.
Stars: ✭ 352 (-3.03%)
Mutual labels:  library
Distortos
object-oriented C++ RTOS for microcontrollers
Stars: ✭ 354 (-2.48%)
Mutual labels:  library
Recnn
Reinforced Recommendation toolkit built around pytorch 1.7
Stars: ✭ 362 (-0.28%)
Mutual labels:  library
Ceres
Distributable time-series database (not actively maintained)
Stars: ✭ 351 (-3.31%)
Mutual labels:  library
C Cpp Notes
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Stars: ✭ 363 (+0%)
Mutual labels:  library
Kissme
Kissme: Kotlin Secure Storage Multiplatform
Stars: ✭ 351 (-3.31%)
Mutual labels:  library
Awesome Android Ui
😎 A curated list of awesome Android UI/UX libraries
Stars: ✭ 353 (-2.75%)
Mutual labels:  library
Tinyply
🌍 C++11 ply 3d mesh format importer & exporter
Stars: ✭ 358 (-1.38%)
Mutual labels:  public-domain
Custom Navigation Drawer
Custom Navigation Drawer Library for Android
Stars: ✭ 364 (+0.28%)
Mutual labels:  library
Libevhtp
Create extremely-fast and secure embedded HTTP servers with ease.
Stars: ✭ 363 (+0%)
Mutual labels:  library

gb

gb single-file public domain libraries for C & C++

library latest version category description
gb.h 0.27 misc Helper library (Standard library improvement)
gb_math.h 0.07e math Vector math library geared towards game development
gb_gl.h 0.05 graphics OpenGL Helper Library
gb_string.h 0.95a strings A better string library (this is built into gb.h too with custom allocator support!)
gb_ini.h 0.93 misc Simple ini file loader library

FAQ

What's the license?

These libraries are in the public domain. You can do anything you want with them. You have no legal obligation to do anything else, although I would appreciate attribution.

If I wrap an gb library in a new library, does the new library have to be public domain?

No.

Is this in the style of the stb libraries?

Yes. I think these libraries are brilliant and use many of these on a daily basis.

May I contribute?

Yes.

What is the versioning system that you use?

I may change it in the future but at the moment it is like this this:

1.23b

  • 1 = major version
  • 23 = minor version
  • b = patch
    • 1.23 => zero patches
    • 1.23a => patch 1
    • 1.23b => patch 2
    • etc.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].