Christian Stewart
Christian Stewart
@ivanpopelyshev Cool, I'm also curious about https://github.com/oniproject/pixiLights - seems like the Sweep they are doing there is really good and could be integrated. Can I help at all on this?
It's a particular visual style where vision is provided by line of sight from the light / emitter. Aka, light is blocked by objects properly, rather than just overlaying everything
@alan-w-255 looks cool, will try it out. Could you add a LICENSE to that repo please? Thanks!
@alan-w-255 I noticed you have a lot of .wasm blobs as well as this minified js: https://github.com/alan-w-255/tabby.el/blob/master/node_scripts/tabby-agent.js What is the rationale behind this, and can you post the source files...
any updates?
This looks cool, following it. :)
Submitted: Android-tools bump to 5.1.1.x https://patchwork.ozlabs.org/project/buildroot/patch/[email protected]/
@tianyuanhao can you help me test this by any chance?
cc @jakogut
@tianyuanhao something like this: ``` BR2_x86_64=y BR2_x86_core_avx2=y BR2_CCACHE=y BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_KERNEL_HEADERS_VERSION=y BR2_DEFAULT_KERNEL_VERSION="5.8.15" BR2_GCC_VERSION_9_X=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_INIT_SYSTEMD=y BR2_SYSTEM_BIN_SH_BASH=y BR2_ENABLE_LOCALE_WHITELIST="C en_US en_US.UTF-8" BR2_GENERATE_LOCALE="en_US.UTF-8" BR2_PACKAGE_CHROMIUM=y BR2_PACKAGE_BZIP2=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_UNZIP=y BR2_PACKAGE_XZ=y BR2_PACKAGE_ZIP=y BR2_PACKAGE_LSOF=y BR2_PACKAGE_BINUTILS=y BR2_PACKAGE_GREP=y BR2_PACKAGE_E2FSPROGS=y...