File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
content/posts/newsletter-013 Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,21 @@ _Discussions:
258258[ @sebcrozet ] : https://github.com/sebcrozet/
259259[ nphysics ] : https://nphysics.org
260260
261+ ### [ cute-c2]
262+
263+ ![ cute-c2 collision] ( cute-c2-collision.gif )
264+
265+ cute-c2 is a 2D collision detection library that has had its first release to
266+ [ crates.io] [ cute-c2 ] . The library is a Rust wrapper around the [ c2.h] library.
267+
268+ The library can detect collisions between circles, rectangles, capsules and
269+ up to eight-sided convex polygons. There are also functions for manifold
270+ generation, the GJK algorithm and ray casting operations. There is an example
271+ program in the repository.
272+
273+ [ cute-c2 ] : https://crates.io/crates/c2
274+ [ c2.h ] : https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h
275+
261276### [ hexasphere] v1.0
262277
263278![ hexasphere example gif] ( hexasphere.gif )
You can’t perform that action at this time.
0 commit comments