diff --git a/README.md b/README.md index b5f6a77..d6b8f9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Shader Compiler +# Ink A compiler for a custom, platform-agnostic shader language that compiles to platform specific shader languages (currently only HLSL). +Ink is not a standalone executable, but rather a library you use to compile your shaders. It has metaprogramming capabilities in the sense that all stages are exposed and data is editable at will. +In the future we will support a better API for adding code and possibly macros if we deem it necessary. + ## Features A simple passthrough shader (`passthrough.shd`) can look as follows