Live data from Hacker News

Viewing profile — hermet

hermet

HN member
Joined
Thu, Dec 07, 2023, 1:47 AM UTC
HN karma
8
Public activity
26 items

About hermet

Hermet Park

Recent public activity

  1. story
    Show HN: A browser-based vector animation engine rendering animated objects

    Hi HN, I've been working on ThorVG, an open-source vector graphics engine. It started as a lightweight SVG renderer and has gradually evolved into a rendering engine supporting SVG…

  2. story
    Show HN: ThorVG 1.0 – Fast vector rendering with Lottie and GPU backends

    Hi HN. We’ve just released ThorVG 1.0, which marks a maturity milestone for the engine. Earlier versions focused on feature growth; this release emphasizes stability, backend parit…

  3. comment
    Comment #46550594

    Check this out: https://thorvg-perf-test.vercel.app/ https://www.youtube.com/watch?v=jdnnzmtHy9k

  4. comment
    Comment #46544809

    Blend2D is a CPU-only rendering engine, so I don't think it's a fair comparison to ThorVG. If we're talking about CPU rendering, ThorVG is faster than Skia. (no idea about Blend2d)…

  5. comment
    Comment #45091218

    A CPU-only demo of ThorVG, a high-performance 2D vector graphics engine I’ve built a demo app to showcase the performance of the ThorVG engine. Key features: - Each enemy consists …

  6. story
    A CPU-only demo of ThorVG, a high-performance 2D vector graphics engine

    I’ve built a demo app to showcase the performance of the ThorVG engine. Key features: - Each enemy consists of 86 particles, with up to ~300 enemies on screen. - Full-size (2K) sub…

  7. comment
  8. story
  9. comment
  10. story
  11. comment
    Comment #44189751

    Please check, https://www.youtube.com/watch?v=qhHMycRPQ9M&t=885s

  12. comment
    Comment #44189735

    ThorVG is essentially a real-time graphics engine. Sprite sheets are part of Godot's integration strategy, not a limitation of ThorVG.

  13. comment
  14. comment
    Comment #44189690

    there are some approaches: Analytic AA, SSAA, MSAA, SDFs, etc.

  15. comment
    Comment #44168895

    Current ThorVG itself is more like of a graphics engine; interactivity is typically handled at the toolkit level feature.

  16. comment
    Comment #44166215

    So far, there is only one announced performance comparison. 'rlottie' is used for animation stickers in the Telegram app. https://lottiefiles.com/blog/working-with-lottie-animation…

  17. comment
    Comment #44165416

    You might wanna report this to the ThorVG community. ( https://github.com/thorvg/thorvg/issues ) Maintainers will address it as soon as possible.

  18. comment
  19. comment
    Comment #44108359

    See this project as well. https://github.com/thorvg/thorvg We can make use of a very useful library. ThorVG supports the widest range of the Lottie specification and is an extremel…

  20. story
    Fact-Checking Lottie Comparisons in Rive vs. Lottie

    I happened to come across the following page recently: https://rive.app/blog/rive-as-a-lottie-alternative I found it interesting that Rive officially compared itself to Lottie base…

  21. comment
    Comment #43573680

    I happened to come across the following page recently: https://rive.app/blog/rive-as-a-lottie-alternative I found it interesting that Rive officially compared itself to Lottie base…

  22. story
  23. story
  24. comment
    Comment #43401925

    https://youtu.be/qhHMycRPQ9M?si=KL9xTcCwii5eX8Ho

  25. comment
    Comment #39933522

    The fact that apps across multiple platforms support different Lottie specifications presents a clear issue, similar to how SVG has faced compatibility issues within the industry f…