Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.78 KB

File metadata and controls

41 lines (28 loc) · 2.78 KB

raylib4Vita samples

raylib samples for PlayStation Vita

For compiling each sample

cd [sample]
make

EXAMPLES LIST

category: shapes

Examples using raylib shapes drawing functionality, provided by raylib.

## example image developer new
26 shapes_logo_raylib shapes_logo_raylib ray
27 shapes_logo_raylib_anim shapes_logo_raylib_anim ray
30 shapes_collision_area shapes_collision_area ray ⭐️

category: textures

Examples using raylib textures functionality, including image/textures loading/generation and drawing, provided by raylib

## example image developer new
40 textures_logo_raylib textures_logo_raylib ray
44 textures_image_generation textures_image_generation ray ⭐️

category: models

Examples using raylib models functionality, including models loading/generation and drawing

## example image developer new
72 models_cubicmap models_cubicmap ray
76 models_mesh_generation models_mesh_generation ray

As always contributions are welcome, feel free to send new examples! Here it is an examples template to start with!