This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
pontus
p1xelher0.com
did:plc:lfwmi64cvsbzcnpjwol7bt4y
Clang: the following C code gives me a warning for the initialization of `scale`: "Suggest braces around initialization of subobject":
```
ivec2s scale = {1, 1};
ivec2s location = {.x = 0, .y = 24};
ivec2s size = {{8, 8}};
```
while it works, is the `size` "better"? Is this considered the norm?
2025-01-16T11:15:28.344Z