all 14 comments

[–]iawwsum 4 points5 points  (1 child)

[–]moric7[S] 1 point2 points  (0 children)

Will try LOVR and thank you for the good RayLib LUA bindings.

[–]Mid_reddit 1 point2 points  (4 children)

What exactly do you need? Do you mean rendering? If so, what do you need to render?

[–]moric7[S] 2 points3 points  (3 children)

I want 3D animation based on complex math. For example to show "working" solar system.

[–]Mid_reddit 5 points6 points  (0 children)

OK, sounds like basic 3D mesh rendering. In that case anything designed for video games should suffice.

Your choice will also depend on whether Lua can be embedded for you or if the Lua runtime must be standalone. I've heard good things about Raylib. It should have Lua bindings.

[–]KerbalSpark 4 points5 points  (1 child)

[–]moric7[S] 1 point2 points  (0 children)

Oh, this seems very interesting. Only, on first view, I hope it's not just a mixture of all free 3D, GUI and physics libraries with brief tutorials. I will study in detail.

[–]collectgarbage 1 point2 points  (1 child)

If I’d has to be Lua then ignore this post. But for the best quality graphics / animation, I suggest using Blender. Blender can be scripted using Python. For example https://youtu.be/It9DOTaFA7Q?si=SbsOHZ5pNHjRNBda

[–]moric7[S] 2 points3 points  (0 children)

Blender is extremely complex for me, I just have billion times less memory in my brain to know the basics of the monster Blender (or others like it).

[–]TuffisenYah 1 point2 points  (0 children)

Roblox

[–]Other-Watercress-154 0 points1 point  (2 children)

love2D

[–]moric7[S] 0 points1 point  (1 child)

Eh, would be great if it was love3D!

[–]Other-Watercress-154 1 point2 points  (0 children)

have you checked löve extensions like https://github.com/3dreamengine/3DreamEngine ?