nfengine icon indicating copy to clipboard operation
nfengine copied to clipboard

Game engine

Results 90 nfengine issues
Sort by recently updated
recently updated
newest added

- [x] write unit tests for BVH - [ ] write performance tests (insertion, deletion, queries, different object distributions, etc.) - [x] optimize adding / removing / updating tree leafs...

enhancement
medium priority
huge

- nfRendererDemo / nfRendererPerfTest - draw calls performance - resource binding performance - resource creation/deletion performance - resource updates performance - multithreading

medium priority
new feature
medium

- [ ] CollisionShapeConverter is not added to VS solution at all... - [ ] Add both projects to Linux build - [ ] Fix style - [ ] Add...

enhancement
medium priority
medium

When directory watcher is implemented, use it for shaders hot-swappig. TODO: - [ ] Synchronization of async shader loading and rendering thread - [ ] Assurance that compilation error in...

medium priority
new feature
medium

Dynamic allocations definitely should be avoided. During code review of Renderer refactoring I found multiple parts with comment "TODO: Dynamic allocation should be avoided." Fix all such situations (leave only...

enhancement
medium priority
medium

nfEngineDemo should have a simple integrated Editor. Features: - [ ] Picking an entity will select it and enable an Editor window, which will list all components attached to it....

medium priority
new feature
medium
proposal

- dual viewport rendering - can be handled with geometry shader and render target array - research required - better culling / pixel rejection - we don't need to draw...

low priority
new feature
huge

An interface needs to be created that will communicate with VR devices. It should be able to: - gather VR device information - get required rendering mode (resolution, distortion parameters,...

low priority
new feature
huge

http://www.gabrielgambetta.com/fast_paced_multiplayer.html http://gafferongames.com/networking-for-game-programmers/

low priority
new feature
huge
proposal

As in the title.

medium priority
new feature
huge