Janis

Results 91 issues of Janis

- [ ] has-reproduction - [ ] feature - [ ] docs - [ x] blocking - [ ] good first issue The query below is valid and tested, but...

Hi am testing examples with cuda and vulkan, and its always around 10 fps. Is this expected or I need additional work for release/performance run?

After step 3 i got alert "1 iteration..." and nothing happens

Can I som-have guarantee, that a new thread is not executed before previous has finished?

``` C:\Projects\RT\forks\RadeonRays_SDK>cmake -G "Visual Studio 14 2015 Win64" CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but...

``` class MovementSystem extends System { var entitySet:EntitySet; public override function init() entitySet = em.getEntitySet([CPosition, CMonster]); public override function loop() { entitySet.applyChanges(); // **what changes at this point?** for(entity in...

The idea: Additionally to current params we can add: - group index - persistence flag If persistence flag is set, we don't need to redraw debug shape on every tick....

enhancement
future

I like how it looks and works, but keeping track of what is highlighted to remove it later can be cumbersome. So maybe there could be an additional option, and...

enhancement