Kaan Akşit

Results 15 comments of Kaan Akşit

I want to share what I have been doing so far with your PyOptix. ![rendered_scene](https://user-images.githubusercontent.com/191201/45442663-77ad2700-b677-11e8-816a-33f98ab9d8a6.png)

Vaktin olunca lütfen cevap yaz. Eğer uygun olursan seninle konuşmak istiyorum.

I can't agree more. Panorama is a great add-on. Thank you for making it possible! Does anyone know where do panorama store the list of tabs in the local? I...

Commit a88fef455bfd1ec7bcaff86fe1623b2b0a84eb8d resolves this issue in `odak.learn.wave.propagate_beam` with `zero_padding=[False, False, False]`: ``` zero_padding : list Zero padding the input field if the first item in the list set true. Zero...

To remove `scipy` from `requirements.txt`: https://github.com/kunguz/odak/blob/d3ac9c90a4769b537729a38e061ae2c666ee4f6f/requirements.txt#L6 All needed is to replace this line: https://github.com/kunguz/odak/blob/e8de761740c73093789e7f721b282fdcd0940703/odak/tools/file.py#L13

In the current `setup.py`, `install_requires` is deeply connected to `requirements.txt`: https://github.com/kunguz/odak/blob/c626d4024a314780a62cb71218e534d2a3ce7519/setup.py#L7-L12 At the bare minimum, `torch` and `numpy` are everything `odak` needs truly. These two dependencies can be the most...

`requirements.txt` is also used by GitHub to map dependencies across repositories. Their statistics on dependencies and dependents or things like `used by` feature require `requirements.txt` to be available at a...

8f24ef2f707cf00f71c0327ccd87e4c93d19926c Removes `scipy` from dependencies. In the next release, `0.2.0`, pip version won't be needing `scipy`. 36c49d159cab382a8f4c4c16346c3cd6fd5c3e00 Removes `finufft` from dependencies. In the next release, `0.2.0`, pip version won't be...

@USTCNing Thank you for using `odak`. I received your enquiry. Please stay tuned for updates. I will keep you informed as we add this functionality of propagating multiple holograms in...

Thank you for your fast reply! Here is the outcome from running a `moderngl` instance: ``` $ python3 -m moderngl moderngl 5.6.0 -------------- vendor: NVIDIA Corporation renderer: GeForce RTX 2070/PCIe/SSE2...