Skip to content

Commit

Permalink
added workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Oct 8, 2023
1 parent 031163b commit 4275ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Heavily based on the original silicon but rewritten in pure-C as a single-header

![alt text](logo.png)

# build status
![silicon workflow](https://github.com/ColleagueRiley/Silicon-h/blob/main/.github/workflows/c-cpp.yml/badge.svg)

# Why Silicon?
Because there isn't anything else like it (to my knowledge, at least). If you want to create low-level MacOS apps, you have to use and learn Objective-C, and as we all know the language is notorious for its syntax and its unique (albeit terrible) way of handling object-oriented programming. It also ruins cross-platform code as if you compile an Objective-C file as C, you get a bunch of errors (however there are at least easy work around that).

Expand Down

0 comments on commit 4275ab0

Please sign in to comment.