-
Notifications
You must be signed in to change notification settings - Fork 72
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
Flipbooks with only images #122
Comments
This is a good idea. I'm not able to put much time into Flump at the moment On Wed, Jul 30, 2014 at 12:56 AM, Mark Knol [email protected]
|
I already downloaded the project to provide some updates/tweaks. but I found it hard to even build and get it running, it has a quite different setup from what I'm used to (scary maven-stuff that installs things i never heard of), so some pointers would be nice :) |
Which step are you getting stuck on? On Thu, Sep 11, 2014 at 1:38 PM, Mark Knol [email protected] wrote:
|
Also, what is your normal setup? Do you use an IDE? The maven stuff just On Thu, Sep 11, 2014 at 1:50 PM, Tim Conkling [email protected] wrote:
|
I prefer FlashDevelop, but I have experience with FDT too. I had no idea how to start with both. Would be nice if there was a projectfile for one of those. |
I'm not opposed to hosting project files for common IDEs, though I don't You'll want to create a project for the runtime that includes the source https://github.com/tconkling/maven-repo/raw/master/com/timconkling/react-as3/1.1/react-as3-1.1.swc And you should be good to go. The exporter is a similar process - again, look at exporter/src for all the On Thu, Sep 11, 2014 at 11:55 PM, Mark Knol [email protected]
|
Hello, this would be really helpful, did it get implemented? |
It would be nice to have a bit smarter flipbook layer where it does not only take a snapshot of every keyframe, but also takes in account which bitmaps are on that layer, to avoid duplicated sprites in the texture.
Example timeline:
[bitmap1 - bitmap2 - bitmap3 ---- bitmap2 - bitmap1]
Now ouputs:
[clip_flipbook_0 - clip_flipbook_1 - clip_flipbook_2 - clip_flipbook_3 - clip_flipbook_4]
Ideal ouput:
[clip_flipbook_0 - clip_flipbook_1 - clip_flipbook_2 - clip_flipbook_1, clip_flipbook_0]
I think it would be doable to check how unique a flipbook frame is (based on bitmap/symbol-name), maybe even with multiple layers, but I would be ok if it fails when shapes/lines are used.
The text was updated successfully, but these errors were encountered: