Abdelhakim AKODADI
Abdelhakim AKODADI
I get the following error when I run `sudo make install`: ``` make: *** [makefile:69: setup] Error 1 ``` This happens with `libusb` and `hidapi`. ### Environment ``` $ uname...
First of all, thanks for the simple and easy to use library One cool addition could be endinness conversion functions. I'm thinking of something similar to glibc's [`endian.h`](https://man7.org/linux/man-pages/man3/endian.3.html). This is...
For `X = {7, 8, 9}`, there are missing `libpowerX_ppc_la_SOURCES` variables in the Automake script. This makes `make dist` fails because by default the generated `Makefile` tries to look for...
### Summary Works fine on Linux but on Windows, the window is in fullscreen mode even when I try to override that with the ` ContextBuilder`. ``` ContextBuilder::new( camera_info.human_name(), WINDOW_WIDTH.try_into().unwrap(),...
### Summary The [Texture::draw()](https://github.com/17cupsofcoffee/tetra/blob/76a4f3fca84d95354016f95d15d85380f1048429/src/graphics/texture.rs#L210) takes a DrawParams as a value. Which makes it impossible to reuse the DrawParams object. ### Motivation/Examples I was optimizing my program by reusing the same...