Skip to content

A project that demonstrates how to create an X11 window with OpenGL device on RP4 and execute OpenGL commands.

Notifications You must be signed in to change notification settings

MrAviator93/RP4GLX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RP4GLX - Raspberry Pi 4 OpenGLX

A project that demonstrates how to create a X11 window on RP4 and execute OpenGL commands.

RPI4 GLX ES3.1

Table of contents

Requirements

  • A C++20 compliant compiler (GCC-13.2, Clang-17, etc.).
  • Raspberry Pi 4

Boost

Use the following command to install boost libraries:

sudo apt-get install libboost*.**-dev

For latest version of boost libraries see https://www.boost.org/

Fmt

For fmtlib, clone the following repository https://github.com/fmtlib/fmt or install using package manager

sudo apt-get install libfmt-dev

Date

For date library, clone the following repository https://github.com/HowardHinnant/date

X11

For X11 windowing system install the x11 library:

sudo apt-get install libx11-dev

Glm

Additionaly, it won't hurt to install glm library for any math's related operations:

sudo apt-get install libglm-dev

Mesa Utils

It's also necessery to install mesa-utils:

sudo apt-get install mesa-utils

License

Copyright 2021 Arturs Kalnins

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A project that demonstrates how to create an X11 window with OpenGL device on RP4 and execute OpenGL commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published