Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghseeli/latex2blender
Code to render LaTeX and import it into Blender
https://github.com/ghseeli/latex2blender
addon blender latex
Last synced: 3 months ago
JSON representation
Code to render LaTeX and import it into Blender
- Host: GitHub
- URL: https://github.com/ghseeli/latex2blender
- Owner: ghseeli
- License: gpl-3.0
- Created: 2019-10-07T23:04:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T19:08:40.000Z (over 1 year ago)
- Last Synced: 2024-11-01T18:42:42.521Z (3 months ago)
- Topics: addon, blender, latex
- Language: Python
- Size: 31 MB
- Stars: 56
- Watchers: 10
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latex2blender
[Blender](https://www.blender.org/) add-on to render LaTeX and import it into Blender. See the [wiki](https://github.com/ghseeli/latex2blender/wiki) for more details, including how to install and use.
This Blender add-on is designed to import LaTeX graphics into Blender as mesh objects. In the 3D Viewport with object mode selected, latex2blender appears as a panel in the sidebar. Type "n" to open the sidebar.
## Requirements
This add-on works as a normal Blender add-on, but it requires the following be installed on your computer.
1. `latex` -- The add-on uses the local LaTeX installation to compile entered LaTeX code.
1. `dvisvgm` -- The add-on uses this tool to convert LaTeX outputted .dvi into an .svg file## License
This code is licensed under GPLv3 in order to be compatible with Blender's licensing.