zeromake

Results 102 comments of zeromake

@fwessels ## use clang ``` diff diff --git a/test/cpp/assemble.sh b/test/cpp/assemble.sh index 4bf4096..48d39c0 100755 --- a/test/cpp/assemble.sh +++ b/test/cpp/assemble.sh @@ -1 +1 @@ -c++ -O3 -mavx -mfma -masm=intel -fno-asynchronous-unwind-tables -fno-exceptions -fno-rtti -S...

@fwessels So what about has?

@ljharb array originally is ordered,if I need to object keys sort, but not need sort array, I not find this kind options. or sort params is arrry litem, Instead of...

@ljharb I need sort `{b: 2, a: 1, c: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}`, sort `a`, `b`, `c` but not sort `c`'s array...

@WittyCo 我上面直接有编译好的版本 https://github.com/zeromake/msys2-packages/tree/master

> > @WittyCo 我上面直接有编译好的版本 https://github.com/zeromake/msys2-packages/tree/master > > 知道了,之前试过你的,但是因为不知道git lfs,直接下载下来没法用,现在会用了。感谢!但还是想问一下,你的lua是怎么编译的啊?不用make吗? 之前处理过 lua 编译看了 makefile 发现用 bsd 模式就可以编译了。 ```bash > make bsd ```

> Sadly can't get xmake to work properly: > > ``` > $ xmake b 1-3-1 > error: cannot runv(sokol-shdc --ifdef -l hlsl5:glsl330:glsl300es:metal_macos:metal_ios --input src/4-1-depth-testing/3-depth-buffer.glsl --output build/sokol_shader/4-1-depth-testing/3-depth-buffer.glsl.h), No such file...

@SethArchambault is fix on [3a8a93d9](https://github.com/zeromake/learnopengl-examples/commit/3a8a93d9e2f390a99b77a1d21594552093ec9e50)

`Portable Chrome Updater new.exe` is my build `Portable Chrome Updater.exe` is by [release](https://github.com/UndertakerBen/PorChromeUpd/releases/download/v1.4.3.0/Portable.Chrome.Updater.v1.4.3.0.7z) **config.ini** ```ini LAUNCHER_URL=https://raw.fastgit.org/UndertakerBen/PorChromeUpd/master/Launcher/Launcher.7z VERSION_URL=https://raw.fastgit.org/UndertakerBen/PorChromeUpd/master/Version.txt UPDATE_URL=https://download.fastgit.org/UndertakerBen/PorChromeUpd/releases/download/v{version}/Portable.Chrome.Updater.v{version}.7z DOWNLOAD_REPLACE=https://www.google.com/dl,https://dl.google.com ``` https://user-images.githubusercontent.com/8318747/235363361-a5aead75-8b47-4dc2-befb-d9379ab45cd6.mp4

@olliwang use discard_fragment(), my black apple 4k ``` 分辨率: 3840 x 2160(2160p/4K UHD 1 - 超高清) UI看起来类似: 1920 x 1080 @ 60.00Hz ``` [my example code](https://github.com/zeromake/nanovg/blob/master/example/example_metal.mm) The trial effect is...