Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marionauta/wggr

Funtions to draw colors, rectangles, sprites and text onto a CGContext.
https://github.com/marionauta/wggr

coregraphics graphics-programming raylib zig

Last synced: 28 days ago
JSON representation

Funtions to draw colors, rectangles, sprites and text onto a CGContext.

Awesome Lists containing this project

README

        

# wggr

_(pronounced wagger) — **W**atch **G**ame **GR**aphics_

A set of functions to ease drawing colors, rectangles, sprites and text onto a
[`CGContext`][cgcontext]. This library contains bindings to some of Apple's Core
Graphics framework functions. This library also contains easier to use functions
that match the [`raylib`][raylib] API. This library is not intended to be a
replacement of either Core Graphics nor raylib.

[cgcontext]: https://developer.apple.com/documentation/coregraphics/cgcontextref?language=objc
[raylib]: https://www.raylib.com/