servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.56k stars 198 forks source link

Release cadence? #453

Closed berkus closed 3 years ago

berkus commented 3 years ago

I see latest pathfinder version was released 1,5 years ago. I believe there are some changes and fixes accumulated since then. What are the roadmap and release plans for this project?

jdm commented 3 years ago

Nobody is actively working on this project as far as I know.

berkus commented 3 years ago

Any specific reason for that?

Is this project obsoleted by something? Or just abandoned? Does it look for maintainers?

I basically need one thing - the simd fix released so that it's dependee, servo/font-kit would work on Apple M1 hardware.

jdm commented 3 years ago

The main developer is no longer being paid to work on it. @pcwalton Would you mind adding the cargo-publish team to the appropriate pathfinder crates on crates.io?

pcwalton commented 3 years ago

I'm not sure what that means exactly...

jdm commented 3 years ago

https://doc.rust-lang.org/cargo/reference/publishing.html#cargo-owner

jdm commented 3 years ago

You can see an example of a crate with that group as an owner at https://crates.io/crates/smallvec.

zimond commented 3 years ago

Could we update the crates.io version to a recent commit?

berkus commented 3 years ago

@jdm I believe you have enough folks to handle this if @pcwalton is willing to extend publishing rights to that team.

However, if you need any help with the maintenance, I can lend a hand. Maybe even two.

jdm commented 3 years ago

@pcwalton Could you finish adding the cargo-publish team to the pathfinder crates so I can publish a new version of pathfinder_simd? It should just require cargo owner --add github:servo:cargo-publish for each crate.

berkus commented 3 years ago

@pcwalton pretty please? M1 Macs are getting obsoleted soon.

pcwalton commented 3 years ago

Done.

jdm commented 3 years ago

I have published a new version of pathfinder_simd. Thanks!

berkus commented 3 years ago

🕺🏼 thank you all!