瀏覽代碼

Update README.md

Tomas Dougan 1 年之前
父節點
當前提交
c383ab5017
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -6,6 +6,9 @@
 </p>
 </p>
 
 
 ### About
 ### About
+
+NOTE: I am in the long process of changing the structure of this project, so all commits after 09a6c185963e0be8e02ccbb1eed5118c28ec5136 (September 12, 2022) are not garunteed to build.
+
 SR is a lightweight software rendering library written in C.  It exposes the main algorithms, data structures, and math behind the standard real-time rendering model used in popular graphics api's like OpenGL and DirectX3D.  This project is entirely educational, and is free for anyone to use / adapt.  SR is tested with the [Unity Framework](http://www.throwtheswitch.org/unity) and the examples use SDL2 in order to display its output buffer.
 SR is a lightweight software rendering library written in C.  It exposes the main algorithms, data structures, and math behind the standard real-time rendering model used in popular graphics api's like OpenGL and DirectX3D.  This project is entirely educational, and is free for anyone to use / adapt.  SR is tested with the [Unity Framework](http://www.throwtheswitch.org/unity) and the examples use SDL2 in order to display its output buffer.
 
 
 ### Features
 ### Features