This project converts .idl files to .java files for Shoebill. Please keep in mind that this project is not finished yet. It’s in an early stage and the code looks really messy right now and probably does not always work like it should. If you find any errors or bugs, please create an Issue with an detailed description of your problem.
- Python (Windows, Linux, OS X)
- PLY and cidl (can be installed via pip)
- An .idl you want to convert (use FCNPC.idl as an example)
Open an command prompt an type in:
python main.py idls/FCNPC.idl
After the process has been finished, you will get 3 files which contain native functions, callbacks and definitions.
- Zeex for the .IDL parser