summaryrefslogtreecommitdiffhomepage
path: root/examples/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-06 11:00:06 +0200
committerRay <[email protected]>2022-06-06 11:00:06 +0200
commit8da566d6e7cb9f36d523e4d3b8f52e52079f27bc (patch)
tree3498cb68b5064c905aa5c1cf8d34fc1063e27a4d /examples/README.md
parent865a44adda0a3b32b39c0f20a85b45f5001f274b (diff)
downloadraylib-8da566d6e7cb9f36d523e4d3b8f52e52079f27bc.tar.gz
raylib-8da566d6e7cb9f36d523e4d3b8f52e52079f27bc.zip
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/README.md b/examples/README.md
index 4fffb462..b0d0281b 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -176,18 +176,6 @@ Examples using raylib audio functionality, including sound/music loading and pla
| 105 | [audio_sound_loading](audio/audio_sound_loading.c) | <img src="audio/audio_sound_loading.png" alt="audio_sound_loading" width="200"> | ray | |
| 106 | [audio_multichannel_sound](audio/audio_multichannel_sound.c) | <img src="audio/audio_multichannel_sound.png" alt="audio_multichannel_sound" width="200"> | [Chris Camacho](https://github.com/codifies) | ⭐️ |
-### category: physics
-
-Examples showing physics functionality with raylib. This functionality is provided by [physac](https://github.com/victorfisac/Physac) library, included with raylib [sources](../src/physac.h). Note this library is not linked with raylib by default, it should be manually included in user code.
-
-| ## | example | image | developer | new |
-|----|----------|--------|:----------:|:---:|
-| 107 | [physics_demo](physics/physics_demo.c) | <img src="physics/physics_demo.png" alt="physics_demo" width="200"> | [Victor Fisac](https://github.com/victorfisac) | |
-| 108 | [physics_friction](physics/physics_friction.c) | <img src="physics/physics_friction.png" alt="physics_friction" width="200"> | [Victor Fisac](https://github.com/victorfisac) | |
-| 109 | [physics_movement](physics/physics_movement.c) | <img src="physics/physics_movement.png" alt="physics_movement" width="200"> | [Victor Fisac](https://github.com/victorfisac) | |
-| 110 | [physics_restitution](physics/physics_restitution.c) | <img src="physics/physics_restitution.png" alt="physics_restitution" width="200"> | [Victor Fisac](https://github.com/victorfisac) | |
-| 111 | [physics_shatter](physics/physics_shatter.c) | <img src="physics/physics_shatter.png" alt="physics_shatter" width="200"> | [Victor Fisac](https://github.com/victorfisac) | |
-
### category: others
Examples showing raylib misc functionality that does not fit in other categories, like standalone modules usage or examples integrating external libraries.