File tree 2 files changed +15
-0
lines changed
content/posts/newsletter-013
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,21 @@ _Discussions:
258
258
[ @sebcrozet ] : https://github.com/sebcrozet/
259
259
[ nphysics ] : https://nphysics.org
260
260
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
+
261
276
### [ hexasphere] v1.0
262
277
263
278
![ hexasphere example gif] ( hexasphere.gif )
You can’t perform that action at this time.
0 commit comments