rainlab-inc / lvgl-opengl

OpenGL ES 2.0 Implementation of LVGL
GNU General Public License v3.0
11 stars 7 forks source link

[Discussion] About Line drawing TODO task #1

Open Jamescheng40 opened 1 year ago

Jamescheng40 commented 1 year ago

Great posts! It has helped me a lot. I am a lvgl and opengles newbie here. I am trying to get started with graphics and using this as a simple learning tool since I was able to make it working on a embedded device similar to pinephone. Just wondering are you planning to upload any code for the line drawing TODO task?

If not, Any pointer to how to implement the draw line function in lvgl? Do I start by exploring the line shader and implement it similar to how you implemented the rectangle shader.

Jamescheng40 commented 1 year ago

Nevermind, I made it working, are you still actively reviewing code @tanaytekin ? I am submitting pull request soon