Justin

Results 4 issues of Justin

Following the pattern of the "Basic Interaction" example, I created a collection of nodes with unique IDs. I have a global `nextNodeId` variable which starts at 1 and is incremented...

faq

I've created a `Pin` struct that contains an `ed::PinId`. I'm storing `Pin`s in an `unordered_map`, mapping `int` to `Pin`. (Originally, I tried to create a `unordered_map` but it complained that...

faq

I followed the steps in the README to build the example. I successfully ran the `cmake ../` command. After installing GnuWin32, when I run the `make` command, I get the...

I'm trying to run the "massive" project 9a. The program starts and OpenCL seems to initialize properly. I stepped through the code and found that it usually freezes in `Kernel::Run()`...