Code Monkey home page Code Monkey logo

Comments (11)

courtneyvigo avatar courtneyvigo commented on March 29, 2024 7

@zur4ik - I was having the same problem. For anyone else:

var renderer = PIXI.autoDetectRenderer(256, 256, {antialias: false, transparent: true, resolution: 1});

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on March 29, 2024 1

better late than never! background transparency is now implemented..

var renderer = PIXI.autoDetectRenderer(400, 300, null, *true*);

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on March 29, 2024

Ah yes! That would be quite handy, pixi.js is not set up for transparent backgrounds just yet, but will be super easy to change that :)
Added to my todo list..

from pixijs.

bebensiganteng avatar bebensiganteng commented on March 29, 2024

thanks for the reply, can you give me a hint please, maybe i could help ;)

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on March 29, 2024

You are more than welcome too help 👍

Here's a starting point for ya :)

The background color is set here (line 78) in the canvas render:

if(this.view.style.backgroundColor!=stage.backgroundColorString)this.view.style.backgroundColor = stage.backgroundColorString;

and here (line 189) in the webGLRender:

gl.clearColor(stage.backgroundColorSplit[0], stage.backgroundColorSplit[1], stage.backgroundColorSplit[2], 1.0);

from pixijs.

thenayr avatar thenayr commented on March 29, 2024

@GoodBoyDigital This is great! I was literally just looking to implement this. Thanks!

from pixijs.

bebensiganteng avatar bebensiganteng commented on March 29, 2024

wow! ... was reserving my weekends to do this but thanks!!

from pixijs.

bradparks avatar bradparks commented on March 29, 2024

and... for those new to pixi.js... wow! sweet!

from pixijs.

zur4ik avatar zur4ik commented on March 29, 2024

I put

var renderer = PIXI.autoDetectRenderer(400, 300, null, true);

but my canvas is black anyway. Any ideas?

from pixijs.

englercj avatar englercj commented on March 29, 2024

@zur4ik if you are using v3,that is not the proper param for autoDetectRenderer. Check out the v3 docs:

http://pixijs.github.io/docs/PIXI.html#.autoDetectRenderer

from pixijs.

lock avatar lock commented on March 29, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from pixijs.

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.