lak

Results 51 comments of lak

I managed to massage a frame buffer onto the ESP32 and implemented a rasterizer (basically a reworked version of [sronsse's sr](https://github.com/sronsse/imgui/blob/sw_rasterizer_example/examples/sdl_sw_example/imgui_impl_sdl.cpp)), so now alpha blending and text works! ![a](https://i.imgur.com/ofpkKB8.jpg) ~~Sadly...

Removing `Serial` got it from 10 to 4 seconds and rewriting `tft.drawPixel(x, y, screenBuffer.col[x][y]);` in the TFT API allowed me to get it from 4 seconds to 400 milliseconds, I...

In a [video that is currently 9th on YouTube trending!](https://youtu.be/0bXCbVGb04A?t=10m28s) ![screenshot](https://i.imgur.com/yKP7wtj.png) The program if anyone is interested: https://github.com/LAK132/SourceExplorer

This change to the root CMakeLists.txt seems to fix this: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec89c6b..5fa4b525 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.5.0) project(prjxray) option(PRJXRAY_BUILD_TESTING...

Works after installing LLVM, but then deleting the clang-format.exe from the LLVM installation causes `write EPIPE` again. It appears to not be honouring the "clang-format.executable" setting (I have a custom...

@henrygab I think the best option moving forward would be to open a separate issue for the auto added default workspace settings. I've had a quick look and I think...

Thanks for the feedback, I'll look into it some more. For future reference, my main use case for this feature is a yosys script like this: ``` ghdl -a --work=xpm...

Please actually fill out the template in future.

Partially addressed in [v2.0.alpha](https://github.com/LAK132/SourceExplorer/releases/tag/v2.0.alpha), but image dumping seems to crash

It appears you're trying to open a shortcut to a game, instead of the game .exe itself. Source Explorer does not handle shortcuts, please try and load the .exe directly.