mitchmindtree

Results 219 issues of mitchmindtree

I'm attempting to write a little nix shell for myself that makes it easier to play with `dapptools` in a manner that doesn't involve imperative installation using `nix-env`. Here's the...

I've come across a few cases where it'd be nice to be able to draw straight from some generic `FnMut`, i.e. ``` rust let f = |x: f64| x.sin() *...

enhancement
help wanted
draft
discussion

It'd be nice to have a crate for translating `Touch` events into `Gesture` events (i.e. pinching, multi-finger swiping, etc). Gestures are often nice for zooming / navigating GUI's etc. We...

draft
discussion

@Gankro mentioned this in [this reddit thread](https://en.reddit.com/r/rust/comments/3ur9co/announcing_diesel_a_safe_extensible_orm_and_query/cxhhow2): > Admittedly, Piston has a serious documentation issue beyond unwraps in examples. I seem to recall finding some unwraps and being unable to...

help wanted
discussion

I just realised that I forgot to correct the orientation of the teapot in this example to account for wgpu's switch to having the y axis increase upwards (rather than...

bug
good first issue

This is a reminder for myself to revisit our approach to application loop timing, and perhaps implement some options based on the [game loop article here](http://gameprogrammingpatterns.com/game-loop.html). Options that we definitely...

Finally getting around to updating these! The `wgpu` update is quite trivial and looks like the new validation errors might make it easier to catch bugs in the WIP `nannou_isf`...

gui
graphics

To begin, it might be nice to port [CPAL's `record_wav.rs`](https://github.com/RustAudio/cpal/blob/master/examples/record_wav.rs) example. Following this, CPAL's `feedback.rs` example might also be useful for demonstrating how to run an input and output stream...

good first issue
audio

While working on a PR to improve latency under the default `Fifo` present mode I was reminded of a semantic issue we have with our current concept of an `update`....

gui
graphics

This is an issue for tracking camera/webcam support! --- ### Desired Features - Enumerate available camera devices on the system. - Enumerate device info and capabilities. - Info should include...

feature request