Skip to content

psp2dev/raylib4Vita_samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib4Vita samples

raylib samples for PlayStation Vita

For compiling each sample

cd [sample]
mkdir build
cd build
cmake ..
make

For udp logs you can use debug.sh script with the content

echo [HOST] debugnet listener up
echo [HOST] ready to have a lot of fun!!!
socat udp-recv:18194 stdout

EXAMPLES LIST

category: shapes

Examples using raylib shapes drawing functionality, provided by raylib.

## example image developer new
25 shapes_basic_shapes shapes_basic_shapes ray ⭐️
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
71 models_box_collisions models_box_collisions ray
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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published