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
themixedupstuff 3801bc29f8
All checks were successful
Build / build (push) Successful in 1m36s
Update ReFuel.StbImage.csproj
2024-06-29 13:34:59 +02:00
.gitea/workflows Rename API key. 2024-06-14 18:48:41 +03:00
docker-cross-compiler@5901e3e317 Pull changes in build_native.sh 2024-06-14 22:11:33 +03:00
stb@013ac3bedd Update stb. 2024-06-01 14:22:57 +03:00
.gitattributes [v1.0.0] Create Quik.StbImage nuget package. 2024-03-23 11:41:10 +03:00
.gitignore [v1.0.0] Create Quik.StbImage nuget package. 2024-03-23 11:41:10 +03:00
.gitmodules Remove all references to Quik. 2024-06-14 18:24:38 +03:00
3RDPARTY.md Add license. 2024-06-14 18:28:28 +03:00
build_ci_cd.sh [v1.0.0] Create Quik.StbImage nuget package. 2024-03-23 11:41:10 +03:00
build_native.sh Remove all references to Quik. 2024-06-14 18:24:38 +03:00
CMakeLists.txt Remove all references to Quik. 2024-06-14 18:24:38 +03:00
docker-compose.yaml Remove all references to Quik. 2024-06-14 18:24:38 +03:00
LICENSE.md Add license. 2024-06-14 18:28:28 +03:00
NativeTypeNameAttribute.cs Remove all references to Quik. 2024-06-14 18:24:38 +03:00
publish.sh Fix typo in publish.sh. 2024-06-14 18:51:16 +03:00
README.md Remove all references to Quik. 2024-06-14 18:24:38 +03:00
ReFuel.StbImage.csproj Update ReFuel.StbImage.csproj 2024-06-29 13:34:59 +02:00
ReFuel.StbImage.sln Remove all references to Quik. 2024-06-14 18:24:38 +03:00
rf_stbi.c Remove all references to Quik. 2024-06-14 18:24:38 +03:00
rf_stbi.h Add STBIWDEF as RFEXTERN to build C file. 2024-06-19 12:19:33 +03:00
rf_stbimage.png Finish rebranding. 2024-06-14 18:40:36 +03:00
stb_image_write.rsp Remove all references to Quik. 2024-06-14 18:24:38 +03:00
stb_image.rsp Remove all references to Quik. 2024-06-14 18:24:38 +03:00
Stbi.cs Move native calls to Stb.Native 2024-06-19 11:31:51 +03:00
Stbi.Manual.cs Move native calls to Stb.Native 2024-06-19 11:31:51 +03:00
StbiImageFormat.cs Move native calls to Stb.Native 2024-06-19 11:31:51 +03:00
StbImage.cs [2.0.0-rc.2] Fix global options to be static. 2024-06-19 12:05:54 +03:00
StbiStreamWrapper.cs Fix build error on older c# versions. 2024-06-19 11:50:36 +03:00
StbiWrite.cs Move native calls to Stb.Native 2024-06-19 11:31:51 +03:00

ReFuel.StbImage

ReFuel.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/ReFuel/ReFuel.StbImage, and shoot me patch files through email.