You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MathGL
Hi,
Very new to MathGL. Trying to explore how to use it from Lua. I downloaded mathgl-8.0-mingw.win64. I see it has mgl-lua.dll but cannot require it from a Lua Interpreter. Is there any documentation about it anywhere, like which Lua Version or if it is a Lua Module?
Any guidance would be very helpful.
Thank you,
Milind
Milind Gupta
unread,
Nov 2, 2023, 11:50:05 AM11/2/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MathGL
So I figured out that it was compiled to Lua 5.1 using the SWIG interface. I was able to compile it for Lua 5.3 as well and it works. This is great. Thank you!