Code Monkey home page Code Monkey logo

Comments (4)

M374LX avatar M374LX commented on September 27, 2024 1

It looks like modifying the bundled GLFW by adding platform-specific suffixes to the functions with conflicting names is an easier solution than removing rglfw.c.

from raylib.

orcmid avatar orcmid commented on September 27, 2024

I am concerned that elimination of rglfw.c may create difficulties for desktop builds that now include it without using Make or CMake. E.g., in raylib/projects/scripts and elsewhere, including simple builds of examples.

from raylib.

raysan5 avatar raysan5 commented on September 27, 2024

I prefer to keep rglfw.c, it amalgamates all GLFW into a single module and it simplifies a lot compilation process.

In any case, how does CMake/GLFW resolve this same issue? Because build process is also supposed to compile and link all those symbols with the same name.

from raylib.

M374LX avatar M374LX commented on September 27, 2024

When building with CMake, instead of using rglfw.c, GLFW's CMakeLists.txt is included along with raylib's own CMakeLists.txt, as seen in https://github.com/raysan5/raylib/blob/master/cmake/GlfwImport.cmake.

Anyway, keeping rglfw.c and just renaming GLFW's functions with conflicting names is indeed a simpler solution.

from raylib.

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.