philipbergwerf
New Coder
Hi, I am a hobby programmer and my main subject is alternative music notation. I want to write a program that can draw PianoScript music notation. Previously I did write in python and used Tkinter canvas to draw the notation.
I want to try to use Lua for the project because of the way I normally program and I love its simplicity of it.
I am wondering if I can use love2d for the purpose of generating a drawing and exporting it to pdf?
The virtual paper should be able to draw vector drawings:
- draw lines
- draw a circle/oval
- draw rectangle
- export the drawing to pdf in some way
What GUI library can I use with Lua that is able to draw vector drawings and export them to pdf? I read the page with GUI libraries but I can not find if this particular purpose is supported. I want to make sure it's possible before learning a whole new system and then discovering I am in the wrong place maybe... Any help is appreciated 🙂
I want to try to use Lua for the project because of the way I normally program and I love its simplicity of it.
I am wondering if I can use love2d for the purpose of generating a drawing and exporting it to pdf?
The virtual paper should be able to draw vector drawings:
- draw lines
- draw a circle/oval
- draw rectangle
- export the drawing to pdf in some way
What GUI library can I use with Lua that is able to draw vector drawings and export them to pdf? I read the page with GUI libraries but I can not find if this particular purpose is supported. I want to make sure it's possible before learning a whole new system and then discovering I am in the wrong place maybe... Any help is appreciated 🙂