All Projects → dpt → DPTLib

dpt / DPTLib

Licence: BSD-2-Clause license
My C libraries

Programming Languages

c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to DPTLib

Smartbreadcrumbs
A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.
Stars: ✭ 113 (+465%)
Mutual labels:  utility-library
Eth Utils
Utility functions for working with ethereum related codebases.
Stars: ✭ 179 (+795%)
Mutual labels:  utility-library
HypeStyle
Small, useful CSS library build on utility classes & components.
Stars: ✭ 28 (+40%)
Mutual labels:  utility-library
Notils
Never again need a .utils. package yur scurvy sea dogs!
Stars: ✭ 126 (+530%)
Mutual labels:  utility-library
Ui Components
Most used UI Components — of web applications. Curated/Most loved components for web development
Stars: ✭ 175 (+775%)
Mutual labels:  utility-library
Bbo
bbo is a utility library of zero dependencies for javascript. 🍖🌭🍔
Stars: ✭ 227 (+1035%)
Mutual labels:  utility-library
Uce Handler
Convenient Uncaught-Exception Handler Library For Testers and Developers. Copy, Share, Email, Save crash logs easily.
Stars: ✭ 101 (+405%)
Mutual labels:  utility-library
js-markerclusterer
Create and manage clusters for large amounts of markers
Stars: ✭ 92 (+360%)
Mutual labels:  utility-library
Rectpack2d
A header-only, quite efficient rectangle packing library.
Stars: ✭ 177 (+785%)
Mutual labels:  utility-library
libite
That missing frog DNA you've been looking for
Stars: ✭ 50 (+150%)
Mutual labels:  utility-library
React Children Utilities
Extended utils for ⚛️ React.Children data structure that adds recursive filter, map and more methods to iterate nested children.
Stars: ✭ 154 (+670%)
Mutual labels:  utility-library
Utils
Ruby core extentions and class utilities for Hanami
Stars: ✭ 159 (+695%)
Mutual labels:  utility-library
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+255%)
Mutual labels:  utility-library
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+9245%)
Mutual labels:  utility-library
Benzina
Benzina is an image-loader package that greatly accelerates image loading onto GPUs using their built-in hardware codecs.
Stars: ✭ 36 (+80%)
Mutual labels:  utility-library
Counter culture
Turbo-charged counter caches for your Rails app.
Stars: ✭ 1,397 (+6885%)
Mutual labels:  utility-library
Dlib
Allocators, I/O streams, math, geometry, image and audio processing for D
Stars: ✭ 182 (+810%)
Mutual labels:  utility-library
react-pendulum
A React Context utility library.
Stars: ✭ 15 (-25%)
Mutual labels:  utility-library
dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (+15%)
Mutual labels:  utility-library
path-dsl-rs
A Rust utility DSL and macro to help construct and modify Paths.
Stars: ✭ 19 (-5%)
Mutual labels:  utility-library

DPTLib

version 0.4.0

Build status

© David Thomas, 2013-2022

Overview

DPTLib is my platform independent C library. It contains a wide variety of functions, formed of various portable C code that I've written for PrivateEye, MotionMasks and other projects. Please consider it a permanent work in progress.

Modules

Base

Databases

Data Structures

Frame Buffer

Geometry

I/O

Test

Utilities

Building

Use CMake, e.g.:

mkdir build
cd build
cmake ..
make -j4

Testing

Enable BUILD_TESTS, e.g. using ccmake and build. Then invoke DPTLibTest like:

./DPTLibTest -resources <path to DPTLib>

It'll spew a load of test output. If successful you'll see:

++ Tests completed in 0.9909s: 18 of 18 tests passed.
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].