Coder Social home page Coder Social logo

ytlvy / thecherno_opengl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rajsahae/thecherno_opengl

0.0 0.0 0.0 6.24 MB

My code-along on TheCherno opengl tutorial

Shell 0.12% C++ 67.57% C 0.24% Makefile 2.54% GLSL 1.63% Vim Script 27.71% Meson 0.20%

thecherno_opengl's Introduction

the-cherno

My code-along for TheCherno tutorials.

THIS PORT IS STILL A WORK IN PROGRESS

Episodes ported

  • ep02
  • ep03
  • ep04
  • ep05
  • ep07
  • ep08

The code here is intended to run on Linux. If you want to compile on MacOS, see the corresponding branch named MacOS. For Windows you will need to come up with a different build system on your own.

Any differences between TheCherno's code and mine is likely a result of my compilation environment. YMMV.

The repo has been reworked to use meson/ninja. To compile any episode, cd to that directory and run make. To run the resulting app, run make run.

All episodes compile into a binary named app.

I chose to install glfw , glew and glut dependencies via package manager instead of moving them into the repo. To get those, run:

sudo apt install libglfw3-dev freeglut3-dev libglew-dev

At some point, I may bring those libraries in or try to add them as meson subprojects.

Currently working through TheCherno's OpenGL tutorial.

See all of his videos here.

Support him on his Patreon page if you want to see more!

thecherno_opengl's People

Contributors

rajsahae 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.