Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 438 Bytes

anner_graphics_engine

An EGL rendering wrapper library that supports popular display frameworks, currently x11 and Wayland Weston. Of course, this is also a simple example, let you understand the arm platform image data through the gpu rendering to the process of sending.

compile:

cd build && cmake .. -DWAYLAND=YES && make (WAYLAND)

cd build && cmake .. -DX11=YES && make (X11)

cd build && cmake .. -DUMMY=YES && make (DUMMY)