Announcement

Collapse
No announcement yet.

Just for fun

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Just for fun

    A rotating two-dimensional projection of the four-dimensional tesseract.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    #2
    It's like some kind of freaky jellyfish...
    samhobbs.co.uk

    Comment


      #3
      ..and he built a crooked house (Robert Heinlein)

      Comment


        #4
        Someone on another forum I go to has something like that as their avatar.
        I'd rather be locked out than locked in.

        Comment


          #5
          You..........my great and good friend are just............

          shall we say...........EVIL:

          First.....historically.,................

          http://www.geom.uiuc.edu/~banchoff/Flatland/

          second

          http://en.wikipedia.org/wiki/Tesseract

          Third....

          inside out staircase when you were in the third grade

          and........the beloved Sean Connery..........

          http://en.wikipedia.org/wiki/The_Nam...ose_%28film%29

          You, my friend, really ARE......just EVIL!! lol

          woodsnowhogisaverydeepthinkersmoke
          Last edited by woodsmoke; Mar 26, 2015, 11:18 PM.

          Comment


            #6
            Stare at one "edge" and try to follow it through the entire sequence.

            Mind --> blown

            Comment


              #7
              % )



              And this is what my youngest boy does on a daily basis, if you see an "image" of the "universe" from the "Sloan Sky Project" you are seeing his mathematics........they have changed "models" three times in the last 7 years.

              yes.

              woooooooodddddddd............looooook.......aaaaaa aaattttt theeee eeeedggeeee.............

              loooooooooooooooooookkkkkk.........aaaattttt...... ......theeeeeeeeeeeeeee eeedddgggeeeeeeeeeee...smoooooookkkkkkkke

              Comment


                #8
                Stare at one "edge" and try to follow it through the entire sequence. Mind --> blown
                Yes. As a vertex recedes into the "back," I think it's cheating to get to use another dimension to pop back around without ripping the structure!
                An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

                Comment


                  #9
                  he he ,,,,,,,,,,,so following instructions from @OneLine hear ,,,, https://www.kubuntuforums.net/showth...ma-qml-widgets

                  I made me a animatedplasmoid of @snowhog's tesseract.



                  one thing ,,,,,,,where @OneLine is showing
                  Code:
                  import QtQuick 2.0
                  
                  Rectangle {
                      width: animation.width +26; height: animation.height +26
                  
                      AnimatedImage { id: animation; source: "/home/oneline/Pictures/gif/hedgehog.gif" }
                  for the "main.qml" you will get an error wile loading your plasmoid of "unexpected token '{'" we are missing the closing "}" it should look like

                  Code:
                  import QtQuick 2.0
                  
                  Rectangle {
                      width: animation.width +26; height: animation.height +26
                  
                      AnimatedImage { id: animation; source: "/home/oneline/Pictures/gif/hedgehog.gif" }
                  }
                  but then it all works just so cool

                  VINNY
                  i7 4core HT 8MB L3 2.9GHz
                  16GB RAM
                  Nvidia GTX 860M 4GB RAM 1152 cuda cores

                  Comment

                  Working...
                  X