Vasiliy Tereshkov

Results 73 issues of Vasiliy Tereshkov

``` error: /playground_main.um (9, 12): Unknown identifier std ``` _Originally posted by @vtereshkov in https://github.com/marekmaskarinec/tophat/issues/172#issuecomment-2026094259_

``` src/input.c:4:10: fatal error: Xinput.h: No such file or directory /usr/bin/x86_64-w64-mingw32-ld: /tmp/ccM0poW0.o:input.c:(.text+0x2a3): undefined reference to `XInputGetState' /usr/bin/x86_64-w64-mingw32-ld: /tmp/ccM0poW0.o:input.c:(.text+0x329): undefined reference to `XInputSetState' ```

![image](https://github.com/marekmaskarinec/tophat/assets/52492460/b9add4c4-a85f-4835-8ea4-df884fe70c94)

At least the `mip_level` and `dpi_scale` issues can be fixed easily. ``` src/image.c: In function ‘th_image_get_data’: src/image.c:84:7: warning: ‘glBindTexture’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] 84 | void...

bug

Despite the fact that https://github.com/floooh/sokol/issues/822 is now closed, it has not resolved our problems with the moving rectangle example in the web playground: 1. When I build tophat with the...

bug
wasm

![image](https://github.com/marekmaskarinec/tophat/assets/52492460/b63b8484-10d9-4277-9e73-ed19f9a8dea3)

bug

enhancement
good first issue

``` vtereshkov@Vasiliy-Acer:~/xcc$ sudo make test make CC=../xcc -C libsrc make[1]: Entering directory '/home/vtereshkov/xcc/libsrc' make[1]: Nothing to be done for 'libs'. make[1]: Leaving directory '/home/vtereshkov/xcc/libsrc' make -C tests clean && make...