Giter Site home page Giter Site logo

zilaiyedaren / opengl-programming-guide-8th-edition-code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kylewlk/opengl-programming-guide-8th-edition-code

0.0 0.0 0.0 27.46 MB

C++ 15.20% GLSL 1.84% GAP 0.11% Verilog 0.02% C 82.47% Objective-C 0.28% V 0.09%

opengl-programming-guide-8th-edition-code's Introduction

OpenGL-Programming-Guide-8th-Edition-Code

这是OpenGL编程指南(第八版)书中代码,使用VS2015建立的工程。目标平台版本是8.1,平台工具集是v140。 使用高版本VS打开项目时,如果不想升级可以安装Windows 8.1 SDK ,安装v140平台工具集,安装完后启动时如果提示升级,直接点击取消。

第三方库

  1. Freegult 地址https://sourceforge.net/projects/freeglut/ ,这个库项目中使用的是静态库,Debug版本:lib/freeglut_staticd.lib, release版本:freeglut_static.lib. 为了方便VS的升级,在/lib/GLUT中还包含了vs2017和2019的编译版本。
  2. Glew 地址http://glew.sourceforge.net/ 这个库文件代码文件只有一个glew.c,程序中直接使用了源码

代码说明

  1. 所有程序都在Debug x86 下编译的
  2. 原书中1-12章节提供的代码都已整理,并修改了其中的一些错误,在“Chapter**-OG”命名的项目中
  3. 增加了一些更加简单易理解的代码,实现了书中未给代码的例子。
  4. Github地址https://github.com/Kylewlk/OpenGL-Programming-Guide-8th-Edition-Code

opengl-programming-guide-8th-edition-code's People

Contributors

kylewlk avatar kylewangltg 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.