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 ff83cb20f9
All checks were successful
Build / build (push) Successful in 2m2s
Enabled optimzations.
2024-07-23 23:21:12 +03:00
.gitea/workflows Rename API key. 2024-06-14 18:48:41 +03:00
docker-cross-compiler@d0f5760c7a Enabled optimzations. 2024-07-23 23:21:12 +03:00
stb@f7f20f39fe Enabled optimzations. 2024-07-23 23:21:12 +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 Enabled optimzations. 2024-07-23 23:21:12 +03:00
CMakeLists.txt Enabled optimzations. 2024-07-23 23:21:12 +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 Enabled optimzations. 2024-07-23 23:21:12 +03: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.