hello.
I’m a blind game developer and because most game engines are trashy ableist, I decided to find a programming language.
so crystal does almost everything I need except, it has no package manager
yes shards exists but it doesn’t have a central repo for packages.
also, cross compiling is basic and I need better cross compilation support.
if the devs of this wonderful language could address these shortcoming I’m willing to even donate to the project.
because I know crystal may become what I need.
While there is no central repository, there are registries you can search. For example https://shardbox.org keeps a curated list of shards.
What issues do you have with cross compilation? Using zig cc could help simplify things… granted you’d still have to compile every external library you need for every target you must support, but there is little we can do there.
Well, I don’t know how to do this.
1 Like