Code Monkey home page Code Monkey logo

Comments (2)

PSteinhaus avatar PSteinhaus commented on May 30, 2024

Hmm, good question.
We'd probably need to look into miniquads Texture type and how it can be serialized.

From what I can see our only option would be to use gl_internal_id to get the raw OpenGL-handle which we could then probably use to copy the texture GPU-buffer into a CPU-one that we specify, similar to how it works in ggez.

That would require to use some raw OpenGL-calls, accessible through the gl-context that is provided through the miniquad-context which is part of the gwg-context. But, I am not that used to working with OpenGL directly, so I don't spontaneously know what the necessary steps / functions would be exactly and I'm currently sadly a bit busy, so it's not very likely that I'll look into it soon, but I'll try to do so once things get better (which will probably take a couple of weeks sadly). That and working out the asset-cache-thing so that we can finally upgrade to newer miniquad versions...

from good-web-game.

ccie18473 avatar ccie18473 commented on May 30, 2024

No issues, I managed to do the same with the image crate. Something like:
image = include_bytes!("../resources/image.png");
rgba = image::load_from_memory(image).unwrap().to_rgba().into_raw();
Thanks !

from good-web-game.

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.