From b81499d5073a104cce6df2045f8bb19dd6239d80 Mon Sep 17 00:00:00 2001 From: Alec Miller Date: Tue, 2 May 2023 21:39:17 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 95daaa31..8dcbae80 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ + # kram, kram.exe C++11 main to libkram to create CLI tool. Encode/decode/info on PNG/KTX/KTX2/DDS files with LDR/HDR and BC/ASTC/ETC2. Runs on macOS/win. # libkram.a, libkram-ios.a, kram.lib C++11 library from 200 to 800KB in size depending on encoder options. Compiles for iOS (ARM), macOS (ARM/Intel), win (Intel). +# hslparser +Parses HLSL syntax and generates readable HLSL/MSL code without transpiling. DXC is then used to compile to spirv. +https://github.com/alecaam/kram/hlslparser + # kramv.app ObjC++ Viewer for PNG/KTX/KTX2/DDS supported files from kram. 530KB in size. Uses Metal compute and shaders, eyedropper, grids, debugging, preview. Supports HDR and all texture types. Mip, face, and array access. No dmg yet, just drop onto /Applications folder. Runs on macOS (ARM/Intel).