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 b7983c96b2
All checks were successful
Build / build (push) Successful in 1m58s
[v2.1.0] Bump version number.
2024-11-18 20:55:49 +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
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 [v2.1.0] Bump version number. 2024-11-18 20:55:49 +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 Made Callbacks a public field in StbiStreamWrapper.cs 2024-11-18 20:47:28 +03:00
StbiStreamWrapper.cs Made Callbacks a public field in StbiStreamWrapper.cs 2024-11-18 20:47:28 +03:00
StbiWrite.cs Add calling convention attributes to unmanaged function pointers. 2024-11-18 19:33:28 +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.