Skip to content

Small script to generate Kotlin/Native ".def" file for Epoxy

License

Notifications You must be signed in to change notification settings

GuillaumeDelorme/kn-libepoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Small script to generate Kotlin/Native ".def" file for Epoxy (https://github.com/anholt/libepoxy).

To launch the script :

kotlinc -script gen_libepoxy_def.kts -- /path/to/epoxy/gl_generated.h

Add the generated epoxy.def file in the src/main/c_interop of your project and configure your build script to use the library.

The script was tested with Epoxy 1.4.3.

About

Small script to generate Kotlin/Native ".def" file for Epoxy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages