Using CircleGeometry with radius in pixel not random unit

please is there any way to make the CircleGeometry take the radius in pixel not units because I want to provide pixel for them to fill the screen

OrthographicCamera may help you do this.

However, think whether you need CircleGeometry for this. Sometimes Canvas2D is all you need.