Raul Tambre

Results 43 issues of Raul Tambre

Might as well add support for multiple renderers. OpenGL seems like a good alternative for Vulkan.

enhancement
help-wanted

This would allow rendering to windows, which also render themselves other things in Vulkan. This would mean a bit of rewrite on how pointers get passed to the rendering and...

enhancement

- Support other platform-specific surface extensions - Implement platform specific delta time calculation Most of the platform-specific things are ifdef'd with _#ifdef _WIN32_, so they shouldn't be hard to find,...

enhancement
help-wanted

@ratchetfreak pointed out that perfomance could be improved by either delaying the cleanup of resources or putting them in a pool for reuse. Need to figure out how this should...

enhancement
help-wanted

S3 website hosting supports IPv6 in some regions. Albeit being undocumented, it works without problems. For example: ``` # host s3-website.dualstack.us-east-1.amazonaws.com s3-website.dualstack.us-east-1.amazonaws.com has address 52.216.225.2 s3-website.dualstack.us-east-1.amazonaws.com has IPv6 address 2600:1fa0:8090:8b89:34d8:e2ea::...

The official website lacks IPv6 support. Considering that it seems to be hosted on DO, which has IPv6 support, it shouldn't be too hard to fix.

help wanted

cheat.sh is inaccessible using IPv6.

While not a problem by itself, it however conflicts with Expanded Storage, which has a shapeless recipe for crafting its variant of the vanilla chest from a vanilla chest. Charm's...

`vanilla_chest_from_variant_chest.json` uses the `charm:chests/normal` tag as ingredient, which means you can craft a vanilla chest from a vanilla chest. This isn't too terrible in of itself, but it conflicts with...

compatibility

The website lacks IPv6 support. Since it seems to use CloudFront, fixing this should be as easy as [enabling IPv6 on the CloudFront distribution](https://aws.amazon.com/blogs/aws/ipv6-support-update-cloudfront-waf-and-s3-transfer-acceleration/) and [creating an AAAA ALIAS record...