浏览代码

Merge branch 'master' of https://github.com/karl-zylinski/karlib

Karl Zylinski 7 月之前
父节点
当前提交
5b6c2be44a
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+___This library is NOT ready for use!___
+
+This is a WIP library for creating 2D games using the Odin Programming Language. The API is heavily inspired by Raylib, and in its current state it wraps Raylib. In the long term the library will have its own implementation that only uses `core` libraries and rendering APIs from `vendor`.
+
+The name _karlib_ will most likely change.
+
+Big upcoming tasks:
+* Port raylib examples to figure out API surface
+* Write a Windows + D3D11 backend (no more Raylib)
+
+## Why does it wrap Raylib?
+
+I know Raylib very well and it made sense for me to create a wrapper for it, tweak the API and at some point rewrite the implementation without Raylib.