GavinNL
Mathematician, Programmer and Swing Dancer! Interests: C++, Vulkan/OpenGL, Embedded Linux, Computational Geometry, Numerical Analysis
Canada
Pinned Repositories
cpp_boilerplate
Starter project for C++ libraries with ready-to-go unit tests/travisCI/Appveyor/codecov/codacy/badges
cpp_library_template
A template to build C++ libraries with autogenerated find_package() and conan integration
cpp_templates
Templates for quickly creating C++ projects
gcsg
A Constructive Solid Geometry library
gfg
OpenGL/Vulkan render graph library
graph-e
Build execution nodes in a graph and execute them in parallel.
gul
Gavin's Utility Library
gvu
Gavin's Vulkan Utilities
ImJSchema
Create ImGui Forms using JSON schemas
vkw
Simple Window management for Vulkan Rendering
GavinNL's Repositories
GavinNL/ImJSchema
Create ImGui Forms using JSON schemas
GavinNL/gfg
OpenGL/Vulkan render graph library
GavinNL/cpp_library_template
A template to build C++ libraries with autogenerated find_package() and conan integration
GavinNL/GLSLCompiler
Header-Only helper class to create a GLSL -> SPIRV compiler
GavinNL/vkb
Alternative vulkan CreateInfo structs
GavinNL/vkw
Simple Window management for Vulkan Rendering
GavinNL/cpp_templates
Templates for quickly creating C++ projects
GavinNL/gul
Gavin's Utility Library
GavinNL/gvu
Gavin's Vulkan Utilities
GavinNL/angle
A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.
GavinNL/CMakeQuickProj
Single CMakeLists file to quickly start up a C++ project.
GavinNL/conan-cci
Conan recipe for Common Communications Interface (CCI)
GavinNL/conan-center-index
Recipes for the conan-center repository
GavinNL/conan-gromacs
Conan package for Gromacs
GavinNL/conan-nng
Conan.io recipes for nanomsg-next-gen Library
GavinNL/conan-tng
Gromacs's external tng library to load .tng files
GavinNL/conan-xdrfile
Conan package for Gromac's XRD file library
GavinNL/cpp_starter_project
Mirror of: https://gitlab.com/gavinNL/cpp_starter_project
GavinNL/enum_reflect
An experimental to get a simple reflection system for enum classes
GavinNL/gcc-dockerfiles
Some docker files that I use for testing compilations.
GavinNL/gnl
A collection of header only/single file libraries.
GavinNL/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
GavinNL/modern_cmake_example
GavinNL/modern_cmake_examples
A set of Cmake examples
GavinNL/QJForm
Create simple UI Forms using a JSON Schema. This application functions similar to zenity, but allows you to build your UI using a JSON schema.
GavinNL/qt-example-conan
Example project on how to build qt application using Conan Package Manager
GavinNL/SelfRunningContainerizedScripts
A shell script that runs itself inside a container
GavinNL/uGLTF
Micro GLTF
GavinNL/vka
GavinNL/wxJForm
Create Simple UI Forms using JSON