Skip to content

ripopov/gfx_basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gfx_basics

Sandbox repository for learning 3D Graphics. Following online tutorials to learn 3D basics (see Refernces section).

Building

Currently tested only on Windows (as I'm working on my Windows laptop), with MSVC 2019.

  1. Use vcpkg to install dependencies:

    • gtest
    • tinyobjloader
    • glm
    • sdl2
    • sdl2-image
    • fmt
  2. Set VCPKG_ROOT environment variable to vcpkg root directory

  3. Use CMake to build (Or open folder in any IDE that supports CMake)

References

TODO:

About

Sandbox repository for learning 3D Graphics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published