Viewing profile — hermet
hermet
HN member- Joined
- Thu, Dec 07, 2023, 1:47 AM UTC
- HN karma
- 8
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About hermet
Recent public activity
-
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…
-
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…
-
comment
Comment #46550594
Check this out: https://thorvg-perf-test.vercel.app/ https://www.youtube.com/watch?v=jdnnzmtHy9k
-
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)…
-
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 …
-
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…
- comment
- story
- comment
- story
-
comment
Comment #44189751
Please check, https://www.youtube.com/watch?v=qhHMycRPQ9M&t=885s
-
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.
- comment
-
comment
Comment #44189690
there are some approaches: Analytic AA, SSAA, MSAA, SDFs, etc.
-
comment
Comment #44168895
Current ThorVG itself is more like of a graphics engine; interactivity is typically handled at the toolkit level feature.
-
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…
-
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.
-
comment
Comment #44165380
it has.
-
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…
-
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…
-
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…
- story
- story
-
comment
Comment #43401925
https://youtu.be/qhHMycRPQ9M?si=KL9xTcCwii5eX8Ho
-
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…