This repository contains an example library, including example and test programs, that builds and installs using CMake. It can be built as a static library or as a dynamic library. It can be found at https://github.com/ReliaSolve/cmake_cuda_library_project
Category: Programming Resources
CMake Library Template
This repository contains an example library, including example and test programs, that builds and installs using CMake. It can be built as a static library or as a dynamic library. It can be found at https://github.com/ReliaSolve/cmake_library_project
Cross-platform Qt:OpenGL(ES) example

This project has an example OpenGL/GLES based program that has been tested on Windows 10 Pro, Ubuntu 18.04.03, macOS 10.15.1, the iPhone simulator 11.3.1 and Android 10. It can serve as a starting point to build other cross-platform applications. It includes constructing appropriate headers for vertex and shader programs to work with either OpenGL or […]
Hourglass API example library
The Hourglass API repository contains the interface definition and example programs to implement an example “hourglass” interface. This type of interface has C++ at the lower layer, a thin C dynamic library interface in the middle through which all things pass, and another C++ interface at the upper layer. This approach enables both the library […]