Current section
Files
Jump to
Current section
Files
doc_extras/completed-modules.md
# 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