Coder Social home page Coder Social logo

uglycoder / glfwcpp Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4.93 MB

Learning OpenGL the SuperBible way.

License: MIT License

C 90.23% C++ 9.71% GLSL 0.05% JavaScript 0.01%
cpp17 opengl4 visualstudio2017 glfw-bindings glm c-plus-plus c-plus-plus-17

glfwcpp's Introduction

glfwpp

glfwpp is a C++17 Visual Studio 2017 Solution that represents the contributor's learning of the OpenGL 4.5 API which generally follows the chapters in the book OpenGL SuperBible 7th Edition; see Amazon UK
The code in this repository is loosely based on the example code presented in this book and the sole contributor of this repository sincerely thank the authors of the book for their inspiration. Some resources from the example code will also have been used.
The [glfwpp] project and some others are, and will be, solely developed by the contributor.

Note: This repository is under adhoc development and is not currently documented.

The VS Solution currently comprises 6 projects:

glfwpp

This is a static library project and is a partial implementation of a C++ wrapper for the GLFW 3.2.1 library and the OpenGL 4.5 API. It will be further developed as needed.
Dependencies: [oglLimitsAndSettings]; glad; glm

instancedCubes

Uses the [glfwpp] project to demo the instancing of a cube.

oglLimitsAndSettings

This is a DLL project that retrieves and captures the values of a subset of the parameters as documented in glGet. It uses a def file to export a C++ map of said OpenGL parameters as keys to their runtime values.
The [glfwpp] project loads this dll dynamically to get a copy of this map. This then can be accessed by clients of [glfwpp].

printOpenGLlimits

This is a simple console program to print out the values captured by [oglLimitsAndSettings].

simpleTexture

Uses the [glfwpp] project to demo a simple texture.

tunnel

Uses the [glfwpp] project to demo loading textures from a KTX file, texture parameters and mipmaps.

Notes

Version of Visual Studio 2017 Professional: 15.9.4
The latest Visual C++ redistributables.

glfwcpp's People

Contributors

nconder avatar uglycoder avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.