Skip to content

stb_image inconsistencies #953

Description

@TomJGooding

stb_image is used to load images in various example/* and demo/* examples.

There's currently two different stb_image versions, where example/stb_image.h is v2.08 and demo/common/filebrowser/stb_image.h is v2.28.

stb_image also isn't compatible with C89 because of the C++ style comments.

Would it make sense to create a single stb_image file with the latest version (2.30) that is compatible with C89?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions