Skip to content

ashwani-rathee/cvcg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvcg -> vision and graphics

Rules:

  • Language of code : C/C++ + Python
  • Format of Images used:
    • PPM
  • Question with hard answers:
    • 1D or 2D array for image representation
    • Array of Structures or Structure of Arrays
    • I choose Structure of 2d Arrays for now.
  • Function naming:
    • Class names: First letter capital
    • functoins, var names etc: camel case
    • private members: m_CamelCaseName
    • pCamelCaseName
    • mCamelCaseName
  • Conventions: https://google.github.io/styleguide/cppguide.html
  • Use native api for rendering purposes!
    • Use metal and its associated system.

References:

Releases

No releases published

Packages

No packages published