-
Hello, I have a few questions about rlgl that I don't know where to find the answer to
Sorry if I bothered you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
rlgl.h itself
rlgl still needs an opengl extension loader, it uses glad. It is included in the repo.
There are other discussions around that already. I dumped some info in this comment:
You can "write once run anywhere", for the most part. But you cannot "compile once run anywhere" like Java.
Opinions on what? I think this is subjective and you should make up your own mind.
rlgl doesn't create windows. You need to write code for that, or use an existing library like glfw or sdl. |
Beta Was this translation helpful? Give feedback.
rlgl.h itself
rlgl still needs an opengl extension loader, it uses glad. It is included in the repo.
There are other discussions around that already. I dumped some info in this comment:
#2998 (reply in thread)
You can "write once run anywhere", for the most part. But you cannot "compile once run anywhere" like Java.
Opinions on what? I think this is s…