Pinned Loading
-
matrix-coturn-docker-setup
matrix-coturn-docker-setup PublicOne way to setup a Matrix Synapse server, with Coturn, PostgreSQL, HAProxy and SSL certificates
-
simple-gl-evdev
simple-gl-evdev PublicA not-so simple DRM / Evdev / OpenGL ES 2.x moving cursor example
-
A very ugly Wayland EGL OpenGL example
A very ugly Wayland EGL OpenGL example 1// gcc -o test init_window.c -I. -lwayland-client -lwayland-server -lwayland-client-protocol -lwayland-egl -lEGL -lGLESv2
2#include <wayland-client.h>
3#include <wayland-server.h>
4#include <wayland-client-protocol.h>
5#include <wayland-egl.h> // Wayland EGL MUST be included before EGL headers
-
ARMv8a-Call-Java-method-from-Assembly
ARMv8a-Call-Java-method-from-Assembly PublicThis demonstrates how to write a native library with a procedure calling a Java method, defined in an Android app that previously invoked that native procedure. The library is written in ARMv8-A as…
-
ARMv8a-Return-value-to-Java-Android
ARMv8a-Return-value-to-Java-Android PublicThis demonstrates how to read a value returned by a native method in a library written in Assembly for ARM64 (GNU AS Syntax), and assembled with GNU AS and GOLD
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.