Git Product home page Git Product logo

Comments (4)

JoseOcasio avatar JoseOcasio commented on July 24, 2024

I suspect and error when drawing the loaded assets. Been debugging for a bit and it seems it in the drawing process or the images are not being properly loaded.

I noticed all paths to the images have a app0:resources/* . What does app0 mean?

from terri-fried.

xfangfang avatar xfangfang commented on July 24, 2024

app0:resources/* means ux0:app/APPID**/resources/*


I notice that the CMake doesn't copy the resource files when building vpk.

The cmake file should be added as follows:

vita_create_vpk(${SHORT_NAME}.vpk ${VITA_TITLEID} ${SHORT_NAME}.self
  VERSION ${VITA_VERSION}
  NAME ${VITA_APP_NAME}
  
 # resources
 src/resources/click.ogg resources/click.ogg
......

  # Livearea files
  FILE sce_sys/icon0.png sce_sys/icon0.png
  FILE sce_sys/pic0.png sce_sys/pic0.png
  FILE sce_sys/livearea/contents/bg0.png sce_sys/livearea/contents/bg0.png
  FILE sce_sys/livearea/contents/startup.png sce_sys/livearea/contents/startup.png
  FILE sce_sys/livearea/contents/template.xml sce_sys/livearea/contents/template.xml
)

from terri-fried.

JoseOcasio avatar JoseOcasio commented on July 24, 2024

I submitted a merge request that fixes this. It was missing a key dependencies and the location of the resources to be capture in the make file. Require no change on the code, just on the CMAKE

from terri-fried.

JoseOcasio avatar JoseOcasio commented on July 24, 2024

Fully tested and working as intended with the new changes. Please review.

from terri-fried.

Related Issues (13)

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.