Search results for "module:OpenGL"
OpenGL::GLU - Perl bindings to the OpenGL Utility Library (GLU)
This is a stand alone implementation of OpenGL::GLU bindings based on the implementation of OpenGL. EXPORT None by default. Exportable constants GLU_AUTO_LOAD_MATRIX GLU_BEGIN GLU_CCW GLU_CULLING GLU_CW GLU_DISPLAY_MODE GLU_DOMAIN_DISTANCE GLU_EDGE_F...
CHM/OpenGL-GLU-0.03 - 04 Mar 2017 12:56:39 UTC
OpenGL::GLM - Interface to the GLM library for loading Alias Wavefront OBJ files
This module is a perl interface to the GLM library, by Nate Robbins and Jeff Rogers, for loading Alias Wavefront 3d object files and displaying them through OpenGL. Note that no OpenGL::GLM objects should be created until an OpenGL context has first ...
JCHIN/OpenGL-GLM-0.01 - 24 Nov 2005 02:05:29 UTC
OpenGL::RWX - Provides support for loading 3D models from RWX files
OpenGL::RWX provides a basic implementation of a RWX file parser. Given a file name, it will load the file and parse the contents directly into a compiled OpenGL display list. The OpenGL display list can then be executed directly from the RWX object....
ADAMK/OpenGL-RWX-0.02 - 19 Dec 2010 09:40:13 UTC
OpenGL::PLG - Create, manipulate and render PoLyGon objects and files
OpenGL::PLG is a class for OpenGL polygon objects. It lets you easily create and manipulate 3d polygon models. It also reads and writes files in raw PLG format, dumps OpenGL code and renders the 3d model (if you have Perl OpenGL installed)....
GARU/OpenGL-PLG-0.03 - 11 Sep 2008 03:18:15 UTC
SDL::OpenGL - a SDL perl extension
Additional Methods...
WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC
OpenGL::GLFW - Perl bindings for the GLFW library
OpenGL::GLFW provides perl5 bindings to the GLFW library for OpenGL applications development. The implementation is a direct translation of the GLFW C interface to perl. You can use the official GLFW documentation at <http://www.glfw.org/documentatio...
CHM/OpenGL-GLFW-0.04 - 23 Sep 2017 20:35:55 UTC
OpenGL::QEng - the 3D rendering engine for Games::Quest3D.
OVERMARS/OpenGL-QEng-0.27
-
12 Nov 2008 15:56:06 UTC
OpenGL::FTGL - interface to the FTGL library (to use arbitrary fonts in OpenGL applications).
OpenGL doesn't provide direct font support. FTGL is a free, open source library which makes possible to use TrueType or OpenType fonts in an OpenGL application. FUNCTIONS The seven "ftglCreate*" functions take as parameter $fontfile which is the path...
JLMOREL/OpenGL-FTGL-0.01 - 06 Aug 2012 10:43:14 UTC
OpenGL::List - Massively optimise your Perl OpenGL program with display lists
POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Unknown directive: =head...
ADAMK/OpenGL-List-0.01 - 17 Dec 2010 16:04:48 UTC
OpenGL::GLUT - Perl bindings to GLUT/FreeGLUT GUI toolkit
OpenGL::GLUT is the alpha release of a stand-alone module for GLUT/FreeGLUT bindings extracted from code in the original Perl OpenGL module. The purpose is to make this functionality available independent of the legacy OpenGL module for use with Open...
ETJ/OpenGL-GLUT-0.72 - 09 Jan 2022 20:40:31 UTC
Prima::OpenGL - Prima extension for OpenGL drawing
The module allows for programming GL library together with Prima widgets. OpenGL module does a similar jobs using freeglut GUI library....
KARASIK/Prima-OpenGL-1.03 - 10 Jan 2023 20:32:40 UTC
OpenGL::Earth
It's an attempt to write an OpenGL Perl program that can display a fancy rotating planet, while also displaying useful geographic information on it. The development is in a really really early stage now (Jan 2009). Don't expect miracles. It's basical...
COSIMO/OpenGL-Earth-0.05 - 26 Jan 2014 10:57:50 UTC
OpenGL::Simple - Another interface to OpenGL
This module provides an interface to the OpenGL 3d graphics library; it binds the OpenGL functions and constants to Perl subroutines with a polymorphic interface. For instance, the twenty-four "glVertex*" functions are provided by a single "glVertex"...
JCHIN/OpenGL-Simple-0.03 - 25 Nov 2005 11:14:03 UTC
OpenGL::Modern - Perl extension to Modern OpenGL API up to 4.5
"OpenGL::Modern" provides perl bindings to the OpenGL graphics APIs using the OpenGL Extension Wrangler (GLEW) library. These bindings were largely generated by parsing the GLEW include file, "glew.h". This module updates the original Perl OpenGL bin...
CHM/OpenGL-Modern-0.04 - 06 Aug 2017 16:23:18 UTC
OpenGL::Sandbox - Rapid-prototyping utilities for OpenGL
This module collection aims to provide quick and easy access to OpenGL, for use in one-liners or experiments or simple visualizations. There are many system dependencies involved, so to make the modules more accessible I divided it into multiple dist...
NERDVANA/OpenGL-Sandbox-0.120 - 08 Feb 2019 06:04:34 UTC
OpenGL::XScreenSaver - prepare environment for writing OpenGL-based XScreenSaver hacks
This module allows you to write OpenGL XScreenSaver hacks in Perl. It prepares the GL to be used with XScreenSaver. Read the synopsis for how your program might look. Description of functions The init() function will return a true value if a window t...
PENMA/OpenGL-XScreenSaver-0.05 - 12 May 2013 23:49:19 UTC