├── Español ├── 0_instalacion │ ├── gnuLinux │ │ ├── INSTRUCCIONES.md │ │ └── gifs │ │ │ ├── carp.png │ │ │ ├── compilacion.gif │ │ │ ├── manimDescarga.png │ │ │ └── nom.png │ ├── macOS │ │ ├── INSTRUCCIONES.md │ │ └── gifs │ │ │ ├── DescargarManim.gif │ │ │ ├── DescargarSublimeText.gif │ │ │ ├── MacP1.gif │ │ │ ├── MacP2.gif │ │ │ ├── MacP3.gif │ │ │ ├── MacP4.gif │ │ │ ├── MacP5.gif │ │ │ ├── MacP6.gif │ │ │ ├── MacP7.gif │ │ │ ├── MacP8.gif │ │ │ ├── almacenamiento.png │ │ │ ├── pd.png │ │ │ └── terminal.png │ └── windows │ │ ├── INSTRUCCIONES.md │ │ └── gifs │ │ ├── wp1.png │ │ └── wp3.png ├── 1_formato_textos │ ├── ESCENAS.md │ ├── formato_textos.py │ └── gifs │ │ ├── Espejo.gif │ │ ├── Formula.gif │ │ ├── Fuentes.gif │ │ ├── PosicionPersonalizado1.gif │ │ ├── PosicionPersonalizado2.gif │ │ ├── PosicionRelativa1.gif │ │ ├── PosicionRelativa2.png │ │ ├── PosicionTextoCentro.gif │ │ ├── PosicionTextoDerecha.gif │ │ ├── PosicionTextoInferior.gif │ │ ├── PosicionTextoInferiorIzquierda.gif │ │ ├── PosicionTextoIzquierda.gif │ │ ├── PosicionTextoSuperior.gif │ │ ├── PosicionTextoSuperiorDerecha.gif │ │ ├── Rotacion.gif │ │ ├── Tamanhos.gif │ │ ├── TamanhosPersonalizados.gif │ │ ├── TextoAdd.gif │ │ ├── TextoMixto.gif │ │ ├── TextoMixto2.gif │ │ ├── TextoMixtoDisplay.gif │ │ └── TextoWrite.gif ├── 2_efectos_arreglos_texto │ ├── ESCENAS.md │ ├── efectos_arreglos_texto.py │ └── gifs │ │ ├── AparicionDesaparicionTexto1.gif │ │ ├── AparicionDesaparicionTexto2.gif │ │ ├── CambioTamanho.gif │ │ ├── ColorPorCaracter.gif │ │ ├── ColorPorCaracterCorregida.gif │ │ ├── ColorTexto.gif │ │ ├── ColoreadoTexto.gif │ │ ├── EfectoAparicionTexto1.gif │ │ ├── EfectoAparicionTexto2.gif │ │ ├── EfectoAparicionTexto3.gif │ │ ├── Encuadre1.gif │ │ ├── Encuadre2.gif │ │ ├── For2Variables.gif │ │ ├── ForLista.gif │ │ ├── ForRango1.gif │ │ ├── ForRango2.gif │ │ ├── FormulaColor1.gif │ │ ├── FormulaColor2.gif │ │ ├── FormulaColor3.gif │ │ ├── FormulaColor3Mejorada.gif │ │ ├── FormulaColor3Mejorada2.gif │ │ ├── FormulaColor4.gif │ │ ├── Llave.gif │ │ ├── Tachado1.gif │ │ └── Tachado2.gif ├── 3_transformaciones_texto │ ├── ESCENAS.md │ ├── gifs │ │ ├── AnimacionTamanho.gif │ │ ├── CambioColorTexto.gif │ │ ├── CambioPosicionTamanhoColorTexto.gif │ │ ├── CopiadoDosFormulas1.gif │ │ ├── CopiadoDosFormulas2.gif │ │ ├── CopiadoDosFormulas2Color.gif │ │ ├── CopiadoDosFormulas3.gif │ │ ├── CopiadoTextoV1.gif │ │ ├── CopiadoTextoV2.gif │ │ ├── CopiadoTextoV3.gif │ │ ├── CopiadoTextoV4.gif │ │ ├── MovimientoTexto.gif │ │ ├── TransformacionTexto1v1.gif │ │ ├── TransformacionTexto1v2.gif │ │ └── TransformacionTexto2.gif │ └── transformaciones_texto.py ├── 4_herramientas_visuales │ ├── ESCENAS.md │ ├── gifs │ │ ├── AnimacionLinea1.gif │ │ ├── AnimacionLinea2.gif │ │ ├── Flecha1.gif │ │ ├── Flecha2.gif │ │ ├── LineaDiscontinua.gif │ │ ├── MovimientoEncuadre.gif │ │ ├── MovimientoEncuadreCopia.gif │ │ ├── MovimientoEncuadreCopia2.gif │ │ ├── MovimientoLlaves.gif │ │ └── MovimientoLlavesCopia.gif │ └── herramientas_visuales.py ├── 5_introducción_gráficas │ ├── ESCENAS.md │ ├── Introduccion_graficas.py │ └── gifs │ │ ├── Grafica1.gif │ │ ├── Grafica1v2.gif │ │ ├── Grafica2.gif │ │ ├── Grafica3.gif │ │ ├── Grafica4.gif │ │ ├── Grafica5.gif │ │ ├── Grafica6.gif │ │ ├── Grafica7.gif │ │ ├── GraficaSenoCoseno1.gif │ │ └── GraficaSenoCoseno2.gif ├── 6_formulas_3D │ ├── 6b_Introduccion_graficas_3D.py │ ├── ESCENAS.md │ └── gifs │ │ ├── Texto2Dv1.gif │ │ └── Texto2Dv2.gif ├── 7_agregar_audio │ ├── 7_agregar_audio.py │ ├── ESCENAS.md │ └── gifs │ │ ├── Texto2Dv1.gif │ │ └── Texto2Dv2.gif ├── 8_imagenes_svg │ ├── 8_imagenes_svg.py │ ├── ESCENAS.md │ └── gifs │ │ ├── Texto2Dv1.gif │ │ └── Texto2Dv2.gif ├── 9_proyecto │ ├── 9_proyecto.py │ ├── ESCENAS.md │ └── gifs │ │ ├── Texto2Dv1.gif │ │ └── Texto2Dv2.gif ├── extras │ ├── aprender_manim_cuenta_propia_v1 │ │ ├── PASOS.md │ │ ├── aprender_manim_cuenta_propia_v1.py │ │ ├── archivos │ │ │ ├── generic.png │ │ │ └── generic.svg │ │ └── capturas │ │ │ ├── capt2.png │ │ │ ├── capt3.png │ │ │ ├── capt4.png │ │ │ ├── capt5.png │ │ │ ├── capt6.png │ │ │ ├── capt7.png │ │ │ ├── coord_syst.png │ │ │ └── sound.png │ ├── formulas_tex │ │ ├── ESCENA.md │ │ └── gifs │ │ │ ├── ContadorFormulas.gif │ │ │ ├── Paso0.png │ │ │ ├── Paso1.png │ │ │ ├── Paso2.png │ │ │ ├── Paso_error.png │ │ │ └── frames.png │ └── programar_barras_progreso_por_defecto │ │ ├── PASOS.md │ │ └── capturas │ │ ├── capt1.png │ │ ├── capt2.png │ │ ├── capt3.png │ │ ├── capt4.png │ │ └── capt5.png └── teoria_python │ └── compartir_variables.py ├── HelloWorld.gif ├── README.md ├── TeX.png └── titulo.gif /Español/0_instalacion/gnuLinux/INSTRUCCIONES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/gnuLinux/INSTRUCCIONES.md -------------------------------------------------------------------------------- /Español/0_instalacion/gnuLinux/gifs/carp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/gnuLinux/gifs/carp.png -------------------------------------------------------------------------------- /Español/0_instalacion/gnuLinux/gifs/compilacion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/gnuLinux/gifs/compilacion.gif -------------------------------------------------------------------------------- /Español/0_instalacion/gnuLinux/gifs/manimDescarga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/gnuLinux/gifs/manimDescarga.png -------------------------------------------------------------------------------- /Español/0_instalacion/gnuLinux/gifs/nom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/gnuLinux/gifs/nom.png -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/INSTRUCCIONES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/INSTRUCCIONES.md -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/DescargarManim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/DescargarManim.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/DescargarSublimeText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/DescargarSublimeText.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP1.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP2.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP3.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP4.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP5.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP6.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP7.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/MacP8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/MacP8.gif -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/almacenamiento.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/almacenamiento.png -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/pd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/pd.png -------------------------------------------------------------------------------- /Español/0_instalacion/macOS/gifs/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/macOS/gifs/terminal.png -------------------------------------------------------------------------------- /Español/0_instalacion/windows/INSTRUCCIONES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/windows/INSTRUCCIONES.md -------------------------------------------------------------------------------- /Español/0_instalacion/windows/gifs/wp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/windows/gifs/wp1.png -------------------------------------------------------------------------------- /Español/0_instalacion/windows/gifs/wp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/0_instalacion/windows/gifs/wp3.png -------------------------------------------------------------------------------- /Español/1_formato_textos/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/ESCENAS.md -------------------------------------------------------------------------------- /Español/1_formato_textos/formato_textos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/formato_textos.py -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/Espejo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/Espejo.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/Formula.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/Formula.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/Fuentes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/Fuentes.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionPersonalizado1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionPersonalizado1.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionPersonalizado2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionPersonalizado2.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionRelativa1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionRelativa1.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionRelativa2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionRelativa2.png -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoCentro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoCentro.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoDerecha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoDerecha.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoInferior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoInferior.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoInferiorIzquierda.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoInferiorIzquierda.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoIzquierda.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoIzquierda.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoSuperior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoSuperior.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/PosicionTextoSuperiorDerecha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/PosicionTextoSuperiorDerecha.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/Rotacion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/Rotacion.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/Tamanhos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/Tamanhos.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/TamanhosPersonalizados.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/TamanhosPersonalizados.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/TextoAdd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/TextoAdd.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/TextoMixto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/TextoMixto.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/TextoMixto2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/TextoMixto2.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/TextoMixtoDisplay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/TextoMixtoDisplay.gif -------------------------------------------------------------------------------- /Español/1_formato_textos/gifs/TextoWrite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/1_formato_textos/gifs/TextoWrite.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/ESCENAS.md -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/efectos_arreglos_texto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/efectos_arreglos_texto.py -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/AparicionDesaparicionTexto1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/AparicionDesaparicionTexto1.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/AparicionDesaparicionTexto2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/AparicionDesaparicionTexto2.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/CambioTamanho.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/CambioTamanho.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ColorPorCaracter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ColorPorCaracter.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ColorPorCaracterCorregida.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ColorPorCaracterCorregida.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ColorTexto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ColorTexto.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ColoreadoTexto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ColoreadoTexto.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/EfectoAparicionTexto1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/EfectoAparicionTexto1.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/EfectoAparicionTexto2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/EfectoAparicionTexto2.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/EfectoAparicionTexto3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/EfectoAparicionTexto3.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/Encuadre1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/Encuadre1.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/Encuadre2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/Encuadre2.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/For2Variables.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/For2Variables.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ForLista.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ForLista.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ForRango1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ForRango1.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/ForRango2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/ForRango2.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/FormulaColor1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/FormulaColor1.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/FormulaColor2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/FormulaColor2.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/FormulaColor3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/FormulaColor3.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/FormulaColor3Mejorada.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/FormulaColor3Mejorada.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/FormulaColor3Mejorada2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/FormulaColor3Mejorada2.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/FormulaColor4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/FormulaColor4.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/Llave.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/Llave.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/Tachado1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/Tachado1.gif -------------------------------------------------------------------------------- /Español/2_efectos_arreglos_texto/gifs/Tachado2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/2_efectos_arreglos_texto/gifs/Tachado2.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/ESCENAS.md -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/AnimacionTamanho.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/AnimacionTamanho.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CambioColorTexto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CambioColorTexto.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CambioPosicionTamanhoColorTexto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CambioPosicionTamanhoColorTexto.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoDosFormulas1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoDosFormulas1.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoDosFormulas2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoDosFormulas2.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoDosFormulas2Color.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoDosFormulas2Color.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoDosFormulas3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoDosFormulas3.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoTextoV1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoTextoV1.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoTextoV2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoTextoV2.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoTextoV3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoTextoV3.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/CopiadoTextoV4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/CopiadoTextoV4.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/MovimientoTexto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/MovimientoTexto.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/TransformacionTexto1v1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/TransformacionTexto1v1.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/TransformacionTexto1v2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/TransformacionTexto1v2.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/gifs/TransformacionTexto2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/gifs/TransformacionTexto2.gif -------------------------------------------------------------------------------- /Español/3_transformaciones_texto/transformaciones_texto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/3_transformaciones_texto/transformaciones_texto.py -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/ESCENAS.md -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/AnimacionLinea1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/AnimacionLinea1.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/AnimacionLinea2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/AnimacionLinea2.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/Flecha1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/Flecha1.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/Flecha2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/Flecha2.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/LineaDiscontinua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/LineaDiscontinua.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/MovimientoEncuadre.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/MovimientoEncuadre.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/MovimientoEncuadreCopia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/MovimientoEncuadreCopia.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/MovimientoEncuadreCopia2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/MovimientoEncuadreCopia2.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/MovimientoLlaves.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/MovimientoLlaves.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/gifs/MovimientoLlavesCopia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/gifs/MovimientoLlavesCopia.gif -------------------------------------------------------------------------------- /Español/4_herramientas_visuales/herramientas_visuales.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/4_herramientas_visuales/herramientas_visuales.py -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/ESCENAS.md -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/Introduccion_graficas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/Introduccion_graficas.py -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica1.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica1v2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica1v2.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica2.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica3.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica4.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica5.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica6.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/Grafica7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/Grafica7.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/GraficaSenoCoseno1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/GraficaSenoCoseno1.gif -------------------------------------------------------------------------------- /Español/5_introducción_gráficas/gifs/GraficaSenoCoseno2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/5_introducción_gráficas/gifs/GraficaSenoCoseno2.gif -------------------------------------------------------------------------------- /Español/6_formulas_3D/6b_Introduccion_graficas_3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/6_formulas_3D/6b_Introduccion_graficas_3D.py -------------------------------------------------------------------------------- /Español/6_formulas_3D/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/6_formulas_3D/ESCENAS.md -------------------------------------------------------------------------------- /Español/6_formulas_3D/gifs/Texto2Dv1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/6_formulas_3D/gifs/Texto2Dv1.gif -------------------------------------------------------------------------------- /Español/6_formulas_3D/gifs/Texto2Dv2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/6_formulas_3D/gifs/Texto2Dv2.gif -------------------------------------------------------------------------------- /Español/7_agregar_audio/7_agregar_audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/7_agregar_audio/7_agregar_audio.py -------------------------------------------------------------------------------- /Español/7_agregar_audio/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/7_agregar_audio/ESCENAS.md -------------------------------------------------------------------------------- /Español/7_agregar_audio/gifs/Texto2Dv1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/7_agregar_audio/gifs/Texto2Dv1.gif -------------------------------------------------------------------------------- /Español/7_agregar_audio/gifs/Texto2Dv2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/7_agregar_audio/gifs/Texto2Dv2.gif -------------------------------------------------------------------------------- /Español/8_imagenes_svg/8_imagenes_svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/8_imagenes_svg/8_imagenes_svg.py -------------------------------------------------------------------------------- /Español/8_imagenes_svg/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/8_imagenes_svg/ESCENAS.md -------------------------------------------------------------------------------- /Español/8_imagenes_svg/gifs/Texto2Dv1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/8_imagenes_svg/gifs/Texto2Dv1.gif -------------------------------------------------------------------------------- /Español/8_imagenes_svg/gifs/Texto2Dv2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/8_imagenes_svg/gifs/Texto2Dv2.gif -------------------------------------------------------------------------------- /Español/9_proyecto/9_proyecto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/9_proyecto/9_proyecto.py -------------------------------------------------------------------------------- /Español/9_proyecto/ESCENAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/9_proyecto/ESCENAS.md -------------------------------------------------------------------------------- /Español/9_proyecto/gifs/Texto2Dv1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/9_proyecto/gifs/Texto2Dv1.gif -------------------------------------------------------------------------------- /Español/9_proyecto/gifs/Texto2Dv2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/9_proyecto/gifs/Texto2Dv2.gif -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/PASOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/PASOS.md -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/aprender_manim_cuenta_propia_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/aprender_manim_cuenta_propia_v1.py -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/archivos/generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/archivos/generic.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/archivos/generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/archivos/generic.svg -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt2.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt3.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt4.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt5.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt6.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/capt7.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/coord_syst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/coord_syst.png -------------------------------------------------------------------------------- /Español/extras/aprender_manim_cuenta_propia_v1/capturas/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/aprender_manim_cuenta_propia_v1/capturas/sound.png -------------------------------------------------------------------------------- /Español/extras/formulas_tex/ESCENA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/ESCENA.md -------------------------------------------------------------------------------- /Español/extras/formulas_tex/gifs/ContadorFormulas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/gifs/ContadorFormulas.gif -------------------------------------------------------------------------------- /Español/extras/formulas_tex/gifs/Paso0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/gifs/Paso0.png -------------------------------------------------------------------------------- /Español/extras/formulas_tex/gifs/Paso1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/gifs/Paso1.png -------------------------------------------------------------------------------- /Español/extras/formulas_tex/gifs/Paso2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/gifs/Paso2.png -------------------------------------------------------------------------------- /Español/extras/formulas_tex/gifs/Paso_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/gifs/Paso_error.png -------------------------------------------------------------------------------- /Español/extras/formulas_tex/gifs/frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/formulas_tex/gifs/frames.png -------------------------------------------------------------------------------- /Español/extras/programar_barras_progreso_por_defecto/PASOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/programar_barras_progreso_por_defecto/PASOS.md -------------------------------------------------------------------------------- /Español/extras/programar_barras_progreso_por_defecto/capturas/capt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/programar_barras_progreso_por_defecto/capturas/capt1.png -------------------------------------------------------------------------------- /Español/extras/programar_barras_progreso_por_defecto/capturas/capt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/programar_barras_progreso_por_defecto/capturas/capt2.png -------------------------------------------------------------------------------- /Español/extras/programar_barras_progreso_por_defecto/capturas/capt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/programar_barras_progreso_por_defecto/capturas/capt3.png -------------------------------------------------------------------------------- /Español/extras/programar_barras_progreso_por_defecto/capturas/capt4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/programar_barras_progreso_por_defecto/capturas/capt4.png -------------------------------------------------------------------------------- /Español/extras/programar_barras_progreso_por_defecto/capturas/capt5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/extras/programar_barras_progreso_por_defecto/capturas/capt5.png -------------------------------------------------------------------------------- /Español/teoria_python/compartir_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/Español/teoria_python/compartir_variables.py -------------------------------------------------------------------------------- /HelloWorld.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/HelloWorld.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/README.md -------------------------------------------------------------------------------- /TeX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/TeX.png -------------------------------------------------------------------------------- /titulo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elteoremadebeethoven/AnimacionesConManim/HEAD/titulo.gif --------------------------------------------------------------------------------