zram-config
A complete zram-config utility for swap, directories, and logs to reduce SD, NAND and eMMC block wear. (by ecdye)
raylib
A simple and easy-to-use library to enjoy videogames programming (by raysan5)
zram-config | raylib | |
---|---|---|
2 | 403 | |
446 | 21,959 | |
- | - | |
7.0 | 9.8 | |
21 days ago | 3 days ago | |
Shell | C | |
MIT License | zlib License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
zram-config
Posts with mentions or reviews of zram-config.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-14.
-
We're moving away from swap partitions on our Linux servers
I still have https://github.com/StuartIanNaylor/zram-swap-config but doesn't do much more than https://github.com/systemd/zram-generator#readme but I passed control of https://github.com/ecdye/zram-config as maintenance aint my strong point and it was just a protest of hey guys get this sorted.
-
Got my Node up and running, updated to 0.18.
I used pinodexmr to do it, then added zram-swap(easy way to manage zram, a memory compression manager on linux, also see zram-config).
raylib
Posts with mentions or reviews of raylib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-04.
-
The Failures Of API Design
Let's take a look at another API. Raylib. Now Raylib does a little bit more than just load images. Raylib is more of a game framework than a single-purpose library. It will create a window, handle input, load images, render pixels, handle loading and rendering fonts, and so on. Even though Raylib does multiple things, it doesn't go overboard. It tries to be simple yet robust. There's a clear vision for the library. They didn't try to force a GUI editor into the API or an alternative string type. It had one goal and that is to become a game framework. What happens when Raylib has added all the features it needs to add? Well, call it feature-complete and just move on. There's no need to bloat an API for no reason other than you "felt like it".
-
One must imagine Sisyphus writing a new JS framework
Don't like having to use gigantic game engines to make games? Here's a whole suite of beautifully simple libraries with bindings for a lot of languages: raylib
-
Exploring Raylib and Open Source
Do like playing video games? I know I do; in fact, I enjoy it so much that I learned how to make video games. So, for a recent course Iām taking in school for open-source development I decided to focus on Raylib. Raylib describes itself as āa simple and easy-to-use library to enjoy videogames programming.ā Written in pure c with bindings for almost any other programming language such as c++, Rust, and Python. It is a flexible tool which can work in almost any environment.
- SDL3 new GPU API merged
-
Zig! Can you C?
Fetch Packages... raylib... ./ray_test_zig/build.zig.zon:7:20: error: url field is missing corresponding hash field .url = "https://github.com/raysan5/raylib/archive/refs/tags/5.0.tar.gz", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ note: expected .hash = "1220c28847ca8e8756734ae84355802b764c9d9cf4de057dbc6fc2b15c56e726f27b",
- Ask HN: Do you know any open source (2D or 3D) asset libraries?
- Raylib ā A simple and easy-to-use library to enjoy videogames programming
-
Can't make my mind about which engine to use
libGDX is great, but I can understand if it's not for some people. This also applies to love2d, raylib and Monogame
-
Raylib Library For Video Games Programming as Senior Developer
Raylib library
- Advice for managing a group of beginner C programmers, myself included