Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 789 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 789 Bytes

Learning Opengl

baby steps into graphics engineering and development

Run

This project depends on assimp install assimp

    sudo apt-get update
    sudo apt-get install libassimp-dev

or github

  • run main code is on ./run
  • there is examples sections u can run them using ./run_examples name_of_example example ./run_examples rotating_colors

Resources

dev imgs

  • simple traingle:
    simple traingle

  • coords system example:
    coords system

  • colors:
    colors

  • phong lighting:
    lighting