From 372f818da4852e6f97a53089fe06df6a291203c1 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 25 Nov 2023 12:47:07 +0100 Subject: [PATCH] working on readme --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 073c342..eed1979 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ - -# MacroLibX [![linux clang workflow][linux-clang_badge]][linux-clang_wf] [![linux gcc workflow][linux-gcc_badge]][linux-gcc_wf] [![macos workflow][macos_badge]][macos_wf] -###### A rewrite of 42 School's MiniLibX using SDL2 and Vulkan. - -

+

drawing -

+
+ + + +
+
+ +###### MacroLibX a rewrite of 42 School's MiniLibX using SDL2 and Vulkan. The goal of this version is to provide a light, fast, and modern graphical tool while keeping the same API. ## 🖥️ Installation @@ -84,12 +87,3 @@ make IMAGES_OPTIMIZED=false ## License This project and all its files, except the [`third_party`](./third_party) directory or unless otherwise mentionned, are licenced under the [MIT license](./LICENSE). - - - -[linux-clang_badge]: https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_clang.yml/badge.svg -[linux-gcc_badge]: https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_gcc.yml/badge.svg -[macos_badge]: https://github.com/420verfl0w/MacroLibX/actions/workflows/macos_x86.yml/badge.svg -[linux-clang_wf]: https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_clang.yml -[linux-gcc_wf]: https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_gcc.yml -[macos_wf]: https://github.com/420verfl0w/MacroLibX/actions/workflows/macos_x86.yml