arcticfox1919 / LuaDardo

A Lua virtual machine written in Dart
Apache License 2.0
176 stars 34 forks source link

can use 2d physics #26

Open glennmichaelmejias opened 1 year ago

glennmichaelmejias commented 1 year ago

is it possible to run and render 2d physics created in lua?

maks commented 1 year ago

Its a bit hard to understand what you are asking here as that is a very general question. Do you have more details about what you are trying to achieve?

glennmichaelmejias commented 1 year ago

lua is for games right? can it support 2d physics simulation using a code generation in lua?

maks commented 1 year ago

Lua is not "for games" but it is widely used as a embedded scripting language in many games. Luadardo supports most but not all features of Lua 5.3.