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 using raylib shapes drawing functionality, provided by raylib.
## | example | image | developer | new |
---|---|---|---|---|
25 | shapes_basic_shapes | ray | ⭐️ | |
26 | shapes_logo_raylib | ray | ||
27 | shapes_logo_raylib_anim | ray | ||
30 | shapes_collision_area | ray | ⭐️ |
Examples using raylib textures functionality, including image/textures loading/generation and drawing, provided by raylib
## | example | image | developer | new |
---|---|---|---|---|
40 | textures_logo_raylib | ray | ||
44 | textures_image_generation | ray | ⭐️ |
Examples using raylib models functionality, including models loading/generation and drawing
## | example | image | developer | new |
---|---|---|---|---|
71 | models_box_collisions | ray | ||
72 | models_cubicmap | ray | ||
76 | models_mesh_generation | ray |
As always contributions are welcome, feel free to send new examples! Here it is an examples template to start with!