An efficient image format for SDL

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

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
  • LZ4

    Extremely Fast Compression algorithm

  • After some investigations and experiments, I found out that it was the PNG compression (well, decompression I should say) that took a while. So I've made some experiments using the LZ4 compression library, which is focused on decompression speed, and it turned out to be an excellent solution!

  • stb

    stb single-file public domain libraries for C/C++

  • This is honestly wonderful. I've faced similar problems and my ad hoc solution was to use stb_image (which from my testing was a good bit faster than SDL_Image) and make a simple multithreaded asset loader to spread out the work load. All that said, thank you! I'm definitely going to be playing around with this.

  • 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
  • basis_universal

    Basis Universal GPU Texture Codec

  • You could check out Binomial's basis_universal. After Google bought them, they open sourced it and allowed use for free.

  • love

    LÖVE is an awesome 2D game framework for Lua.

  • If you ever get around to it, you could look at how love2d does it. It's also built on SDL but uses OpenGL for rendering. The code is MIT, so if it's neat enough, you could pull it out and plunk it into your engine.

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

  • LuaRT 1.8.0 – open-source Windows programming framework for Lua

    2 projects | news.ycombinator.com | 22 May 2024
  • Show HN: A variant of Conway's Game of Life in color you can run on your phone

    1 project | news.ycombinator.com | 13 Jan 2024
  • Programming lessons learned from making my first game and why I'm writing my ow

    1 project | news.ycombinator.com | 5 Jan 2024
  • Gearing up for Lua

    3 projects | dev.to | 1 Jan 2024
  • Original Sling'n'shoot Worms Game

    4 projects | news.ycombinator.com | 28 Dec 2023