Results 25 issues of Lookey

Right now Image module is a one pile of code, which somehow handles multiple formats. Things to be done: - [x] Refactor - [x] Reorganize the code into separate files...

enhancement
medium priority
medium

Some OS's already migrated to Wayland and may not work fully with us. Using native Wayland might also have its perks and be more future proof. - [ ] Implement...

enhancement
low priority
medium

As an example in Assertion.cpp shows, sometimes we might want to create a popup window through Window Manager on OS. While on Windows it is as easy as calling a...

enhancement
low priority
small

Launching nfEngineDemo on Debug profile causes STL "vector array subscript out of range" assertion fail on MultiPipelineState.cpp @ 292.

bug

This task is a mega-task, which is only a pass-through to navigate to our Renderer progress spreadsheet. https://docs.google.com/spreadsheets/d/1Kl3_I9YdRSvWKjz-bxoUPqlyoaC7tmRHKzNL0_X7MZs/edit#gid=0 To be closed when everything above will be finished at 100%.

medium priority
new feature
huge

libpacker is missing various functions which will help us to use it with nfEngine and outside of the project: - Add accessing data through InputStream - read and decompress (this...

enhancement
low priority
medium

Right now performance tests of specific modules are kept together with unit tests. Unit tests should be performed fast, because doing precise performance tests might take a while - Create...

enhancement
medium priority
small

Continuation of #1 Right now Packer handles only one type of resource - files from filesystem. Following improvements must be done to Packer code to handle other resources: - [...

enhancement
medium priority
medium

www.appveyor.com provides CI services for Windows projects (VS-based). Add support for CI on AppVeyor and provide config file for nfEngine: - Build project every time a commit pushed to devel...

enhancement
low priority
small

Google Drive sometimes performs minor fails when trying to pack and send entire archive with deps. This makes using it much more difficult - we need our own solution to...

enhancement
medium priority
huge