File tree 1 file changed +21
-0
lines changed
Filter options
content/posts/newsletter-014 1 file changed +21
-0
lines changed
Original file line number Diff line number Diff line change @@ -230,6 +230,27 @@ and it can now run [vange-rs] pretty well 🎉.
230
230
[ khr-portability ] : https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_portability_subset.html
231
231
[ vange-rs ] : https://github.com/kvark/vange-rs
232
232
233
+ ### [ Riddle]
234
+
235
+ [ Riddle] is a Rust media library in the vein of SDL,
236
+ building as far as possible on the most active/standard Rust libraries
237
+ (winit, wgpu, image, etc). Riddle is deliberately not an engine, or a framework.
238
+ It is a library devoted to exposing media related features in a unified way while
239
+ avoiding prescribing program structure. It provides abstractions over windowing,
240
+ input, audio, image loading/manipulation and provides a basic wgpu based 2D
241
+ renderer.
242
+ The [ docs] [ riddle-docs ] contain runnable examples for most methods and types.
243
+
244
+ The goal is to provide a stable foundation, resillient to developments in the Rust
245
+ gamedev ecosystem, on which games, custom engines, and other media applications can
246
+ be built.
247
+
248
+ _ Discussions:
249
+ [ /r/rust_gamedev] ( https://reddit.com/r/rust_gamedev/comments/j0xa3s/riddle_010 ) _
250
+
251
+ [ Riddle ] : https://github.com/vickles/riddle
252
+ [ riddle-docs ] : https://vickles.github.io/riddle/0.1.0/riddle
253
+
233
254
## Popular Workgroup Issues in Github
234
255
235
256
## Requests for Contribution
You can’t perform that action at this time.
0 commit comments