Git Product home page Git Product logo

Comments (1)

jaimeyzzz avatar jaimeyzzz commented on August 13, 2024
  1. RESOURCES_DIR is defined in Cmakelists.txt and is set to /your/path/resources/ as default for my example codes. You should put a png image sequence under the resource folder. Or you can set your own resource dir in the Cmakelists.txt file of different exmaple code directories.

    For example, modify line 47 in /your/path//src/examples/mvc_blender_demo/CMakeLists.txt if you want to run mvc code with your own resource dir

target_compile_definitions(${target}
    PRIVATE
    RESOURCES_DIR="${CMAKE_CURRENT_SOURCE_DIR}/../../../resources/"
)
  1. APP_NAME is defined in example code for different examples. You do not need to set this. You can find a macro line in main.cc file like the following one
#define APP_NAME "xxx"

I'm sorry that the documentation is not detailed enough. You are welcome to email me if you feel confused about using the code. It's not so proper to comment this as an issue.

I'm goint to close it and please feel free to email me about code usage.

from blending.

Related Issues (3)

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.