hw762

Results 9 issues of hw762

## Bevy version 0.8.1 ## \[Optional\] Relevant system information If you cannot get Bevy to build or run on your machine, please include: - the Rust version you're using (you...

C-Bug
A-Rendering
O-Linux
C-Startup

It seems that the Fyrox editor eats 100% cpu (one core) even at idle. Is something spinning a loop? It would be nice if this usage can be reduced.

I got warnings about its deprecation. However, it is not documented and there is no replacement

I am trying to use Nuklear as a top level UI of my game. However, I can't find a way to know whether an input is being used by the...

When using precompiled headers, clangd gives false positive about not using the header. This issue was not present on clangd-14. stdafx.h: ```c #ifndef STDAFX_H_ #define STDAFX_H_ #include #include #include #endif...

Latest release. I edited a tile in the tile editor and saved, however, it does not update in the map editor. Tile: ![image](https://github.com/nesbox/TIC-80/assets/56791472/1c84fe5d-c0cf-4af4-a89b-63578f861d4f) Map editor: ![image](https://github.com/nesbox/TIC-80/assets/56791472/f4d9d5b0-5365-4ec5-b4a6-75c2a89a372d) Preview of tile palette...

TIC-80 `time()` name conflicts with the libc `time` function, and a call causes WASM to crash.

Many API functions have a lot of arguments and many have default values. Such as: ``` print(text, [x=0], [y=0], [color=15], [fixed=false], [scale=1], [smallfont=false]) -> text width ``` Unfortunately, it seems...

Running `w4 watch` uses `cargo build` to rebuild, which is the debug build and generates warning about oversize. It should probably use the release build.