Code Monkey home page Code Monkey logo

Comments (3)

zeddidragon avatar zeddidragon commented on June 17, 2024

Thanks in advance. :]

from kivybits.

Zen-CODE avatar Zen-CODE commented on June 17, 2024

Okay, I think the confusion here is what a stencil does. Keep in mind I am no expert here, but from what I gather, a stencil only "clips" the area of drawing i.e. it prevent drawing, but does not drawing itself. I'm not at all sure what color even means in the context of a stencil...

"but if you remove that first recctangle, the visible part of the stencil is only that circle"
Yes, because only the circle commands have been added to the stencil.

"It would be much more convenient to be able to specify a depth between 0 and 255 to draw"
Kivy is based on OpenGL, so that pretty much determines how graphics are drawn.

"instead there seems to be this complete guesswork where some shapes sometimes draw black, "
You would have to more specific, as it seems to make sense to me. One thing I did notice, was that in you kv file, moving the "stencilpop" to right after the "stencilunuse" fixed some issues I did not expect..

canvas.after:
StencilUnUse
StencilPop

But aside from that, I'm afraid you'd have to be more specific about what is odd. Perhaps another simple example?

from kivybits.

Zen-CODE avatar Zen-CODE commented on June 17, 2024

Okay, so now I read it, the issues I did not expect are to be expected :-)

http://kivy.org/docs/api-kivy.graphics.stencil_instructions.html

Drawing in PHASE 1 and PHASE 3 must not collide or you will get unexpected results

from kivybits.

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.