You are browsing as a guest. Sign up (or log in) to start making projects!

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

0
98

Comments 2

@Duck

are you going to be using a matrix library like cglm or will you make your own?

@albaraa

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.