Haeri

Results 19 issues of Haeri

The math classes, especially the vectors and matrices would greatly profit from SIMD as it would boost the performance by paralleling operations. https://software.intel.com/en-us/articles/simd-made-easy-with-intel-ispc

enh
perf

The shadow camera needs to be updated according to the view frustum

enh
rend

I left out the precomputed BRDF for the specular term. This should also be considered https://learnopengl.com/PBR/IBL/Specular-IBL

enh
rend

Rendering API should allow for to render multiple instances of the same mesh at once,

enh
rend
perf

Electron doc: https://www.electronjs.org/docs/latest/tutorial/launch-app-from-url-in-another-app _Originally posted by @mwoz123 in https://github.com/Haeri/MonolithCode2/issues/19#issuecomment-1086567246_

## Updating existing application ### Checklist - [x] I have read and completed the checklist of [Submission Guide](https://github.com/electron/apps/blob/master/contributing.md#submission-guidelines) - [x] My application is open-source and has been created for at...

### Issue description I am trying to find a good way to convert my parquet file into a CSV file. I've found mention of CSV format in Row.cs with the...

**Describe the bug** Windows static version of ffmpeg fails with the following message: ``` CMake Error at build/vcpkg_installed/x64-windows-static/share/ffmpeg/FindFFMPEG.cmake:68 (find_library): Could not find FFMPEG_DEPENDENCY_psapi_RELEASE using the following names: psapi ``` **Environment**...

requires:repro
Stale

I am a bit surprised that I wasn't able to find any other issues or discussions about this topic, especially seeing that we are able to have a transparent window...

enhancement