@albaraa on VisualX Engine · about 1 month ago 6h 45m 2s logged Window + Rendering Implemented the engine’s first rendering milestone: Created a GLFW window Initialized OpenGL rendering Rendered basic triangles The engine can now render triangles to the screen
@albaraa on VisualX Engine · about 1 month ago 6h 45m 2s logged Window + Rendering Implemented the engine’s first rendering milestone: Created a GLFW window Initialized OpenGL rendering Rendered basic triangles The engine can now render triangles to the screen
Comments 2
are you going to be using a matrix library like cglm or will you make your own?
I currently have cglm in my lib/ directory, I am probably going to use it for now, but I’ll be making my own library later on.
Sign in to join the conversation.