Top 3 Shell C Projects
-
It is C ++ 11 compatible, I recommend C ++ 17, it is cross-platform (x86, ARMv7, ARMv8, PowerPC, windows, Linux...), Thanks to [dockcross](https://github.com/dockcross/dockcross) .
-
Project mention: Qb – Zero-configuration build system to quickly build C/C++ projects | news.ycombinator.com | 2022-04-30
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I agree, for their use case they should have linked to SDL2 as a static library. It was the best option instead of patching the binary with patchelf.
I think many developers don't know about static libraries. For some reason they think they have to use a shared libraries. This is probably due to many tutorial saying something like: download the SDL2 library from there, it is provided as a shared library, here the instructions to use it with Visual Studio.
The way I do is with static libraries, I ship a single executable, all the third-party libraries are linked in as static libraries. The only dynamic libraries the exectuable will use are the standard libraries that are part of the OS.
I do this very easily with the help for lhelper:
https://github.com/franko/lhelper (I am the author)
that has recipes to build many libraries including SDL2. It builds the library on you system using your compiler and your settings. By default it will build static libraries so you don't have to bother distributing additional dynamic libraries.
Shell C related posts
- Forgit: A utility tool powered by fzf for using Git interactively
- Having issues installing Ruby
- kitty + zsh + powerlevel10k = ✨ aesthetics ✨
- possible to get a fish-like experience in bash?
- Open relevant git files in your $EDITOR
- My ASCII graphics basic demo engine in BASH language: ISObash.
- Refactoring my old code and I'm finding literally all of the "code smells" that I've worked hard to unlearn.
Index
What are some of the best open-source C projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | dockcross | 2,498 |
2 | c | 1,945 |
3 | lhelper | 8 |
Are you hiring? Post a new remote job listing for free.