Nikolaos Kyriazis
Nikolaos Kyriazis
### Describe your feature request It'd be great if `render` was either explicitly stepped or returned a generator, so that results can be accesses as soon as they become available....
Example : ```bash > grep "mk;" /opt/retropie/configs/all/arcade_res_table.txt galagamk;"Galaga (Midway set 2)";288x224@60;V grdnstrmk;"Jeon Sin - Guardian Storm (Korea)";256x224@57;V gulfstrmk;"Gulf Storm (Korea)";384x240@60;V mk;"Mortal Kombat";[email protected];H > grep "^mk;" /opt/retropie/configs/all/arcade_res_table.txt mk;"Mortal Kombat";[email protected];H ```
In the benchmarks, I see that in general (VA and Brunel) Spike is faster than Genn. However, in the brunel w plasticity case, Spike is an order of magnitude slower...
What would it take to widen support to non-rpi systems? I can't get it working on a Jetson TK1 out-of-the-box, so I'm wondering how much of it is due to...