Skip to content

igel-oss/wayland-gl-samples

Repository files navigation

OpenGL samples for Wayland

These programs are OpenGL samples for Wayland.

Build

for x86 (PC)

$ meson build
$ ninja -C build/

cross build using poky SDK

Assume that the poky SDK is installed in /opt/poky/VERSION/.

$ . /opt/poky/VERSION/environment-setup-aarch64-poky-linux
$ meson --build.pkg-config-path ${OECORE_NATIVE_SYSROOT}/usr/lib/pkgconfig build/
$ ninja -C build

run

Place images in the working directory (where you want to run the program). For example, place the built program in the working directory (/path/to/work) and run the program.

example:

$ cp build/gl-* /path/to/work/
$ cp -arp images /path/to/work/
$ cd /path/to/work
$ ./gl-bullet

About

OpenGLES sample programs for wayland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published