Zoltán Dócs
Zoltán Dócs
Hello, not sure if this is intentional but the project's github wiki is publicly editable. I tried adding a page which is visible in the [wiki's git history](https://github.com/vicky002/AlgoWiki/wiki/_history). You might...
Hi, today v1.8.5 of the extension has been published on the [chrome store](https://chromewebstore.google.com/detail/streamkeys/ekpipjofdicppbepocohdlgenahaneen). The changes are not reflected in the repo and it is asking for a bunch of extra...
Add a version field to the ifsjson format to detect when unsupported params are loaded.
Currently all the plugin snippets are inserted into the kernel and compiled at once, so it's difficult to tell where the syntax error lies in the plugin file.
Design and implement a palette editor gui. It should open in a new window and let's the user create, edit and save palettes. Starting point: similar to ChaosHelper, but with...
Implement the option "Apply Watermark" in the settings window, which prints the author name/logo/something on the artwork automatically.
Such as: - Display a windows notification - Export the image - Shutdown the computer - ...
This would enable the integration of IFSRenderer into existing animation pipelines. The goal would be importing a CSV file containing various animation channels, primarily for camera parameters. The request comes...
Some planetarium domes have their projectors set up with an offset/angle away from the center. Adding an extra parameter to the fisheye projection would solve the issue. I'm not too...
At very high resolutions like 16K+ square dimensions, parts of the image is being clipped. First thought is that its an integer overflow problem when indexing the histogram buffer, needs...