Hacker News new | ask | show | jobs
by vram22 3238 days ago
Interesting. If not confidential, what language did you use to create Vexlio? and what library (if any) for PDF and PNG output? Asking since PDF generation is one of my interests.
1 comments

Not confidential -- Vexlio's written in C#, and uses Xamarin.Mac for the bindings to the Mac world. PDF and PNG are both generated by the Skia library (skia.org).
Thanks, had not heard of Skia. Will check it.