Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ff386b

Browse filesBrowse files
Newsletter 10: cute-c2 and KAS v0.4 (rust-gamedev#161)
* Newsletter 10: cute-c2 and KAS v0.4 * Newsletter 10: KAS: Fmt tweak (MD004/ul-style) Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent b066df4 commit 7ff386b
Copy full SHA for 7ff386b

File tree

2 files changed

+35
-0
lines changed
Filter options

2 files changed

+35
-0
lines changed

‎content/posts/newsletter-010/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-010/index.md
+35Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,41 @@ Crate's repo has few examples with nearly each line of the code explained.
414414

415415
[Goods]: https://crates.io/crates/goods
416416

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+
417452
### [This Month in Mun][mun-may]
418453

419454
[![Mun logo](mun-logo.png)][Mun]

‎content/posts/newsletter-010/kas.png

Copy file name to clipboard
19.4 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.