View Source Module Completion Tracker

☐ module: rcore

☒ Window-related functions
☒ Cursor-related functions
☒ Drawing-related functions
☐ VR stereo config functions for VR simulator
☐ Shader management functions
☒ Screen-space-related functions
☒ Timing-related functions
☒ Custom frame control functions
☒ Random values generation functions
☒ Misc. functions (Screenshot, Open URL)
☐ Set custom callbacks
☐ Files management functions
☐ File system functions
☐ Compression/Encoding functionality
☐ Automation events functionality
☒ Input-related functions: keyboard
☐ Input-related functions: gamepads
☒ Input-related functions: mouse
☐ Input-related functions: touch
☐ Gestures and Touch Handling Functions (Module: rgestures)
☐ Camera System Functions (Module: rcamera)

☒ module: rshapes

☒ Basic shapes drawing functions
☒ Splines drawing functions
☒ Spline segment point evaluation functions, for a given t [0.0f .. 1.0f]
☒ Basic shapes collision detection functions

☐ module: rtextures

☒ Image loading functions
☒ Image generation functions
☐ Image manipulation functions
☐ Image drawing functions
☒ Texture loading functions
☐ Texture configuration functions
☒ Texture drawing functions
☐ Color/pixel related functions

☐ module: rtext

☒ Font loading/unloading functions
☒ Text drawing functions
☐ Text font info functions
☐ Text codepoints management functions (unicode characters)
☐ Text strings management functions (no UTF-8 strings, only byte chars)

☐ module: rmodels

☐ Basic geometric 3D shapes drawing functions
☐ Model management functions
☐ Model drawing functions
☐ Mesh management functions
☐ Mesh generation functions
☐ Material loading/unloading functions
☐ Model animations loading/unloading functions
☐ Collision detection functions

☐ module: raudio

☐ Audio device management functions
☐ Wave/Sound loading/unloading functions
☐ Wave/Sound management functions
☐ Music management functions
☐ AudioStream management functions