Skip to content

An EGL rendering wrapper library that supports popular display frameworks

Notifications You must be signed in to change notification settings

zack-huangzihan/anner_graphics_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

An EGL rendering wrapper library that supports popular display frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published