Vassillen Chizhov

Results 12 issues of Vassillen Chizhov

If I have comments `# some comment here` in a pgm file, tev crashes upon trying to open it. It works fine with pgm files not containing comments however.

### Describe the bug When I use fullscreen mode with manimGL v1.6.1 on Windows 10 there is an empty bar at the bottom of the screen through which I can...

bug

### Describe the error In the UpdatersExample in the [example scenes](https://3b1b.github.io/manim/getting_started/example_scenes.html), the line: `lambda m: m.set_width(w0 * math.cos(self.time - now))` results in an error. In order for this to match...

The two functions: `get_hull_area` and `sum` seem to be unused.

Addresses issues: #9, #15, #18, #26, #54, #58, #65, #67, #69. Haven't tested compiling it on anything except MSVC 2019. Though I have tried to keep it compiler agnostic.

Various rendering modes could be added for various integrators. For instance: binary, depth, normals, albedo, whitted, path tracing, AO, and so on. A slider should be provided in imgui or/and...

For denoising and temporal reprojection it would be useful to have multiple passes. For instance something like shadertoy, where one can bind different buffers to different passes, and different resources....

Upon finalizing a rasterizer that matches the ray-tracer, a hybrid mode may be added. The result of the primary rays will be a product of the rasterizer, while any subsequent...

Light sources which can be used in rasterization can also be used in RT. It will be nice to have a correspondence between the rasterizer and the ray-tracer (at least...

For the sphere primitive a 4x4 matrix can be uploaded instead of a center and radius. This allows supporting any form of ellipsoid if the code can be adapted to...