Philip Whitfield

Results 67 comments of Philip Whitfield

Yeah platform specific code is always a burden, I know. Would be solvable in this case though because it is pretty straightforward. What do you mean by "exposing an internal...

So a less headache inducing strategy would be to return a list of modified files and directories in the poll function? ``` struct FileWatcherEvent{ Event event; // File or directory...

It was bound to be dragged into the open as soon as you talk about hot reloading code, you are already hot reloading any kind of asset in your mind...

I feel like le_pixels should be more about actual pixel access and manipulation and the image loading part could be its own module that generates le_pixels. On the other hand...

Le video should be a separate addon. Still need an api to modify pixel resources though

Thanks. Set run argument worked for me. The active buffer did always open the first project. Even when only having the main.cpp of the second executable open.

Yes that almost works for me. It does detect the right executable now but tries to run it in a subfolder. So samples tries to open an executable at build/sample/sample...

yes that works! thanks. Only "issue" now is that I have another directory with code that is compiled to a static lib which is shared between sample and server. When...

I feel like having some sort of drop down selector that lists all available executables would be the most intuitive? first option could be auto which behaves the way it...

Ah just read ```C++17 features depending on libclang version``` I am on arch linux so libclang should be fairly recent. (clang version 5.0.1 (tags/RELEASE_501/final))