일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 디자인
- flutter
- manim
- 리버팟
- dart
- 수학 애니메이션
- 개발자
- 다트
- column
- vscode
- 유데미 러닝크루
- 유데미
- 프로그래밍
- 파이썬
- 위젯
- python
- 가상환경
- 개발
- 도서
- 맥
- 코딩
- 명령어
- 디자인패턴
- command
- Code Generation
- ExpansionTile
- 리눅스
- linux
- 책
- 플러터
- Today
- Total
목록2025/01/30 (3)
승상의 코딩 블로그
💡 square1 = Square(color=RED).shift(LEFT * 3)manim 을 활용한 다른 코드들을 보면 shift(LEFT *3) 이라는 코드같은 것을 보게된다.LEFT*3 이 어느정도 이동시키는거지? 라는 의문을 가질 것이다.이는 Manim 의 좌표를 이해해야한다.좌표 시스템manim 의 도형이 어떻게 움직이는지는 NumberPlane 의 좌표를 통해 알 수 있다.도형에 shift 로 LEFT, DOWN, UP, RIGHT 를 하면 좌표의 크기만큼 움직인다. 도형다양한 도형을 그릴 수 있다.https://docs.manim.community/en/stable/reference/manim.mobject.geometry.html 여기에서 원하는 도형을 찾아서 사용하면 된다.(개인적으로 ..
2025.01.30 - [Python (파이썬)/Manim] - Manim 으로 수학 애니메이션 만들기 - 설치 Manim 으로 수학 애니메이션 만들기 - 설치https://www.youtube.com/@3blue1brown 3Blue1BrownMy name is Grant Sanderson. Videos here cover a variety of topics in math, or adjacent fields like physics and CS, all with an emphasis on visualizing the core ideas. The goal is to use animation to help eluseungsang.tistory.com설치랑 실행방법은 위 포스팅에서 보고 오길바란다. 기본 구조..
https://www.youtube.com/@3blue1brown 3Blue1BrownMy name is Grant Sanderson. Videos here cover a variety of topics in math, or adjacent fields like physics and CS, all with an emphasis on visualizing the core ideas. The goal is to use animation to help elucidate and motivate otherwise tricky topics, andwww.youtube.com 과학분야를 좋아한다면 한번쯤 봤을 채널이다.이런 애니메이션을 사용해 복잡한 개념들을 시각화해준다.애니메이션을 만드는 툴은 오픈소스이고 아주 많..