Skip to content
/ dtb Public

Single header file utility libraries. Mainly used for personal development

Notifications You must be signed in to change notification settings

DillonRmD/dtb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTB (Dillon's ToolBox)

Library Category Description
dtb.h Utility A single-header utility file that contains helper functions and other utilities.
dtb_platform.h Graphics A single-header file that creates a instance of a window, in 30 lines or less, mainly directed at game-tools
dtb_math.h Utility A single-header file math library used for game development
dtb_gl.h Graphics An OpenGL wrapper, combined with dtb_gl.c.
dtb_buffer.h Utility A dynamic array (buffer if you feel so inclined) that can dynamically allocate and deallocated data to a given dataset.

How to run:

  • Simply include the desired header file (more if you wish) into your main compilation unit and done!

Note:

1.) I work on this API at my own leisure, don't expect constant updates

2.) Absolutely no warranty when using this API.

3.) I made this for personal use, and is now in the public domain....congrats!

4.) Feel free to edit/revise any of the code base.

5.) Please give credit to the author when using in projects.

6.) If you feel the urge to contribute to the project... Great! Help is never rejected!

About

Single header file utility libraries. Mainly used for personal development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published