summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-05 00:54:50 +0200
committerRay <[email protected]>2022-07-05 00:54:50 +0200
commitd0f53db65f4b245f536bc6a9f386a94466cf37c2 (patch)
treeb54dfe8d1e2a557e0b3b5aec029eb1090dc1b4ab /examples
parentcd53531050ebbfaffdb70b089dda08e6c827f703 (diff)
downloadraylib-d0f53db65f4b245f536bc6a9f386a94466cf37c2.tar.gz
raylib-d0f53db65f4b245f536bc6a9f386a94466cf37c2.zip
REMOVED: example: core_quat_conversion
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile1
-rw-r--r--examples/Makefile.Web4
-rw-r--r--examples/README.md1
3 files changed, 0 insertions, 6 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 9fe9b1ae..636f5ec6 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -388,7 +388,6 @@ CORE = \
core/core_storage_values \
core/core_vr_simulator \
core/core_loading_thread \
- core/core_quat_conversion \
core/core_window_flags \
core/core_split_screen \
core/core_smooth_pixelperfect \
diff --git a/examples/Makefile.Web b/examples/Makefile.Web
index 4ee6652c..9d27443d 100644
--- a/examples/Makefile.Web
+++ b/examples/Makefile.Web
@@ -402,7 +402,6 @@ CORE = \
core/core_storage_values \
core/core_vr_simulator \
core/core_loading_thread \
- core/core_quat_conversion \
core/core_window_flags \
core/core_split_screen \
core/core_smooth_pixelperfect \
@@ -594,9 +593,6 @@ core/core_vr_simulator: core/core_vr_simulator.c
core/core_loading_thread: core/core_loading_thread.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s USE_PTHREADS=1
-core/core_quat_conversion: core/core_quat_conversion.c
- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
-
core/core_window_flags: core/core_window_flags.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
diff --git a/examples/README.md b/examples/README.md
index 3a54629f..15ccfc25 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -46,7 +46,6 @@ Examples using raylib core platform functionality like window creation, inputs,
| 20 | [core_storage_values](core/core_storage_values.c) | <img src="core/core_storage_values.png" alt="core_storage_values" width="200"> | ray | |
| 21 | [core_vr_simulator](core/core_vr_simulator.c) | <img src="core/core_vr_simulator.png" alt="core_vr_simulator" width="200"> | ray | ⭐️ |
| 22 | [core_loading_thread](core/core_loading_thread.c) | <img src="core/core_loading_thread.png" alt="core_loading_thread" width="200"> | ray | |
-| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | <img src="core/core_quat_conversion.png" alt="core_quat_conversion" width="200"> | [Chris Camacho](https://github.com/codifies) | |
| 24 | [core/core_window_flags](core/core_window_flags.c) | <img src="core/core_window_flags.png" alt="core_window_flags" width="200"> | ray | |
### category: shapes