I created a module on Roblox that allows you to draw vector images onto a frame.
Right now you can only draw lines and clear the whole screen but I’ll add more functions in the future.
Here’s a little example I made which includes a stick that can be moved with the WASD keys.
https://gyazo.com/49ec6ae37a51ef72658aa231434a5cf3
Right now you can change the vectors Color, Transparency and ZIndex but I plan to add more features to the module.
I am currently trying to get a 3D Wireframe cube out of the Vector engine.
I might make this open source once I feel like it’s in a finished state. I hope you all like it!