Download the PHP package microscrap/ogx without Composer
On this page you can find all versions of the php package microscrap/ogx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download microscrap/ogx
More information about microscrap/ogx
Files in microscrap/ogx
Download microscrap/ogx
More information about microscrap/ogx
Files in microscrap/ogx
Vendor microscrap
Package ogx
Short Description OpenGL plugin for ScrapyardIO Tubes — DeferredFramebuffer, WindowHandler, Rendering Engine, and Input Handler.
License MIT
Homepage https://scrapyard-io.projectsaturnstudios.com/ecosystem/microscrap/ogx
Package ogx
Short Description OpenGL plugin for ScrapyardIO Tubes — DeferredFramebuffer, WindowHandler, Rendering Engine, and Input Handler.
License MIT
Homepage https://scrapyard-io.projectsaturnstudios.com/ecosystem/microscrap/ogx
Please rate this library. Is it a good library?
Informations about the package ogx
microscrap/ogx — OpenGL Deferred framebuffer for tubes
Docs: companion to microscrap/glfw + microscrap/open-gl. Ecosystem page for ogx may follow.
Composer package remains microscrap/ogx. Registers tubes framebuffer driver key open-gl as OgxFramebuffer (extends tubes DeferredFramebuffer, implements OpenGLFramebuffer marker). GLFW is the context host (see glfw README later for window pairing).
- GLFW owns the window/context (
microscrap/glfw) - Draws go through
microscrap/open-gl(GL::*) - Default headless = hidden GLFW window + GL context
- Windowed =
OgxFramebuffer::attachedTo($glfwWindow, …) OpenGLWindowHandler::setVsync(bool)— GLFWswapInterval1/0. On macOS,glfwSwapInterval(0)is ignored;DarwinCglSwapIntervalsets CGLkCGLCPSwapIntervalwhen the interval changes (not every present). Linux uses GLFW only.- Windowed
fill/fillRectRawskip the CPU shadow (GPU scissor+clear is the on-screen path). Headless dump still dual-writes.
Requirements
- PHP 8.4+
ext-glfw,ext-openglmicroscrap/glfw^0.7,microscrap/open-gl^0.7,scrapyard-io/tubes^0.7
License
MIT
All versions of ogx with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4|^8.5|^8.6
ext-opengl Version ^0.7.0
fabricate/nuts-and-bolts Version ^0.7.0
microscrap/glfw Version ^0.7.0
microscrap/open-gl Version ^0.7.0
scrapyard-io/tubes Version ^0.7.0
ext-opengl Version ^0.7.0
fabricate/nuts-and-bolts Version ^0.7.0
microscrap/glfw Version ^0.7.0
microscrap/open-gl Version ^0.7.0
scrapyard-io/tubes Version ^0.7.0
The package microscrap/ogx contains the following files
Loading the files please wait ...