Denis Vasilyev

Results 17 issues of Denis Vasilyev

I benchmarked the notorious `sl` train on MartyPC, which cycle-accurately emulates 8088 hardware. Results are as follows: Last year commit 2d489a19f71e8dd63beb669ba8ea33acf845e5a1: ``` ELKS 0.8.0-dev login: root # time sl Real...

bug

**Describe the bug** I attempted to use the mouse in MartyPC while running ELKS, following the provided [instructions](https://github.com/dbalsom/martypc/wiki/Machine-Configuration). However, the mouse does not work. In QEMU, running the same ELKS...

bug

This is continuation of Paint discussion started in #2269 > Notably, Windows 3.0 in MartyPC performs better in this regard — the cursor is noticeably more responsive, even at 60Hz....

#### Description: After updating `numpy` to version **2.2.2** in Anaconda, I encountered issues when trying to install `pyshtools` from `conda-forge`. The installation process forces a downgrade to `numpy 1.x`. Similarly,...

This issue may be related to Issue https://github.com/mmp/pbrt-v4/issues/385#issue-1914145907 I am rendering sphere approximations created from bilinear patches obtained by subdividing a cube. The left sphere uses vertex normals pointing radially...

I've been experimenting with the awesome bilinear patches and noticed some unexpected behavior from the MLT integrator in the following scene. It appears that MLT converges to different solutions depending...

This PR introduces a small fix to `FrDielectric` to properly handle negative indices of refraction (IOR). While the interpretation of `eta` changes slightly for left-handed media, its value remains positive....