Giter Club home page Giter Club logo

learnopengl-cmake's Introduction

LearnOpenGL-CMake

项目简介

这是使用CMake构建的LearnOpenGL项目,它对OpenGL中的常见API进行一定封装,也实现了一些简单的功能类和一些图形学(渲染方向)技术。 Ps:项目网站在这里(TODO)

项目实现的技术点

工具方面

TODO 例:xxx类,怎么这么了

图形技术方面

TODO 例:xxxx技术,在Testxxxxx.cpp中有体现,最好配上图

项目结构与构建

项目结构如下,包含第三方库Dependencies,项目核心组件LearnOpenGL-Core和编写测试用例的LearnOpenGL-Tests

├─Dependencies
│  ├─glad
│  ├─glfw
│  ├─glm
│  ├─imgui
│  ├─spdlog
│  └─stb_image
├─LearnOpenGL-Core
│  ├─include
│  └─src
├─LearnOpenGL-Tests
│  ├─include
│  └─src
└─Res
    ├─Fonts
    ├─Shaders
    └─Textures

要想构建此项目,可以直接用VS2022打开此文件,然后在LearnOpenGL-TestsApplication.cpp中单击运行即可。

参考资料

learnopengl-cmake's People

Contributors

zeroization avatar

Stargazers

中宮 ちひろ avatar

Watchers

 avatar

learnopengl-cmake's Issues

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.