Skip to content

A wrapper for the Light Versatile Graphic Library (LVGL)

License

Notifications You must be signed in to change notification settings

mantielero/lvgl.nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lvgl.nim

A wrapper of the Light Versatile Graphic Library (LVGL) for Nim.

Dependencies

  • SLD2
  • wayland-client?
  • xkbcommon?

Installation

Install as usual:

$ nimble install https://github.com/mantielero/lvgl.nim

Status

The wrapper seems to work in Linux. There is no sugar yet, so right now is not very friendly.

You can find some working examples.

Wrapper creation

The wrapper creation is done using nimterop.

It just required:

  1. Running the file: src/wrapper/create_wrapper.sh
  2. Running the file: src/wrapper/compiles.sh
  3. Manually creating the file src/lvgl.nim

TODO

Some notes

I added lvgl as a submodule:

$ git submodule add https://github.com/lvgl/lvgl.git src/components/lvgl

About

A wrapper for the Light Versatile Graphic Library (LVGL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published