Pixeller
Pixeller
How to use bake generate compile_commands.json? lsp complete code must use it T. T
bug? const dd: f64 = @divxxx(1.0, 60.0f64) always 0, But 1.0 / 60.0 is ok.  # 
```zsh zsh-syntax-highlighting: unhandled ZLE widget 'menu-search' zsh-syntax-highlighting: unhandled ZLE widget 'insert-unambiguous-or-complete' zsh-syntax-highlighting: unhandled ZLE widget 'recent-paths' # ------------ log _complete:6: command not found: _autocomplete__recent_paths _complete:7: command not found: _autocomplete__ancestor_dirs autocomplete:_main_complete:new:post:3:...
Same issue .. T_T
I've change sokol-nim example\/noninterleaved.nim
Nim will upgrade to stable v2.0 ( v1.6.x current now ) within the year. There's a lot of changes and more new func in the new version Things that will...
```brew install sdl2``` after can't load?
Maybe you can download arm64 sdl2 libs or found sdl2 path test add myapp/nim.cfg build ```cfg #nim.cfg --passL="-L/sdl2path" ``` or ```zsh nim c --passL="-L/sdl2path" xxx.nim ```
Fix it ```nim let dst: Rect = (x.int, y.int, src.w * scale.int, src.h * scale.int) ```
@HVukman Sorry I haven't use nico in linux so don't know . But you can test it. 1. Install sdl2 and emscripten 2. Use this nimble (nimble webr and runweb)...