libepoxy

Epoxy is a library for handling OpenGL function pointer management for you (by anholt)

Libepoxy Alternatives

Similar projects and alternatives to libepoxy

  • mesa-turnip-kgsl

    Some fixes to make it possible to compile Turnip KGSL on a Linux chroot on Android devices. Special thanks to ByLaws from the Skyline Discord for the instructions on how to get Turnip to compile.

  • zgl

    Zig OpenGL Wrapper

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ZWL

    Zig Windowing Library

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better libepoxy alternative or higher similarity.

libepoxy reviews and mentions

Posts with mentions or reviews of libepoxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-29.
  • App runs fine on Linux with OpenGL 3.2, segfaults on macOS 12 with OpenGL 4.1
    1 project | /r/opengl | 6 Dec 2022
    OpenGL API is loaded using libepoxy.
  • Hardware Acceleration in Proot?
    2 projects | /r/termux | 29 Jul 2022
    pkg install -y x11-repo; pkg install -y clang lld binutils cmake autoconf automake libtool '*ndk*' make python git libandroid-shmem-static 'vulkan*' ninja llvm bison flex libx11 xorgproto libdrm libpixman libxfixes libjpeg-turbo xtrans libxxf86vm xorg-xrandr xorg-font-util xorg-util-macros libxfont2 libxkbfile libpciaccess xcb-util-renderutil xcb-util-image xcb-util-keysyms xcb-util-wm xorg-xkbcomp xkeyboard-config libxdamage libxinerama;pip install meson mako;mkdir ~/tmp;cd ~/tmp;LD_PRELOAD='' git clone --depth 1 -b libxshmfence-1.3 https://gitlab.freedesktop.org/xorg/lib/libxshmfence.git;LD_PRELOAD='' git clone --depth 1 -b mesa-22.0.5 https://gitlab.freedesktop.org/mesa/mesa.git;LD_PRELOAD='' git clone --depth 1 -b 1.5.10 https://github.com/anholt/libepoxy.git;LD_PRELOAD='' git clone --shallow-since 2022-06-27 https://gitlab.freedesktop.org/virgl/virglrenderer.git;cd ~/tmp/libxshmfence;./autogen.sh --prefix=$PREFIX --with-shared-memory-dir=$TMPDIR;sed -i s/values.h/limits.h/ ./src/xshmfence_futex.h;make -j8 install CPPFLAGS=-DMAXINT=INT_MAX;cd ~/tmp/mesa;sed -i '40s+^$+#include "X11/Xlib.h"+' src/egl/main/egldisplay.h;sed -i 's/^import os$/import os, shutil\ndef link(src, dest):\n shutil.copyfile(src, dest)\ndef unlink(src):\n os.remove(src)\nos.link = link\nos.unlink = unlink/' bin/install_megadrivers.py;mkdir b;cd b;LDFLAGS='-l:libandroid-shmem.a -llog' meson .. -Dprefix=$PREFIX -Dplatforms=x11 -Dgbm=enabled -Ddri-drivers='' -Dgallium-drivers=zink,swrast -Dllvm=enabled -Dvulkan-drivers='' -Dcpp_rtti=false -Dc_args=-Wno-error=incompatible-function-pointer-types -Dbuildtype=release;ninja install;cd ~/tmp/libepoxy;mkdir b;cd b;meson -Dprefix=$PREFIX -Dbuildtype=release -Dglx=yes -Degl=yes -Dtests=false -Dc_args=-U__ANDROID__ ..;ninja install;cd ~/tmp/virglrenderer;git checkout -f dd301caf7e05ec9c09634fb7872067542aad89b7~2;sed -i 's+"/tmp+"/data/data/com.termux/files/usr/tmp+' vtest/vtest_protocol.h;mkdir b;cd b;meson -Dbuildtype=release -Dprefix=$PREFIX -Dplatforms=egl ..;ninja install;
  • How do I link static library?
    3 projects | /r/Zig | 15 Apr 2021
    Greetings! Recently I've trying to compile Zig project using a C library and I decided that I'd prefer using its binaries to build it from its source code (that's mostly due to how it's being built, that's not imporant here anyways). Thus, I've got two choices...
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic libepoxy repo stats
3
642
0.0
about 2 months ago

anholt/libepoxy is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of libepoxy is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com