A more user-friendly way to compile Manim using an MFC dialog application (currently Windows only, sorry)
This does not install Manim, you need to have Manim working for this
- Clone this repository, put this
git clone https://github.com/PRU1/Compile-manim.git
in bash - (Recommended) Make a folder and put manimCompile2.exe
- Open manimCompile2.exe
- Press render. This should give an error
- Go to file explorer and go to the location of manimCompile2.exe
- You'll notice that there is a new file created called manimCompile2-manimPath.in. Open this file using notepad
- In this file, type in your Manim directory path (i.e. C:/Users/bob/manim)
- Save and close this file. Do not delete this file or change its file name or the application will not work
- Now you can use the app!
Note: This repository has the source files contained in it as well. If you only wish to use the application (manimCompile2.exe) you can delete all the other files.
- Make cross-platform
For some reason, this application needs the user to input the file location twice for it to be registered