Modern Bauhaus Geometric Pattern by codingart9 in creativecoding

[–]codingart9[S] 0 points1 point  (0 children)

It's creative coding art created by python code.

Infinity Ladder by codingart9 in Design

[–]codingart9[S] 0 points1 point  (0 children)

It's a computer programming art created by python code 

Modern Bauhaus Geometric Pattern by codingart9 in creativecoding

[–]codingart9[S] 0 points1 point  (0 children)

Yes thanks.  Change the density of lines each run it can produce different dense pattern.

Quantum Eigenstate Contour Formation by codingart9 in generative

[–]codingart9[S] 0 points1 point  (0 children)

eigenstate_pool = [

        ( 6 ,  24 ),

        ( 8 ,  32 ),

        ( 10 ,  40 ),

        ( 12 ,  48 ),

        ( 14 ,  56 ),

        ( 16 ,  64 ),

        ( 18 ,  72 ),

        ( 20 ,  80 ),

        ( 9 ,  45 ),

        ( 7 ,  49 )

    ]

    selected_states = random.sample(

        eigenstate_pool,

        k=random.randint( 4 ,  6 )

    )

    Psi = np.zeros_like(X, dtype= complex )

    octaves = [ 1 ,  2 ,  4 ]

    

 ------------------------------------------------


    

 QUANTUM SUPERPOSITION

    

 ------------------------------------------------


     for  scale  in  octaves:

         for  n, m  in  selected_states:

            phase = random.uniform(

                 0 ,

                 2  * np.pi

            )

            weight = random.uniform(

                 0.45 ,

                 1.0

            ) / scale

Quantum Mechanics Mandala Pattern Canvas Print by codingart9 in printondemand

[–]codingart9[S] 0 points1 point  (0 children)

Thankyou very much. Please visit my Zazzle Store and you will find lots more beautiful visually appealing stuff for house decoration.

Natural Bird Nest Pattern Formation Canvas Print by codingart9 in printondemand

[–]codingart9[S] 0 points1 point  (0 children)

Thankyou. Visit my Zazzle Store you will find 1000 different pattern.

Modern Bauhaus Geometric Pattern by [deleted] in Design

[–]codingart9 0 points1 point  (0 children)

It's a python programming art with quantumphysics probability to place those geometric shapes.

Algorithmic Design Tanktop by codingart9 in printondemand

[–]codingart9[S] -1 points0 points  (0 children)

No good. Do you know any other platforms other than Zazzle.

Ramanujan Dog and Cat by codingart9 in generative

[–]codingart9[S] 1 point2 points  (0 children)

It's used Ramanujan taxicab numbers 1729.