Skip to content
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

Is this still maintained #2509

Open
ChrisChinchilla opened this issue Jan 28, 2024 · 8 comments
Open

Is this still maintained #2509

ChrisChinchilla opened this issue Jan 28, 2024 · 8 comments

Comments

@ChrisChinchilla
Copy link

ChrisChinchilla commented Jan 28, 2024

I love this tool. it's by far the best storyboarding tool I've come across. But I see so many small issues I'd love to fix, and as it's open source, I could. But is it still actively maintained? Could you let me know if you are looking for new maintainers? I'd be happy to help!

First on my list would be a non-prerelease Apple Silicon build 😅

@lechouette
Copy link

Would like to know that too. Wonderunit doesn't seem to have social media (well, only a FB in which the latest post is from 2019...), so I can't really check the last time they updated, either.

@ChrisChinchilla
Copy link
Author

I also emailed the address in the read me with no response, so I’m thinking of scanning their license and perhaps beginning a new fork the replace the current release, if that’s allowed.

@lechouette
Copy link

I also emailed the address in the read me with no response, so I’m thinking of scanning their license and perhaps beginning a new fork the replace the current release, if that’s allowed.

Site says it's free and open source, so that's probably allowed? I don't know anything about coding tho I'm just storyboarding. But man if someone were to make fork that's more cared about, that would be incredible.

@ChrisChinchilla
Copy link
Author

There's not actually a license in the repo, but there's a link to a blog post that mentions mit, plus a lot of other stuff. I wouldn't charge, but would ask for donations. So I'll start looking into it

@audionerd
Copy link
Member

audionerd commented Feb 19, 2024

Hi all. I can't speak for Charles, but I’ll share what I can here.

Officially, Storyboarder for desktop is no longer being maintained by Wonder Unit, Inc. Charles started a new company and is building a web app that incorporates the features of Storyboarder: https://storyboarder.com

From their FAQ:

We are no longer developing the old Storyboarder. We're putting all our effort into the latest evolution.

My assumption is that there will never be another official binary release of Storyboarder for desktop from Wonder Unit, Inc.

Storyboarder 3.1 was almost done, with a totally rewritten Print and PDF Export feature, native Apple silicon support, and a few other fixes, including a fix for video export. But we never finished testing it with users, so it wasn’t considered stable enough to release. That’s the version in the master branch here currently.

I have a fork with a few additional fixes for Storyboarder 3.1 at https://github.com/audionerd/storyboarder, and in my brief testing I found it to be stable (and much faster on Apple silicon), but I wouldn't trust it with any production files. So if you’re going to try it, be sure to make backups first!

You can find build instructions in DEVELOPERS.md, but in short:

To run the app:

git clone git@github.com:audionerd/storyboarder.git
cd storyboarder
asdf install
npm install -g electron-builder@22.14.13
npm install
cd server && npm install && cd ..
npm start

To build a Storyboarder.app binary for Apple silicon:

npm run build
CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder build -m --arm64 --dir
open dist/mac-arm64/Storyboarder.app

@lechouette
Copy link

lechouette commented Feb 20, 2024

Hi all. I can't speak for Charles, but I’ll share what I can here.

Officially, Storyboarder for desktop is no longer being maintained by Wonder Unit, Inc. Charles started a new company and is building a web app that incorporates the features of Storyboarder: https://storyboarder.com

From their FAQ:

We are no longer developing the old Storyboarder. We're putting all our effort into the latest evolution.

My assumption is that there will never be another official binary release of Storyboarder for desktop from Wonder Unit, Inc.

Storyboarder 3.1 was almost done, with a totally rewritten Print and PDF Export feature, Apple silicon support, and a few other fixes, including a fix for video export. But we never finished testing it with users, so it wasn’t considered stable enough to release. That’s the version in the master branch here currently.

I have a fork with a few additional fixes for Storyboarder 3.1 at https://github.com/audionerd/storyboarder, and in my brief testing I found it to be stable (and much faster on Apple silicon), but I wouldn't trust it with any production files. So if you’re going to try it, be sure to make backups first!

You can find build instructions in DEVELOPERS.md, but in short:

To run the app:

git clone git@github.com:audionerd/storyboarder.git
cd storyboarder
asdf install
npm install -g electron-builder@22.14.13
npm install
cd server && npm install && cd ..
npm start

To build a Storyboarder.app binary for Apple silicon:

npm run build
CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder build -m --arm64 --dir
open dist/mac-arm64/Storyboarder.app

Oh, I didn't knew about any of this. Makes more sense now. Thanks. Wishing them luck in the new version, can't wait to see the results, looks promising.

I just wish they'd put a word in the old website/app so people would know about where they're at, cause without you telling me, there was nothing to point to those infos (unless I've missed something)

@ChrisChinchilla
Copy link
Author

ChrisChinchilla commented Feb 20, 2024

OK @audionerd I will make an attempt to contact Charles there and see what's happening, still not seeing masses of activity, but I am totally up for collaborating if that's happening… Looking at the new website it also seems to be really pushing towards web comics only and not a "desktop" application (well, it's Electron here, but you get my point) and I personally like desktop applications, even pseudo ones. So there may be space for forks anyway. But I will still try and contact.

@pjburnhill
Copy link

@audionerd thanks mate. Are you still developing your fork? I see you've done some work in Feb this year. I posted an issue with Ready Player Me GLBs not working in v2.1.0 before seeing this post and building your version.

Importing RPM GLB character into your fork works fine except wont map the skeleton/morphs/etc. I assume this would a big job to get Storyboarder poses working with RPM characters?

Screenshot 2024-05-17 at 17 48 07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants