Viewing profile — dragostis
dragostis
HN member- Joined
- Thu, Dec 11, 2014, 6:00 PM UTC
- HN karma
- 409
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About dragostis
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #34021696
It's quite easy to get the CPU back-end running with WASM. GPU might work as well with Chrome Canary, but I haven't tested it yet. Using WebGPU should make this just as easy.
-
comment
Comment #34021638
A pixel segment is a line segment that fits inside of a pixel's square box. It can start and end anywhere inside of this 1x1 square box and it has a 64bit compact representation.
-
comment
Comment #34016848
Thank you for the endorsement. Looking forward to collaborating more with you on 2D graphics.
-
comment
Comment #34016470
forma is geared towards vector-graphics heavy use cases. A very good example would be Lottie or Rive animations or games that make use of vector graphics. Another possible use case…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #15112553
I've added a clarification. The point of the benchmark is not to compete with other projects, it's merely there to put the parsing speed (and not necessarily the processing that co…
-
comment
Comment #15112497
I agree with your point. I tried my best not to sway too far off of some of syntax I've seen in other PEG projects, while also keeping it compatible with Rust's standard macros. Wh…
-
comment
Comment #15112450
I agree. I guess I was trying hard to suggest the fact that it can be used _with_ Rust and not the fact that it is written _in_ Rust.
-
comment
Comment #15112436
A good place to start would be in the manually written example. [1] My current plan is to try and limit the the use of memoization such that it still guarantees linear parsing, but…
-
comment
Comment #15112349
For now, it produces a recursive descent parser. Packrat parsing is an open-question since I'm afraid that adding a memoization layer all throughout the parser will lead to a consi…
- story
- story
- story
- story
- story
- story
- story