Skip to content

Commit 4dbaabf

Browse files
committed
Updated stale links and CI badge URL. Added link to hosted pipelines teaser.
1 parent 9e11ce0 commit 4dbaabf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Biohazrd
22

33
[![MIT Licensed](https://img.shields.io/github/license/mochilibraries/biohazrd?style=flat-square)](LICENSE.txt)
4-
[![CI Status](https://img.shields.io/github/workflow/status/mochilibraries/biohazrd/Biohazrd/main?style=flat-square&label=CI)](https://github.com/MochiLibraries/Biohazrd/actions?query=workflow%3ABiohazrd+branch%3Amain)
4+
[![CI Status](https://img.shields.io/github/actions/workflow/status/mochilibraries/biohazrd/Biohazrd.yml?branch=main&style=flat-square&label=CI)](https://github.com/MochiLibraries/Biohazrd/actions?query=workflow%3ABiohazrd+branch%3Amain)
55
[![NuGet Version](https://img.shields.io/nuget/v/Biohazrd?style=flat-square)](https://www.nuget.org/packages/Biohazrd/)
66
[![Sponsor](https://img.shields.io/badge/sponsor-%E2%9D%A4-lightgrey?logo=github&style=flat-square)](https://github.com/sponsors/PathogenDavid)
77

88
Biohazrd is a framework for creating binding generators for C **and** C++ libraries. It aims to lower the amount of ongoing boilerplate maintenance required to use native libraries from .NET as well as allow direct interoperation with C++ libraries without a C translation later.
99

1010
Biohazrd's API is now stable, but the documentation and overall developer experience is still improving. If you're interested in this project, consider [sponsoring development](https://github.com/sponsors/PathogenDavid).
1111

12-
Interested in seeing how Biohazrd can be used in practice? Check out [InfectedImGui](https://github.com/InfectedLibraries/InfectedImGui) or [InfectedPhysX](https://github.com/InfectedLibraries/InfectedPhysX).
12+
Interested in seeing how Biohazrd can be used in practice? Check out [Mochi.DearImGui](https://github.com/MochiLibraries/Mochi.DearImGui) or [Mochi.PhysX](https://github.com/MochiLibraries/Mochi.PhysX). (Also check out the preview of the upcoming hosted pipelines feature [teased here](https://github.com/MochiLibraries/Biohazrd/releases/tag/v0.0.0-beta2#user-content-upcoming-features).)
1313

1414
We also have peliminary documentation available in [the docs folder](docs/).
1515

0 commit comments

Comments
 (0)