How to render graphics in luau?

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.

You can create a fork of Love2D and swap out lua for luau
link

Must be years ago, but I discovered Gideros uses Luau, and you can create shaders through Luau there. You could also create graphics. Hope it serves some purpose for you and anyone else in the future.

1 Like

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)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.