HN user

so-rose

11 karma
Posts0
Comments4
View on HN
No posts found.

The venn diagram for Linux user and an artist is so small they probably wouldn’t bother. > > You can continue to use Wacom (only)

You might be surprised. On the smaller scale, look no further than Blender and Krita: Their stats indicate plenty of artists using Linux to sculpt and paint, with tablets.

But it's "big serious business" too. As evidence, see the VFX Reference Platform (https://vfxplatform.com/), a baseline for artist workstations with plenty of industry backing (vendors involved include Autodesk, Foundry, and Side-Effects; stakeholders include the Visual Effects Society and, it seems, the Academy Software Foundation). It adapts to direct studio feedback, which is certainly not an exercise in charity, and I guarantee you that they all want tablets to work as well.

Anecdotally, I've heard that big shops in-house a lot of their tools, and do so for Linux. The reasons I've heard being control & ease of integration with all the bespoke petabyte-scale server-based automation pipelines, which are most certainly Linux.

Modern LaTeX 1 year ago

`typst` might meet your needs. No, really.

It embeds almost anywhere, including via client-side WASM, and someone even made a nice TypeScript lib [0]. If you dislike `typst`, it even has a package that transpiles LaTeX strings into native typst, which somehow doesn't seem to make `typst` any less fast [1]. WASM plugin magic will do that!

The curious consequence is that the fastest and most portable way to render lightwight LaTeX code might actually be... To transpile LaTeX to embedded `typst`? Sure, sure, not all of LaTeX will map. But from an 80/20 mindset it might just be enough.

- [0] https://github.com/Myriad-Dreamin/typst.ts - [1] https://typst.app/universe/package/mitex/