nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
5.92k stars 300 forks source link

Maintenance status + becoming a maintainer? #939

Open zmitchell opened 10 months ago

zmitchell commented 10 months ago

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.

vivichrist commented 9 months ago

I think this project is abandonware. There hasn't been any work on it in years and it doesn't compile.

zmitchell commented 9 months ago

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.

tychedelia commented 9 months ago

I've worked up bringing most of the libraries up to date on my fork. Draft PR here: https://github.com/nannou-org/nannou/pull/940.

zmitchell commented 9 months ago

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 run_all_examples binary if you haven't already).

It sounds like you're using more of the features that nannou provided (like the laser stuff), so I'm not sure consolidating on a single fork makes sense. I'm really just focusing on the 2D graphics part of nannou because I don't personally use anything else (I've also thought about stripping out the wasm stuff, but I may decide I want that someday and I feel like it would be harder to put back in later than it would be to limp along for now).

vivichrist commented 7 months ago

Is there any news concerning linux compilation? Last time I tried Nannou wouldn't compile (18.1 or master).

On Thu, 19 Oct 2023 at 05:58, Zach Mitchell, PhD @.***> wrote:

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 run_all_examples binary if you haven't already).

It sounds like you're using more of the features that nannou provided (like the laser stuff), so I'm not sure consolidating on a single fork makes sense. I'm really just focusing on the 2D graphics part of nannou because I don't personally use anything else (I've also thought about stripping out the wasm stuff, but I may decide I want that someday and I feel like it would be harder to put back in later than it would be to limp along for now).

— Reply to this email directly, view it on GitHub https://github.com/nannou-org/nannou/issues/939#issuecomment-1768967724, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJMSCCWDYN6CLAATTU7AZLYAADB5AVCNFSM6AAAAAA45SKZWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRYHE3DONZSGQ . You are receiving this because you commented.Message ID: @.***>

zmitchell commented 7 months ago

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.

vivichrist commented 7 months ago

Can confirm it does compile under Linux.

On Fri, 24 Nov 2023 at 04:32, Zach Mitchell @.***> wrote:

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.

— Reply to this email directly, view it on GitHub https://github.com/nannou-org/nannou/issues/939#issuecomment-1824622452, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJMSCEUHB5INXKT5ERN5J3YF5UCRAVCNFSM6AAAAAA45SKZWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRUGYZDENBVGI . You are receiving this because you commented.Message ID: @.***>

vivichrist commented 7 months ago

Will the examples run in Wayland? I have KDE Plasma desktop.

On Sat, 25 Nov 2023 at 00:05, Vivian Stewart @.***> wrote:

Can confirm it does compile under Linux.

On Fri, 24 Nov 2023 at 04:32, Zach Mitchell @.***> wrote:

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.

— Reply to this email directly, view it on GitHub https://github.com/nannou-org/nannou/issues/939#issuecomment-1824622452, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJMSCEUHB5INXKT5ERN5J3YF5UCRAVCNFSM6AAAAAA45SKZWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRUGYZDENBVGI . You are receiving this because you commented.Message ID: @.***>

zmitchell commented 7 months ago

Like I said, I don't have a Linux machine to test that on

vivichrist commented 7 months ago

When running 'run_all_examples' should I see anything? Because the windows for the examples only show on the taskbar and quickly flash by.

viv.

On Tue, 28 Nov 2023 at 04:17, Zach Mitchell @.***> wrote:

Like I said, I don't have a Linux machine to test that on

— Reply to this email directly, view it on GitHub https://github.com/nannou-org/nannou/issues/939#issuecomment-1828035878, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJMSCCQTFKVECO3ZZ3XHHDYGSVJLAVCNFSM6AAAAAA45SKZWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRYGAZTKOBXHA . You are receiving this because you commented.Message ID: @.***>

vivichrist commented 7 months ago

Compiling examples v0.1.0 (/.../Deps/nannou/examples) Finished dev [unoptimized + debuginfo] target(s) in 1m 17s warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24 note: to see what the problems were, use the option --future-incompat-report, or run cargo report future-incompatibilities --id 1 Running target/debug/examples/draw thread 'main' panicked at /.../.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.17.1/src/backend/direct.rs:771 :18: Error in Surface::configure: Validation Error

Caused by: Parent device is lost

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace zsh: segmentation fault (core dumped) cargo run --example draw

On Tue, 28 Nov 2023 at 17:41, Vivian Stewart @.***> wrote:

When running 'run_all_examples' should I see anything? Because the windows for the examples only show on the taskbar and quickly flash by.

viv.

On Tue, 28 Nov 2023 at 04:17, Zach Mitchell @.***> wrote:

Like I said, I don't have a Linux machine to test that on

— Reply to this email directly, view it on GitHub https://github.com/nannou-org/nannou/issues/939#issuecomment-1828035878, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJMSCCQTFKVECO3ZZ3XHHDYGSVJLAVCNFSM6AAAAAA45SKZWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRYGAZTKOBXHA . You are receiving this because you commented.Message ID: @.***>

vilcans commented 6 months ago

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.

mitchmindtree commented 6 months ago

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.