Fractal Orbit

  • 58 Replies
  • 26860 Views
*

WriterOfMinds

  • Trusty Member
  • ********
  • Replicant
  • *
  • 606
    • WriterOfMinds Blog
Re: Fractal Orbit
« Reply #15 on: February 06, 2018, 04:23:35 pm »
Quote
For multiple parents, "up" could mean parent and "down" could mean child. When dragging, the thing would move as if it was projected on a sphere.

That's what I was mainly getting at with my question about multiple inheritance ... if a circle has multiple parents, how does it get drawn?  Would it and its children be duplicated in more than one place, or ... ?

Quote
May I ask would this be compatible with Acuitas' knowledge base?

Possibly.  Acuitas' knowledge is more of a sprawling directed graph than a collection of trees, though, so I wonder if it would be presented well by this visualization.

*

Zero

  • Eve
  • ***********
  • 1287
Re: Fractal Orbit
« Reply #16 on: February 06, 2018, 04:57:07 pm »
Thinking about it, as it is today, "inside" means parent and "outside" means child. So after all, multiple inheritance should mean "multiple insides". I don't know how it would translate visually in 2D though. I guess 2D is inherently reaching its limits here.

https://www.youtube.com/watch?v=9yW--eQaA2I

 :o Insane stuff.

A 2D interface showing only "slices" of data would be hard to use.

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1723
    • mind-child
Re: Fractal Orbit
« Reply #17 on: February 06, 2018, 06:44:44 pm »
... if a circle has multiple parents, how does it get drawn?  Would it and its children be duplicated in more than one place, or ... ?
What are even the options?

*

WriterOfMinds

  • Trusty Member
  • ********
  • Replicant
  • *
  • 606
    • WriterOfMinds Blog
Re: Fractal Orbit
« Reply #18 on: February 06, 2018, 11:09:41 pm »
One approach would be replication ... drawing a copy of the child circle next to each of its parents. Another would be to draw the child circle only once, but get it to touch or connect with each of the parents. I think Zero is suggesting some sort of folding or curvature through 3D space to accomplish this.  It sounds hard.

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1723
    • mind-child
Re: Fractal Orbit
« Reply #19 on: February 06, 2018, 11:44:58 pm »
Another would be to draw the child circle only once, but get it to touch or connect with each of the parents.
Possible, but UI gets complicated up when introducing new kind of links. How about simply drawing another, inexisting child, to label it "parents", and to put all the multiple parent references in orbit around it?

I think Zero is suggesting some sort of folding or curvature through 3D space to accomplish this.  It sounds hard.
My brain gets intricated when thinking about higher dimensions  :o
« Last Edit: February 07, 2018, 01:34:13 pm by ivan.moony »

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Fractal Orbit
« Reply #20 on: February 07, 2018, 07:48:00 am »
Look up fractal compression,  but it doesnt look that helpful to me,   but I dont want to share my actual idea because its too precious to me.

But I will say this->

If I were to do video compression with fractals,   id put the next image inside of the last image, and would come to a really large picture at the end.

Putting things inside things, so it comes out in a zoom.

Interesting stuff!
« Last Edit: February 07, 2018, 08:25:31 am by ranch vermin »

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Fractal Orbit
« Reply #21 on: February 07, 2018, 09:08:55 am »
Just think, if you had a scale invarient key,  you could use this to capture the up close parts to the distant parts that are similar to it,  and use the exact same photo patch for both.

This works i think,  it was a part of my automatic 3d system,  and it would also do this "scope like" compression,  of seeing the same thing over and over and at different scales.

I know alot more too,  but I have to keep it secret.  But fractals are really amazing.


[edit]
here i found this. https://www.youtube.com/watch?v=k_0owN2E8-E
« Last Edit: February 07, 2018, 12:18:17 pm by ranch vermin »

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1723
    • mind-child
Re: Fractal Orbit
« Reply #22 on: February 07, 2018, 01:37:10 pm »

*

keghn

  • Trusty Member
  • *********
  • Terminator
  • *
  • 824
Re: Fractal Orbit
« Reply #23 on: February 07, 2018, 03:37:54 pm »

*

WriterOfMinds

  • Trusty Member
  • ********
  • Replicant
  • *
  • 606
    • WriterOfMinds Blog
Re: Fractal Orbit
« Reply #24 on: February 07, 2018, 06:47:04 pm »
Quote
How about simply drawing another, inexisting child, to label it "parents", and to put all the multiple parent references in orbit around it?

So references to extra parents would be drawn like additional children (or grandchildren)? In a sense that inverts the organizational hierarchy, but it might work out just fine.

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1723
    • mind-child
Re: Fractal Orbit
« Reply #25 on: February 07, 2018, 10:20:26 pm »
Just polishing some static rotation details. Should be better organized now.

I think I'll save some time for the next week to get into dynamics.

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Fractal Orbit
« Reply #26 on: February 07, 2018, 11:49:36 pm »
sorry for bringing up all this data stuff about fractals...   i can see your just making some nice patterns,  i always overblow things woops.

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1723
    • mind-child
Re: Fractal Orbit
« Reply #27 on: February 07, 2018, 11:56:47 pm »
It is really nothing complicated. First I range over orbit circles. If a circle is bigger than 5 pixels, I draw surrounding bounds and step into recursion. If it is less than 5 pixels, I just draw bounds and skip to the next circle. What will be finally drawn inside circles (as data) will completely depend upon end programmer, I'll just scale it to fit bounds.

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1723
    • mind-child
Re: Fractal Orbit
« Reply #28 on: February 23, 2018, 06:01:46 pm »
WriterOfMinds, you asked about showing multiple parents.

I've been composing some combinations, and l think the first image could be some solution.

The second image is there just for its aesthetic value, magnification decay could be too big to hold anything useful, but I find the pattern beautiful.

In both cases it is the same algorithm, but with different magnification decays.

*

ranch vermin

  • Not much time left.
  • Terminator
  • *********
  • 947
  • Its nearly time!
Re: Fractal Orbit
« Reply #29 on: February 24, 2018, 12:49:39 am »
beautiful piece there,  maybe it could be a basis for a game.   when I do my 3d fractals I could use them as a terrain for a wargame.

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
Today at 01:31:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

322 Guests, 0 Users

Most Online Today: 346. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles