Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant. Learn more →
Basis_universal Alternatives
Similar projects and alternatives to basis_universal
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
vulkan_renderer
A toy renderer written in C using Vulkan to perform real-time ray tracing research.
-
-
SonarCloud
Analyze your C and C++ projects with just one click.. SonarCloud, a cloud-based static analysis tool for your CI/CD workflows, offers a one-click automatic analysis of C and C++ projects hosted on GitHub. Zero configuration and free for open-source projects! Analyze free.
-
-
-
-
-
-
-
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
-
-
libpng
LIBPNG: Portable Network Graphics support, official libpng repository
-
-
canvas_ity
A tiny, single-header <canvas>-like 2D rasterizer for C++
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
basis_universal reviews and mentions
-
The Near-Lossless Image Formats Using Ultra-Fast LZ Codecs
The author of the OP also develops Basis, which is designed to take advantage of GPU texture compression formats. GPU formats have a fixed bitrate which makes them efficient to sample but not the most efficient to transmit, so Basis layers on a second level of compression that unpacks into a GPU texture.
-
Hello, PNG
Erm, aren't both WebP and PNG rather useless for games? How do you convert those formats into one of the hardware-compressed texture formats consumed by the GPU (like BCx, ETC or ASTC)? Without those you're wasting a ton of GPU memory bandwidth when sampling textures.
(there are some alternatives, like https://github.com/BinomialLLC/basis_universal, or http://www.radgametools.com/oodletexture.htm)
-
Have any of the big game engines shown interest in JXL?
In addition to this, texture compression is optimized for random access and has to use a fixed amount of bytes per each block, but there is a possibility to further compress this during the delivery. This is called the supercompression and Basis Universal is a good example of this. JPEG XL is also based on tiles for parallel decoding, but those tiles are too large (128x128 minimum, compare with 12x12 maximum of ASTC) so it is not yet suitable for GPU as it stands.
-
An efficient image format for SDL
You could check out Binomial's basis_universal. After Google bought them, they open sourced it and allowed use for free.
-
Compressed Texture Converter/Writer
Another alternative you should consider is https://github.com/BinomialLLC/basis_universal
-
What image formats do you support?
Simple, open-source, standardized and supports every GPU-oriented format around. And, built-in library support for https://github.com/BinomialLLC/basis_universal
-
Rasterization in slow motion
Yep. That lib is great. And, similarly https://github.com/nfrechette/acl and https://github.com/BinomialLLC/basis_universal
- The Quite OK Image File Format Specification: A Single Page PDF
-
Texture Compression Tool
Hi, I'm using a pipeline consisting of basisu and libktx for processing uncompressed images. The REST API server itself runs on Spring Boot and communicates to an image processing server via an Apache ActiveMQ Artemis message queue.
-
A note from our sponsor - Revelo Payroll
try.revelo.com | 2 Oct 2023
Stats
BinomialLLC/basis_universal is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of basis_universal is C++.