Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marionauta/wggr
- Owner: marionauta
- License: mit
- Created: 2024-10-23T21:58:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T19:38:12.000Z (about 1 month ago)
- Last Synced: 2024-12-03T20:32:18.647Z (about 1 month ago)
- Topics: coregraphics, graphics-programming, raylib, zig
- Language: Zig
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/