Git Product home page Git Product logo

Comments (6)

Shot511 avatar Shot511 commented on June 15, 2024 3

Hey,
The whole Breakout code (with slight modifications) is available here: https://github.com/Shot511/GameBreakout

It should build well both on Windows and Linux.

from learnopengl.

JoeyDeVries avatar JoeyDeVries commented on June 15, 2024

Yes you're right it is indeed missing. I do plan to eventually place it on GitHub as well (in a different repository) but haven't yet reserved the time for that. Mostly because it uses a bit more 3rd party libraries than the tutorials and thus requires some extra efforts on the CMake side.

from learnopengl.

asma-AH avatar asma-AH commented on June 15, 2024

thank you for your great tutorials .. really thank you !
but i have unresolved external errors after i generate the project with cmake
how can i solve this problem ?

from learnopengl.

JoeyDeVries avatar JoeyDeVries commented on June 15, 2024

@asma-AH An unresolved external symbol error frequently means that there is some decleration of the function (often found in header files), but it couldn't find the actual definition of the function in the code during the linking step. This is often the case with external libraries; it found the header file, but couldn't properly link the actual .lib or .dll file and thus the definition was missing.

Check the type of library (GLFW, SOIL, Assimp or GLEW) that is giving these errors and compile these yourselves; that should most likely get rid of the errors. It's likely that the pre-compiled libraries included in the package didn't work for your setup.

from learnopengl.

oceancx avatar oceancx commented on June 15, 2024

really looking forward to the breakout github repo

from learnopengl.

Alexeir7 avatar Alexeir7 commented on June 15, 2024

I'm waiting for it too, any updates on that?

from learnopengl.

Related Issues (20)

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.