Results 8 issues of BLOGDRON

I learned about this story on the forum, I don’t know all the details, so I won’t say too much. Also, I am not a supporter of the Rust language...

**Use** `make build_depends && make mmatching && make run` ```make CC=g++ INCLUDE_DIR = -I./ INCLUDE_DIR+= -I./depends/raylib/raylib/include INCLUDE_DIR+= -I./depends/raygui/src LIBRARY_DIR = -L./depends/raylib/raylib LIBRARY_DIR+= -L./depends/raylib/raylib/external/glfw/src LIBRARY_LINK = -lraylib -lglfw3 -ldl -pthread BUILD_DEP...

Maybe it will be useful to someone if they do not know how to collect examples, but want to poke them with a stick ::) ---------------- Use: `make build_depends &&...

#### Your system information * [System information from steam](https://gist.github.com/blogdron/d60c78a56e01bbbec8ae424cec064d94) * Have you checked for system updates?: **Yes** #### Please describe your issue in as much detail as possible: After update...

Linux

This is just a note for those who will be affected by the problem like mine. This is not Corange problem. But it's better to know about it. **The problem...

impulse generator

enhancement
help wanted
good first issue

```sh gcc src/*.c `pkg-config --cflags --libs SDL2_ttf` -o blockamok /usr/bin/ld: /tmp/user/1000/ccMOfFUx.o: undefined reference to symbol 'tan@@GLIBC_2.2.5' /usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned...

Small fix for ```sh Error: luigi/widget/text.lua:414: Can't set scissor with negative width and/or height. stack traceback: [love "boot.lua"]:352: in function [C]: in function 'intersectScissor' luigi/widget/text.lua:414: in function 'func' luigi/hooker.lua:79: in...