Jens Munk Hansen
Jens Munk Hansen
Hi David The DICOM_BUILD_DATE and DICOM_BUILD_TIME is not included for external builds or if the vtk_9 macros handles the inclusion of the Source directory. Is this on purpose? Just a...
Hi Guys Great idea to make a simple ANSI-C threadpool. The interface is great, but I have encountered numerous problems using it. 1) In your example: After adding the work...
I am writing a fast SDK for executing tasks and executing callbacks registered to events. I used your approach for execution and noticed that heap allocation is done whenever a...
Hi Q I am trying to extend your project by introducing pickers. I am thinking something in the line of ``` Vtk.Viewer { Vtk.CellPicker { id: picker // automatically registered...
Hi Gadomski I have used your implementation in a hobby project of mine (not yet public) where I have wrapped the registration for use with VTK. I went through everything...
Hi Adam Really cool project - works out of the box on Debian 12 using both integrated and dedicated GPU. I am looking for inspiration for a fast SVO for...
Hi Martino I enjoyed your simple ray-caster. What is the practice by always deleting resources before you allocate them. Also, why are you not unbinding and deleting the buffers on...
I get some errors `malloc_consolidate(): invalid chunk size`. It can probably be fixed by changing the numbers 384, 768, 1152 to be an even multipla of 16*max_concurrency.