clay
clay copied to clipboard
High performance UI layout library in C.
I'm following the YouTube Video [https://www.youtube.com/watch?v=DYWTw19_8r4](https://www.youtube.com/watch?v=DYWTw19_8r4), and on the first example of creating a red window, I can't compile the program with CMAKE and LLVM/CLANG. here is the code I'm...
This project looks nice! I had a couple issues with the website though: 1. On the official website, when I click the button to switch from Canvas to HTML renderer,...
Introducing initial fuzzing support for clay to identify and address potential bugs. Upon merging this, I will create a pull request in the [OSS-Fuzz repository](https://github.com/google/oss-fuzz) to initiate fuzzing for this...
I'm rendering Clay with Odin through WebGPU. Two targets: win64 (through GLFW) and js_wasm32. On desktop, everything is working as expected. For the wasm target, I am getting "RuntimeError: memory...
Environment: - OS: Windows 11 - Renderer: raylib - GPU: NVIDIA RTX 3060 I was writing a small demo to test if I can use Clay to create a leaderboard...
ANGLE is a conformant OpenGL ES 2.0/3.0/3.1 implementation that translates between DirectX, Vulkan, OpenGL and Metal to use the native graphics API best suited to the hardware and OS of...
I would love for clay to be easily usable from both [Zig](https://ziglang.org/) and [Odin](http://odin-lang.org/). However, there's a major sticking point with both that I don't know how to solve. The...
I think this could be cool to have a grid layout as it's a layout "often" used in GUI apps.
In order to not depend on the specific renderer I suggest extracting renderer functions into its own header api file. Here what I did: - Extracted clay_renderer_raylib.h; - Modified Raylib...