Tetra seems to run pretty well on Windows and Linux (or rather, there's at least one person who's got it working!), but Mac users are consistently getting black screens. I don't have access to a Mac myself, so it's not something I can debug easily...
If anyone with knowledge of OpenGL on Mac could have a poke around, their help would be much appreciated
As the library becomes more popular, does someones wanna to review the code and provide some feedbacks, improvements and best writing to maintain it.
It can be also a good start point to contribute to it too.
I've created a number of issues for the Rust port of flamegraph, inferno, and am also happy to shepherd/mentor PRs (we've even had some already!). The initial code was also developed through a video series (part 1, part 2), which might be useful for people who want to contribute and really understand how it all fits together.
Tarpaulin/coveralls-api crates need help testing a new coveralls feature to create better reports using your CI environment variables. Looking for people who use things other than travis to help test https://github.com/xd009642/tarpaulin/issues/213
There's an issue on pulldown-cmark to create a simple benchmark framework that guards against quadratic behaviour of the markdown parser. This should be feasible for someone with some Rust experience, yet still be interesting. There are already a number of test cases in the issue tracker and an outline of approaches in the issue description.
This requires adding two features to Cargo.toml and setting the appropriate #[cfg(..)]s, perhaps putting things into a module to simplify things. I can mentor if required.
The vast majority of Tetra (a 2D game library) is safe Rust, but the OpenGL abstraction layer uses a lot of unsafe, which I have very little confidence in
I've created a tracking issue to discuss safety - if anyone could pitch in and save me from silly mistakes, it'd be helpful!
It would be cool to maybe find someone who really knows C++ concepts to answer this question. So I thought that we can maybe add this to TWiR to reach a wider audience? Something like:
eazy and tedious, requires building large projects.
This is waiting on someone with a fairly powerful and idle computer doing a comparison of time cargo generate-lockfile with a build of master vers a build with this PR on some large project like servo or like rustc.