@@ -414,6 +414,41 @@ Crate's repo has few examples with nearly each line of the code explained.
414
414
415
415
[ Goods ] : https://crates.io/crates/goods
416
416
417
+ ### [ cute-c2]
418
+
419
+ [ cute-c2] is a Rust wrapper, created by [ yeahross0] , for Randy Gaul's
420
+ [ single-header C library of the same name] [ cute-c2-c ] . It implements 2D
421
+ collision detection between circles, AABBs, capsules and up to eight-sided
422
+ convex polygons.
423
+
424
+ The API exposed is safe and Rust-y, and various examples are provided in the
425
+ repository. The library is not yet published to Crates.io, but looks promising!
426
+
427
+ [ cute-c2 ] : https://github.com/yeahross0/cute-c2
428
+ [ cute-c2-c ] : https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h
429
+ [ yeahross0 ] : https://github.com/yeahross0
430
+
431
+ ### [ KAS v0.4] [ kas-040 ]
432
+
433
+ ![ KAS calculator example] ( kas.png )
434
+
435
+ [ KAS] (toolKit Abstraction System) is a general purpose GUI toolkit, developed
436
+ by [ dhardy] .
437
+
438
+ This month, [ version 0.4] [ kas-040 ] was released - some highlights from the
439
+ changelog are:
440
+
441
+ - An overhaul of the ` Widget ` API
442
+ - Support for pop-up widgets
443
+ - More robust input handling
444
+ - Limited support for stable versions of the Rust compiler
445
+
446
+ _ Discussions: [ /r/rust] ( https://www.reddit.com/r/rust/comments/gf42ip/kas_gui_04_release/ ) _
447
+
448
+ [ kas ] : https://github.com/kas-gui/kas
449
+ [ kas-040 ] : https://github.com/kas-gui/kas/blob/master/CHANGELOG.md
450
+ [ dhardy ] : https://github.com/dhardy
451
+
417
452
### [ This Month in Mun] [ mun-may ]
418
453
419
454
[ ![ Mun logo] ( mun-logo.png )] [ Mun ]
0 commit comments