-
-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintenance status + becoming a maintainer? #939
Comments
I'm working on an updated fork that removes some of the stuff I'm not likely to ever need (audio, hardware, etc) in order to ease the maintenance burden. I'll post back here once it's public. At the moment I'm updating all of the outdated dependencies (there were 23 of them). After that I'll make sure the guide is published properly. At that point I'll consider it ready for the public. There's a couple of dependencies that I'm going to leave outdated because it may make sense to do a rework of the graphics pipeline and include them as part of the rework. |
I've worked up bringing most of the libraries up to date on my fork. Draft PR here: #940. |
My hero :) Those were the last big dependencies I needed updated. I've applied that patch to my fork and now I'm fixing a couple of broken examples (you should try running the It sounds like you're using more of the features that |
Here’s my fork. I was trying to get all of the dependencies completely updated before making it public, but it’s probably just better to make it public at this point: https://github.com/zmitchell/splatter Note that I haven’t tried on Linux because I only have a Mac available for development at the moment. Give it a try and see if it compiles. |
Like I said, I don't have a Linux machine to test that on |
Hi, I recently tried out Nannou and thought it was pretty nice, although I'm sure I can get similar functionality by combining different crates. Is there any chance that this project will be maintained? Or are there better alternatives? I was confused about Splatter @zmitchell for a while until I realized that the Splatter is a fork of Nannou, but with the name changed to Splatter everywhere, including the readme so it says "splatter was forked from splatter". Though if Splatter is stripping out a lot of the functionality, I'm not so sure it's as interesting to me, as I think I can have use for audio, OSC, and DMX512. Maybe I should just find separate creates for each thing instead. |
Hey folks, thanks a lot for reaching out and for digging into this nannou update! I've posted some thoughts on current status, direction, etc in #946 - feel free to chime in there. |
I've been a user of this crate in the past and I'm getting back into the swing of things. I have some interest in helping maintain the crate, but I don't want to spend time on things if they aren't going to be reviewed.
wgpu
and graphics in general work, so the first thing I'd do is fill out the developer documentation as I learn things.The text was updated successfully, but these errors were encountered: