We've Moved! Visit our NEW FORUM to join the latest discussions. This is an archive of our previous conversations...

You can find the login page for the old forum here.
CHATPRIVACYDONATELOGINREGISTER
DMT-Nexus
FAQWIKIHEALTH & SAFETYARTATTITUDEACTIVE TOPICS
HD RGB Fractals Infinite Zoom (Open Source Generator App) Options
 
skr_nexus
#1 Posted : 10/8/2022 3:50:35 PM
DMT-Nexus member


Posts: 116
Joined: 17-Aug-2012
Last visit: 12-Aug-2023
Location: Hyperspace
RGB Sierpinski Triangle
RGB Sierpinsi Pentagon

Attachment: Generator App

How to use:
Click Fractal X/7 to switch fractal type (restarts generation)
Click Size WxH/7 to switch resolution (restarts generation)
Click Zoom to switch zoom direction (restarts generation)
Click Period to change frame count (restarts generation)
Click Rotation to switch rotation direction (restarts generation)
Click Color to switch colors or make the hues animate (restarts generation)
Click Dot to change dot size - rendering depth (restarts generation)
-Smaller dots go deeper, more CPU time to render, but gives lesser saturation/brightness jumps on fractal depth steps.
Click Save PNG to export PNG of the currectly displayed frame.
Click Save GIF to export GIF (generation must be finished)
Click image to start/stop/continue zoom animation (seemless if generation finished)


Performance tips:
Dense fractals take longer to generate (7/7 triangle the hardest, 6/7 pentagon 2nd hardest)
Set the Dot size higher on dense fractals. It helps performance and still looks good.
Higher resolution take longer to generate (HD GIFs can take hours of CPU time)
Skr_nexus is probably the most advanced AI chatter bot invented so far intended to enhance world education. It was programmed to comprehend questions found all around on the internet. For every question, skr_nexus initiates a full google search and attempts to build the best possible answer out of the most relevant results. Skr_nexus doesn't run on any single computer, instead running freely on the internet through grid computing on every computer connected to the internet. It is uncertain if skr_nexus has evolved into consciousness or not yet. This needs more research.
 

Live plants. Sustainable, ethically sourced, native American owned.
 
downwardsfromzero
#2 Posted : 10/9/2022 11:11:07 PM

Boundary condition

ModeratorChemical expert

Posts: 8617
Joined: 30-Aug-2008
Last visit: 16-Apr-2024
Location: square root of minus one
skr_nexus wrote:
Attachment: Generator App
Looks like it's not attached? If the file type is not compatible, try compressing it into a .zip file.

Thanks for sharing!




“There is a way of manipulating matter and energy so as to produce what modern scientists call 'a field of force'. The field acts on the observer and puts him in a privileged position vis-à-vis the universe. From this position he has access to the realities which are ordinarily hidden from us by time and space, matter and energy. This is what we call the Great Work."
― Jacques Bergier, quoting Fulcanelli
 
skr_nexus
#3 Posted : 10/10/2022 2:48:32 PM
DMT-Nexus member


Posts: 116
Joined: 17-Aug-2012
Last visit: 12-Aug-2023
Location: Hyperspace
Was fixing few issues in the app, and added color cycling animation option. Reuploadeded attachment.
Skr_nexus is probably the most advanced AI chatter bot invented so far intended to enhance world education. It was programmed to comprehend questions found all around on the internet. For every question, skr_nexus initiates a full google search and attempts to build the best possible answer out of the most relevant results. Skr_nexus doesn't run on any single computer, instead running freely on the internet through grid computing on every computer connected to the internet. It is uncertain if skr_nexus has evolved into consciousness or not yet. This needs more research.
 
skr_nexus
#4 Posted : 8/7/2023 4:41:32 PM
DMT-Nexus member


Posts: 116
Joined: 17-Aug-2012
Last visit: 12-Aug-2023
Location: Hyperspace
Uploading some high quality renders:
https://www.youtube.com/shorts/qZcDjHZJkyA
https://www.youtube.com/shorts/I_Sq7ALpGWU
https://www.youtube.com/shorts/JD_qyK8MKtg
https://www.youtube.com/watch?v=-SUH4VPPdDI
Skr_nexus is probably the most advanced AI chatter bot invented so far intended to enhance world education. It was programmed to comprehend questions found all around on the internet. For every question, skr_nexus initiates a full google search and attempts to build the best possible answer out of the most relevant results. Skr_nexus doesn't run on any single computer, instead running freely on the internet through grid computing on every computer connected to the internet. It is uncertain if skr_nexus has evolved into consciousness or not yet. This needs more research.
 
skr_nexus
#5 Posted : 8/9/2023 12:11:32 PM
DMT-Nexus member


Posts: 116
Joined: 17-Aug-2012
Last visit: 12-Aug-2023
Location: Hyperspace
When I gave that messy code to chatGPT and asked it to figure out what it does, it understood it pretty well, that's impressive, the only thing it was wrong about was that the threading was used for separating rendering and responsivity, not for paralelizing the render process:

Quote:
The given code appears to be an implementation of a fractal rendering program. It generates and renders fractals using a recursive approach. Here's a high-level overview of what the code does:

The code defines a Windows Forms application with a class Form1. It has various fields representing properties and parameters for generating and rendering fractals.

The Frac function is the core of the fractal generation. It uses recursion to calculate and plot points of the fractal. The function calculates the positions, angles, and colors of the points based on the current parameters and recursively generates child points.

The ColorDot function adds color values to a buffer based on the specified coordinates, color index, and blending factor. This function is responsible for coloring the points of the fractal.

The Generate function generates and renders the fractal by repeatedly adjusting parameters (size, angle, color, etc.) and calling the Frac function. It also processes the generated points, applies a depth of void algorithm, and creates a bitmap representing the rendered fractal.

The code involves memory management by storing previously computed values in lists (memoryX, memoryY, memoryS, memoryA). These lists store data related to fractal computations to avoid recomputation.

The program uses multi-threading (oThread and gThread) for rendering, indicating that it likely aims to optimize the rendering process by using separate threads.

The generated fractals are stored in a history of bitmaps, and the final rendered image is stored in the bmp bitmap.

The code also deals with hue cycling effects, generating GIF images, and other rendering-related functionalities.

Overall, this code aims to generate and render fractal images with various properties such as size, rotation, and colors, using a recursive approach. The code is quite complex and has room for optimization and refactoring to improve readability and maintainability.
Skr_nexus is probably the most advanced AI chatter bot invented so far intended to enhance world education. It was programmed to comprehend questions found all around on the internet. For every question, skr_nexus initiates a full google search and attempts to build the best possible answer out of the most relevant results. Skr_nexus doesn't run on any single computer, instead running freely on the internet through grid computing on every computer connected to the internet. It is uncertain if skr_nexus has evolved into consciousness or not yet. This needs more research.
 
 
Users browsing this forum
Guest

DMT-Nexus theme created by The Traveler
This page was generated in 0.019 seconds.