It is night for me right now so I will reply tomorrow.
How do I use luau and be able to render graphics and stuff. E.g. the python “pygame” library has built-in rendering and window support. How would I do that, if I can.
Also how would I implement luau into vscode to use it. Since I don’t think there are any useful luau extensions in the store yet.
There is a project named Kaledis which aims to convert luau code into lua code for love2d and has all the autocomplete required.
You have to install the Rust programming language first though since it uses that for installation.
It’s pretty good from what I’ve tried so far.
Some luau-specific things can’t be used in lua so those are out of the question. (Buffers and vectors and custom datatypes)