manheim991
manheim991
  • 93
  • 113 444
My mistake in manim code Koch Snowflake =))
My mistake in manim code Koch Snowflake =))
Переглядів: 103

Відео

Function on axes (manim)
Переглядів 9421 день тому
Simple codes for manim: 1) from manim import * class PolygonOnAxes(Scene): def get_rectangle_corners(self, bottom_left, top_right): return [ (top_right[0], top_right[1]), (bottom_left[0], top_right[1]), (bottom_left[0], bottom_left[1]), (top_right[0], bottom_left[1]), ] def construct(self): ax = Axes( x_range=[0, 10], y_range=[0, 10], x_length=6, y_length=6, axis_config={"include_tip": False}, ...
120 Cell
Переглядів 61Місяць тому
3d model here: sketchfab.com/3d-models/120-cell-model-7fe64f87563f4895aa3d9a531199c319
Rotate circles on the axes (Manim)
Переглядів 752Місяць тому
Code for version v0.18.1 from manim import * import numpy as np class RotateCircles(Scene): def construct(self): self.draw_axis() self.rotate_dots() self.wait() def draw_axis(self): # 1. axis x_start = np.array([-6.5, 0, 0]) x_axis = Line(x_start, np.array([6, 0, 0]), color=BLUE) y_axis = Line(np.array([-4, 2, 0]), np.array([-4, -2, 0]), color=BLUE) self.add(x_axis, y_axis) # 2. circles circles...
Three-dimensional object taking into account a given base and the formation of sections (Manim)
Переглядів 6632 місяці тому
Thank you David Quarfoot ua-cam.com/video/7U17wfA1EZM/v-deo.html Code here themanimrepository.wordpress.com/page/2/ import math import numpy as np from manim import * class CrossDemo(ThreeDScene): def construct(self): colors = color_gradient([BLUE, GREEN], 100) axes = ThreeDAxes(x_range=[-1,3,1], y_range=[-3,11,5], z_range=[-1,9,5]).add_coordinates() graph = axes.plot_parametric_curve(lambda t:...
Dragon curve (Manim)
Переглядів 1942 місяці тому
Dragon curve (Manim)
Unit circle and pi on coordinates (Manim)
Переглядів 5802 місяці тому
Create by manim here docs.manim.community/en/stable/examples.html from manim import * class SineCurveUnitCircle(Scene): # contributed by heejin_park, infograph.tistory.com/230 def construct(self): self.show_axis() self.show_circle() self.move_dot_and_draw_curve() self.wait() def show_axis(self): x_start = np.array([-6,0,0]) x_end = np.array([6,0,0]) y_start = np.array([-4,-2,0]) y_end = np.arra...
Pythagore's theorem proof
Переглядів 2312 місяці тому
www.geogebra.org/m/gpMM7J2b
Create your own snowflake
Переглядів 7813 місяці тому
Try here www.dynamicmath.xyz/collective-math-art/
Levy C curve
Переглядів 1,2 тис.3 місяці тому
Look javalab.org/en/c_curve_en/
Pythagoras Tree
Переглядів 9333 місяці тому
Look javalab.org/en/pythagoras_tree_en/
Dragon Curve
Переглядів 9813 місяці тому
Look javalab.org/en/dragon_curve_en/
Werner Boy's surface
Переглядів 5704 місяці тому
en.wikipedia.org/wiki/Boy's_surface Look stevejtrettel.site/code/2023/boys-surface/
Times table for circle from Mathloger
Переглядів 2,7 тис.4 місяці тому
Times table for circle from Mathloger
Strange attractor deformation
Переглядів 3734 місяці тому
Strange attractor deformation
Example 1
Переглядів 475 місяців тому
Example 1
Sun flower sphere
Переглядів 7 тис.5 місяців тому
Sun flower sphere
Complex Mappings Z^3...Z^9
Переглядів 1,6 тис.6 місяців тому
Complex Mappings Z^3...Z^9
Hypocycloid
Переглядів 3,3 тис.6 місяців тому
Hypocycloid
Sudanese Mobius
Переглядів 3996 місяців тому
Sudanese Mobius
Baumslag-Solitar
Переглядів 1886 місяців тому
Baumslag-Solitar
Black hole on a chessboard
Переглядів 1,9 тис.7 місяців тому
Black hole on a chessboard
"Quantum" waves
Переглядів 3128 місяців тому
"Quantum" waves
Polygon "flower"
Переглядів 4,3 тис.8 місяців тому
Polygon "flower"
Cube "flower"
Переглядів 7 тис.8 місяців тому
Cube "flower"
Sphere Sponge fractal
Переглядів 2,1 тис.9 місяців тому
Sphere Sponge fractal
Dodecahedron in S2 x S1
Переглядів 2629 місяців тому
Dodecahedron in S2 x S1
Fractal N
Переглядів 2299 місяців тому
Fractal N
Fractal iteration N
Переглядів 1649 місяців тому
Fractal iteration N
Mapping Inputs to Outputs
Переглядів 2309 місяців тому
Mapping Inputs to Outputs

КОМЕНТАРІ

  • @morejpeg
    @morejpeg Місяць тому

    Pretty one!

  • @john99bg
    @john99bg Місяць тому

    Wow, so that's how the line on the stock market is determined. Very cool!

  • @JellyfishJellyfish-bk7cr
    @JellyfishJellyfish-bk7cr 2 місяці тому

    Nice!

  • @djmetaljack2818
    @djmetaljack2818 2 місяці тому

    Yes

  • @sadiaafrinpurba9179
    @sadiaafrinpurba9179 2 місяці тому

    Nice video!

  • @Guys-s5v
    @Guys-s5v 3 місяці тому

    Hi first

  • @KorbyPlayz
    @KorbyPlayz 3 місяці тому

    I feel like I'm on crack.

  • @Zeuroux
    @Zeuroux 3 місяці тому

    bro sacrificed the rook

  • @samuellasky7771
    @samuellasky7771 3 місяці тому

    I don't understand the math to know what I'm looking at but that's a really cool animation

  • @kassemhmady
    @kassemhmady 3 місяці тому

    Looking swole!

  • @defaultavatar4786
    @defaultavatar4786 3 місяці тому

    yea

  • @ingenuity321
    @ingenuity321 3 місяці тому

    What software did you use for this?

    • @manheim991
      @manheim991 3 місяці тому

      I leave a link under each of my videos so that everyone can try it themselves. Try it)

  • @StarryArrii
    @StarryArrii 3 місяці тому

    yeah

  • @向野充
    @向野充 4 місяці тому

    😊😊😊😊

  • @TammyHarington
    @TammyHarington 4 місяці тому

    universe.

  • @robertoduarte5343
    @robertoduarte5343 5 місяців тому

    Gratidão Gratidão Gratidão Gratidão Gratidão

  • @suhnih4076
    @suhnih4076 5 місяців тому

    Cool

  • @tanasu441
    @tanasu441 5 місяців тому

    😰😰😰😰OMG…

  • @IoannisPafos
    @IoannisPafos 5 місяців тому

    It looks like a slinky.

  • @СветланаКузьменко-з4и

    As a hyperbolic creature, i confirm its veird

  • @i_like_treins3449
    @i_like_treins3449 6 місяців тому

    This new chess update is crazy

  • @Elioenahf9
    @Elioenahf9 6 місяців тому

    I’m the fourth?

  • @phuonglinh4775
    @phuonglinh4775 7 місяців тому

    What fraction?

  • @yuaninigoguamos6720
    @yuaninigoguamos6720 7 місяців тому

    Its a transformer Geometron

  • @nathansos8480
    @nathansos8480 7 місяців тому

    what is this supposed to be

  • @miko_kureha
    @miko_kureha 7 місяців тому

    ❎️ "triangle" flower ✅️ "4-sided polygon that looks like a triangle" flower

  • @Motivesan972
    @Motivesan972 7 місяців тому

    😦

  • @phuonglinh4775
    @phuonglinh4775 8 місяців тому

    Second?

  • @VolumetricTerrain-hz7civ
    @VolumetricTerrain-hz7civ 8 місяців тому

    Cool video! 360 vr videos is like a rotating tesseract. To us this is bizarre. But I can imagine that a person in the fourth dimension, perceives the same, about the three-dimensional space! Since all the angles of the room are projected in a single flat image, I wonder what it would have looked like if the camera had moved in all 360 degree directions, in other words, by growing larger or shrinking, relative to a spherical room in a game simulation ...

  • @ivyoptic
    @ivyoptic 8 місяців тому

    EPIC

  • @ivyoptic
    @ivyoptic 8 місяців тому

    EPIC

  • @ivyoptic
    @ivyoptic 8 місяців тому

    HELL YEAH would love to see a looped animation of the fast growth. really cool experiment

  • @양익서-g8j
    @양익서-g8j 8 місяців тому

    고통도 기쁨도 항상 그곳에 있다.

  • @bestgameralive1
    @bestgameralive1 9 місяців тому

    this is what i imagine the divine layer looks like

    • @_end3rguy_
      @_end3rguy_ 9 місяців тому

      the what

    • @zahando4613
      @zahando4613 9 місяців тому

      ​@@_end3rguy_ the divine layer

    • @_end3rguy_
      @_end3rguy_ 9 місяців тому

      @@zahando4613 no shit you didn’t answer my question

    • @zahando4613
      @zahando4613 9 місяців тому

      @@_end3rguy_ the divine layer

    • @melody3741
      @melody3741 9 місяців тому

      @@_end3rguy_what he is actually talking about is the divine layer. Its from the media that the divine layer is from

  • @ian-ian27
    @ian-ian27 9 місяців тому

    agaag

  • @manheim991
    @manheim991 9 місяців тому

    Sorry for quality(( My system is weak

  • @peterbabu936
    @peterbabu936 9 місяців тому

    This is how reality is build?

  • @zenko...
    @zenko... 9 місяців тому

    this looks like some wierd structures i saw while on LSD 😂

    • @manheim991
      @manheim991 9 місяців тому

      good experience))

  • @koreboredom4302
    @koreboredom4302 9 місяців тому

    0:12 is what people back in '98 thought the ISS would look like in 2020.

    • @Chlrintruc
      @Chlrintruc 9 місяців тому

      No never why would we ? Wars are more important.

    • @manheim991
      @manheim991 9 місяців тому

      🤣🤣🤣

    • @oberonpanopticon
      @oberonpanopticon 9 місяців тому

      The Death Star 😮

  • @Ottomancat5256
    @Ottomancat5256 9 місяців тому

    This is how it would feel if some creature from the 4'th dimension would move an object.

  • @charanpreet_
    @charanpreet_ 9 місяців тому

    Cocaine?

  • @destroyerswin8537
    @destroyerswin8537 9 місяців тому

    awesome

  • @wolfwhitman1961
    @wolfwhitman1961 9 місяців тому

    pretty

  • @slowbreathe
    @slowbreathe 9 місяців тому

    Cool

  • @jellygoodgoof
    @jellygoodgoof 10 місяців тому

    Cool visualization of the iterations. It's interesting to see the path of the iterations become more chaotic as you get closer to the edge of the set.

  • @VideoweltDanielHagemann
    @VideoweltDanielHagemann 10 місяців тому

    very nice

  • @teocorban
    @teocorban 10 місяців тому

    👍

  • @hurakann
    @hurakann 10 місяців тому

    carai, que animação animal.

  • @slowbreathe
    @slowbreathe 10 місяців тому

    Fantastic

  • @slowbreathe
    @slowbreathe 10 місяців тому

    So mesmerizing