Hello,
Would it be possible to release source code for underlying EVE scripts, for example fnt_cvt.exe?
Our company is using python/jinja2 to generate a portion of C code for our products. We're using FT800 family chips and scripts from EVE.
Example workflow for generating our font bitmaps:
1. Load language files used in product and extract characters.
2. Save unique characters to .txt files.
3. Execute fnt_cvt.exe multiple times (different sizes, fonts, calculating addresses etc.) with filepath to .txt files from 2. fnt_cvt.exe generates bunch of files.
4. Load binaries generated by fnt_cvt.exe.
5. Interpret binaries -> create python objects.
6. Use python objects in jinja2 templates to create .c files.
It gets a bit convoluted and generates a lot of files. Additionally executing fnt_cvt.exe on Unix system with wine takes time. Ideally we would like to fork fnt_cvt.exe add our logic (erase unnecessary steps 2,3,4,5) and integrate it to our code. Providing additional documentation for script code is not necessary (but always welcome).
Thank you for great product and best regards.