Skip to content

This project converts .idl files to .java files for Shoebill

License

Notifications You must be signed in to change notification settings

Shoebill/wrapper-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project converts .idl files to .java files for Shoebill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages