Custom build of the ubiquitous stb_image.h and stb_image_write.h library for .NET https://refuel.mixedup.dev/docs/ReFuel.StbImage.html
Go to file
H. Utku Maden cb896f9cf3
Some checks failed
Build / build (push) Failing after 1m17s
Added package icon.
2024-06-11 19:26:48 +03:00
.gitea/workflows Chnage build script. 2024-03-23 10:59:23 +03:00
Quik.Common@fdfac9d951 [v1.1.0] Add OSX builds. 2024-04-06 15:58:05 +03:00
stb@013ac3bedd Update stb. 2024-06-01 14:22:57 +03:00
.gitattributes Make more shell scripts. 2024-03-19 22:27:08 +03:00
.gitignore Change build scripts slightly to maybe fix CI? 2024-03-21 18:10:55 +03:00
.gitmodules Add common modules. 2024-03-19 21:40:10 +03:00
build_ci_cd.sh This is getting out of hand. 2024-03-21 18:39:44 +03:00
build_native.sh Change build scripts slightly to maybe fix CI? 2024-03-21 18:10:55 +03:00
clangsharp.rsp Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00
CMakeLists.txt Disable all instances of potential thread local storage. 2024-06-01 14:22:41 +03:00
docker-compose.yaml Yet another attempt to fix CI builds. 2024-03-21 18:38:27 +03:00
NativeTypeNameAttribute.cs Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00
publish.sh Use unencrypted storage for the key because Nuget is nuget. 2024-03-23 11:36:16 +03:00
quik_stbi.c Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00
quik_stbi.h Disable all instances of potential thread local storage. 2024-06-01 14:22:41 +03:00
Quik.StbImage.csproj Added package icon. 2024-06-11 19:26:48 +03:00
Quik.StbImage.sln [v1.1.0] Add OSX builds. 2024-04-06 15:58:05 +03:00
README.md Add readme.md 2024-06-11 19:17:51 +03:00
Stbi.cs Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00
Stbi.Manual.cs [v1.1.0] Add OSX builds. 2024-04-06 15:58:05 +03:00
StbiImageFormat.cs Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00
StbImage.cs Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00
StbiStreamWrapper.cs Move Quik.StbImage to its own repository. 2024-03-19 22:02:20 +03:00

Quik.StbImage

Quik.StbImage is a binary distribution of the popular stb_image.h single header library. Existing packages were either bad source ports, had odd wrappers or weren't up to date.

Originally intended for my own purposes, however feel free to view the code at https://git.mixedup.dev/QUIK/Quik.StbImage, and shoot me patch files through email.