
RandyGaul/cute_headers - GitHub
Various single-file cross-platform C/C++ headers implementing self-contained libraries. Run-time 2d sprite batcher. Builds atlases on-the-fly in-memory. Useful to implement a sprite batcher for …
cute_headers/cute_c2.h at master · RandyGaul/cute_headers - GitHub
CUTE_C2_API c2TOIResult c2TOI(const void* A, C2_TYPE typeA, const c2x* ax_ptr, c2v vA, const void* B, C2_TYPE typeB, const c2x* bx_ptr, c2v vB, int use_radius); // Inflating a shape. …
cute_headers/examples_cute_gl_and_c2/main.cpp at master - GitHub
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games - RandyGaul/cute_headers
cute_headers: Collection of cross-platform one-file C/C++ ... - Gitee
Various single-file cross-platform C/C++ headers implementing self-contained libraries. Run-time 2d sprite batcher. Builds atlases on-the-fly in-memory. Useful to implement a sprite batcher for …
player2d - Swept Character Controller in C++ - Educational ... - Reddit
Mar 9, 2019 · player2d is example demo showing one way to implement swept 2D character controller from scratch. The cute_headers repository is heavily used to implement the low-level …
Cute c2 - GiderosMobile
cute_c2 implements 2D collision detection routines that test for overlap, and optionally can find the collision manifold. The manifold contains all necessary information to prevent shapes from …
C# conversion of https://github.com/RandyGaul/cute_headers/blob/master …
C# conversion of https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h - cute_c2_collisions.cs
c2 — Rust gfx library // Lib.rs
Sep 20, 2021 · cute-c2. A 2D collision library for Rust. Check out the original c2.h library in the cute headers repository by Randy Gaul. This rust wrapper supports collision detection …
(@c2______cute) • Instagram photos and videos
185 Followers, 267 Following, 31 Posts - @c2_____cute on Instagram: ""
2D Collision Detection - Single File Header (yet another)
Oct 5, 2018 · Note: the header was renamed to cute_c2.h (the links below still work though). Lots of people around here are making sweet 2D games with lots of small 2D shapes, like AABBs …