From 989c46d843df5b21a86800137ef4e778a027d2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Tue, 2 Jul 2019 14:30:26 +0200 Subject: [PATCH] Remove WIP --- README.md | 2 -- small3dlib.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a6543b..04ec127 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# WIP, NOT WORKABLE YET! - # small3dlib Public domain 3D software rasterizer for (not only) resource-limited computers. diff --git a/small3dlib.h b/small3dlib.h index 7ff3730..17d11c5 100644 --- a/small3dlib.h +++ b/small3dlib.h @@ -8,7 +8,7 @@ author: Miloslav Ciz license: CC0 1.0 + additional waiver of all IP - version: TODO + version: 0.85 Before including the library, define S3L_PIXEL_FUNCTION to the name of the function you'll be using to draw single pixels (this function will be called