Clipper performs boolean clipping operations (intersection, union, difference & xor) on 2D polygons.The library handles complex (self-intersecting) polygons, polygons with holes and polygons with overlapping co-linear edges.Input polygons can use either EvenOdd (alternate) or NonZero (winding) filling modes.
Links
aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.
Tool zum austesten der verschiedenen gl blendfunc-optionen
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks.
Been working on programmatically blending bitmaps. Below are the macros that I’ve come up, borrowing the some of the formulas from other websites (see sources at the bottom of this post).