Search found 6 matches

by findux
Fri Aug 06, 2021 2:09 pm
Forum: General
Topic: how to make individual objects in lua?
Replies: 4
Views: 5617

Re: how to make individual objects in lua?

thanks friends . I'm new to Lua, but I like it a little more with every new piece of information.
by findux
Fri Aug 06, 2021 4:14 am
Forum: General
Topic: how to make individual objects in lua?
Replies: 4
Views: 5617

how to make individual objects in lua?

I am trying to use object oriented skill in lua. But I little bit confused. As I show you in picture, trying to create two mesh object instance. In debug mode, when I watch the objects, objects members multiplying. When I looked to review the beautifully crafted mgl library, it was a little over the...
by findux
Mon Jul 26, 2021 12:28 pm
Forum: General
Topic: silent mode of love2d window
Replies: 3
Views: 3950

Re: silent mode of love2d window

Thank you so much pgimeno and CVovkiv. it was exactly what i was looking for.
by findux
Mon Jul 26, 2021 10:05 am
Forum: General
Topic: silent mode of love2d window
Replies: 3
Views: 3950

silent mode of love2d window

Hi, I am making cnc machine simulator/post processor with love2d. The software I made simply takes the existing numeric code and converts it to numeric code that the machine can work more securely. As a user, I may sometimes want to simulate. But most of the time, I want to run it from the command l...
by findux
Tue Oct 20, 2020 6:29 am
Forum: General
Topic: What is the basic requirement for 3d stuff?
Replies: 3
Views: 5967

Re: What is the basic requirement for 3d stuff?

Do I need to load shaders and do matrix manipulation? How to send fragment and vertex information to the graphics card? I'm a newbie in these things. I might be saying something stupid. Also, the drawing screen is not the normalized device coordinate as in opengl.
by findux
Mon Oct 19, 2020 2:36 pm
Forum: General
Topic: What is the basic requirement for 3d stuff?
Replies: 3
Views: 5967

What is the basic requirement for 3d stuff?

Hello, as I asked in the title, what are the basic things to make 3d things? I created a transformation with the line local camera = love.math.newTransform() I slightly rotated the transformation matrix that I created. camera: setMatrix (0.9876883,0.0244717, -0.1545085,0,0,0.9876883,0.1564345,0,0.15...