use .avif/webp images

This page summarizes the projects mentioned and recommended in the original post on /r/raylib

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • raylib

    A simple and easy-to-use library to enjoy videogames programming

  • As far as I know, raylib uses stb libraries to load its images. In particular, it uses stb_image.h, and from the documentation it supports: JPEG, PNG, TGA, BMP, PSD, GIF, HDR, PIC, and PNM. You'll have to look at the stb_image documentation for more details on this. With this in mind, it does not seem like raylib has any internal, or any dependency that supports the loading of the format you're looking for. I imagine you'll have to use an external library to load the required data for raylib's "Image" struct. Looking at how raylib uses stb to load data into its Image functions might be helpful: https://github.com/raysan5/raylib/blob/master/src/rtextures.c.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Zig! Can you C?

    1 project | dev.to | 4 Apr 2024
  • Ask HN: Do you know any open source (2D or 3D) asset libraries?

    1 project | news.ycombinator.com | 27 Feb 2024
  • Raylib – A simple and easy-to-use library to enjoy videogames programming

    1 project | news.ycombinator.com | 8 Feb 2024
  • Advice for managing a group of beginner C programmers, myself included

    1 project | /r/C_Programming | 21 Nov 2023
  • What are some good projects in C for an experienced dev?

    1 project | /r/cprogramming | 20 Nov 2023