commit 9cfeff00354c5e27f4f1c878beae84e0e337d07b
parent 77307eead3c04283b404b463155cfce2f7e6bb06
Author: Robert Russell <robert@rr3.xyz>
Date: Mon, 26 Aug 2024 21:14:04 -0700
Add README and LICENSE
Diffstat:
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,15 @@
+ISC License
+
+Copyright (c) 2024, Robert Russell
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+\ No newline at end of file
diff --git a/README b/README
@@ -0,0 +1,10 @@
+2D vector graphics rasterizer
+
+This is a work in progress, but the goal is to have an extremely simple yet
+efficient rasterizer written in a literate style.
+
+The algorithm is approximately based on [1], and we currently output images in
+farbfeld format [2].
+
+[1] http://nothings.org/gamedev/rasterize
+[2] https://tools.suckless.org/farbfeld