Browse Source

Update README with logo and project status

Added a logo and updated the library status.
Karl Zylinski 4 tháng trước cách đây
mục cha
commit
e4aa187846
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -1,5 +1,7 @@
 ___This library is NOT ready for use!___
 
+<img width="328" height="64" alt="karl2d_logo" src="https://github.com/user-attachments/assets/5ebd43c8-5a1d-4864-b8eb-7ce4b6a5dba0" />
+
 Karl2D is a work-in-progress library for creating 2D games using the Odin Programming Language.
 
 The API is based on Raylib because I like that API. But the implementation is meant to have as few dependencies as possible (only `core` libs and rendering APIs in `vendor`). The API will not be identical to Raylib. I'll modify to fit Odin better etc.
@@ -11,3 +13,7 @@ The API is based on Raylib because I like that API. But the implementation is me
 
 Might not be included:
 * Time management (use `core:time` instead)
+
+---
+
+Logo by chris_php