summaryrefslogtreecommitdiffhomepage
path: root/examples/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-02 18:59:52 +0100
committerRay <[email protected]>2021-11-02 18:59:52 +0100
commitc3d32c156c6b2bbf358d7b921d9f94ccfdbc575a (patch)
treeee7a20b8362bd0ea93c86042f3d9942d1e5feea8 /examples/README.md
parent1aaa55c38ecbddf65043f0cccbb22f8fa3bdbf43 (diff)
downloadraylib-c3d32c156c6b2bbf358d7b921d9f94ccfdbc575a.tar.gz
raylib-c3d32c156c6b2bbf358d7b921d9f94ccfdbc575a.zip
REMOVED: Network examples
They were not working
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/README.md b/examples/README.md
index 14d566b2..4fffb462 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -188,22 +188,6 @@ Examples showing physics functionality with raylib. This functionality is provid
| 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: network
-
-Examples showing raylib network functionality. This functionality is provided by [rnet](../src/rnet.h) module.
-
-**Note that rnet module is under development and not ready yet.**
-
-| ## | example | image | developer | new |
-|----|----------|--------|:----------:|:---:|
-| 112 | [network_ping_pong](network/network_ping_pong.c) | | [Jak Barnes](https://github.com/syphonx) | |
-| 113 | [network_resolve_host](network/network_resolve_host.c) | | [Jak Barnes](https://github.com/syphonx) | |
-| 114 | [network_tcp_client](network/network_tcp_client.c) | | [Jak Barnes](https://github.com/syphonx) | |
-| 115 | [network_tcp_server](network/network_tcp_server.c) | | [Jak Barnes](https://github.com/syphonx) | |
-| 116 | [network_test](network/network_test.c) | | [Jak Barnes](https://github.com/syphonx) | |
-| 117 | [network_udp_client](network/network_udp_client.c) | | [Jak Barnes](https://github.com/syphonx) | |
-| 118 | [network_udp_server](network/network_udp_server.c) | | [Jak Barnes](https://github.com/syphonx) | |
-
### category: others
Examples showing raylib misc functionality that does not fit in other categories, like standalone modules usage or examples integrating external libraries.