Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.04 KB

Shoebill Wrapper Generator

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.

What you will need

  • 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)

How to use

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.

Credits

  • Zeex for the .IDL parser