394 lines
No EOL
23 KiB
HTML
394 lines
No EOL
23 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: Graphics library</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=Graphics%20library">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - Graphics library</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">Graphics library</div><div id="article">Low-level graphics libraries. There is a separate <a href="GUI.html" class="internal">GUI</a> page for things like widget toolkits. See also <a href="plotting.html" class="internal">plotting</a>/graphing libraries.<p><ul>
|
|
<li>
|
|
<a href="cffi-cairo.html" class="internal">cffi-cairo</a> -
|
|
<a href="https://mr-co.de/projects/cffi-cairo/">CFFI-CAIRO</a> is a set of CL <a href="FFI.html" class="internal">bindings</a> for the <a href="graphics library.html" class="category">graphics library</a> <a href="https://www.cairographics.org/">Cairo</a> using <a href="CFFI.html" class="internal">CFFI</a>
|
|
</li>
|
|
<li>
|
|
<a href="CFFI-SDL.html" class="internal">CFFI-SDL</a> -
|
|
CFFI-SDL is a set of Lisp bindings for the <a href="SDL.html" class="category">SDL</a> <a href="graphics library.html" class="category">graphics library</a>, and <a href="OpenGL.html" class="category">OpenGL</a>, using <a href="CFFI.html" class="internal">CFFI</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-2d.html" class="internal">cl-2d</a> -
|
|
Cl-2d is a two-dimensional <a href="graphics library.html" class="category">graphics library</a> for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="cl-aa.html" class="internal">cl-aa</a> -
|
|
cl-aa implements the anti-aliasing algorithm from <a href="http://antigrain.com/">AntiGrain</a> in Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="cl-cairo2.html" class="internal">cl-cairo2</a> -
|
|
cl-cairo2 is a <a href="graphics library.html" class="category">graphics library</a> that provides Common Lisp bindings for the <a href="http://cairographics.org/">Cairo</a> API
|
|
</li>
|
|
<li>
|
|
<a href="cl-colors.html" class="internal">cl-colors</a> -
|
|
[unmaintained, maintainers welcome] Contains named RGB colors; supports color combinations, alpha channels and HSV conversion/manipulation
|
|
</li>
|
|
<li>
|
|
<a href="cl-colors2.html" class="internal">cl-colors2</a> -
|
|
This is a very simple color library for Common Lisp, providing:
|
|
</li>
|
|
<li>
|
|
<a href="cl-fond.html" class="internal">cl-fond</a> -
|
|
A bindings library to <a href="https://github.com/Shirakumo/libfond">libfond</a>, a simple <a href="OpenGL.html" class="category">OpenGL</a> text rendering engine by the same author
|
|
</li>
|
|
<li>
|
|
<a href="cl-freetype2.html" class="internal">cl-freetype2</a> -
|
|
cl-freetype2 is a <a href="CFFI.html" class="internal">CFFI</a> wrapper for <a href="http://www.freetype.org/">FreeType 2</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-gd.html" class="internal">cl-gd</a> -
|
|
<a href="https://edicl.github.io/cl-gd/">CL-GD</a> is a library enabling <a href="Common Lisp implementation.html" class="internal">CL implementations</a> to use the <a href="http://libgd.github.io/">GD</a> <a href="graphics library.html" class="category">graphics library</a> via <a href="UFFI.html" class="internal">UFFI</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-graphicsmagick.html" class="internal">cl-graphicsmagick</a> -
|
|
<a href="https://github.com/muyinliu/cl-graphicsmagick">cl-graphicsmagick</a> is a set of lisp bindings for the <a href="http://www.graphicsmagick.org">GraphicsMagick</a> <a href="graphics library.html" class="category">graphics library</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-graphviz.html" class="internal">cl-graphviz</a> -
|
|
cl-graphviz is a CFFI interface to graphviz with <a href="cl-graph.html" class="internal">cl-graph</a> integration
|
|
</li>
|
|
<li>
|
|
<a href="cl-horde3d.html" class="internal">cl-horde3d</a> -
|
|
CL-HORDE3D provides <a href="CFFI.html" class="internal">CFFI</a> bindings to the <a href="http://horde3d.org/">Horde3D</a> graphics engine
|
|
</li>
|
|
<li>
|
|
<a href="cl-image2text.html" class="internal">cl-image2text</a> -
|
|
<a href="https://github.com/ivanp7/cl-image2text">cl-image2text</a> is a command-line tool that converts images to text (to ANSI color codes, images we can see in the terminal)
|
|
</li>
|
|
<li>
|
|
<a href="cl-magick.html" class="internal">cl-magick</a> -
|
|
<a href="http://www.common-lisp.net/project/cl-magick">cl-magick</a> is a set of lisp bindings for the <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a> <a href="graphics library.html" class="category">graphics library</a>, a comprehensive image manipulation library
|
|
</li>
|
|
<li>
|
|
<a href="CL-Pango.html" class="internal">CL-Pango</a> -
|
|
CL-PANGO is a cffi binding to the <a href="https://pango.gnome.org/">Pango</a> <a href="text.html" class="category">text</a> formatting library
|
|
</li>
|
|
<li>
|
|
<a href="cl-photo.html" class="internal">cl-photo</a> -
|
|
<a href="http://git.kpe.io/?p=cl-photo.git;a=summary">cl-photo</a> is a <a href="graphics library.html" class="category">graphics library</a> of calculators for photographic functions
|
|
</li>
|
|
<li>
|
|
<a href="cl-raytracer.html" class="internal">cl-raytracer</a> -
|
|
A bare-bones ray tracer written in Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="cl-sane.html" class="internal">cl-sane</a> -
|
|
cl-sane is a set of bindings for the <a href="http://www.sane-project.org/">SANE</a> (Scanner Access Now Easy) image scanner library
|
|
</li>
|
|
<li>
|
|
<a href="cl-sdl2.html" class="internal">cl-sdl2</a> -
|
|
<a href="https://github.com/lispgames/cl-sdl2">cl-sdl2</a> is a wrapper for <a href="http://libsdl.org/download-2.0.php">SDL 2.0</a>
|
|
</li>
|
|
<li>
|
|
<a href="CL-V4L2.html" class="internal">CL-V4L2</a> -
|
|
cl-v4l2 is a CFFI interface to Video4Linux2
|
|
</li>
|
|
<li>
|
|
<a href="cl-vectors.html" class="internal">cl-vectors</a> -
|
|
cl-vectors is a pure CL vector rasterization and manipulation system
|
|
</li>
|
|
<li>
|
|
<a href="classimp.html" class="internal">classimp</a> -
|
|
common lisp/cffi bindings for <a href="http://assimp.sourceforge.net/">Open Asset Import Library</a>
|
|
</li>
|
|
<li>
|
|
<a href="cleven.html" class="internal">cleven</a> -
|
|
Cleven is an experimental <a href="game.html" class="category">game</a> engine with volume graphics written in Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="CLinch.html" class="internal">CLinch</a> -
|
|
CLinch is a simple, yet powerful 3d engine/<a href="graphics library.html" class="category">graphics library</a> in <a href="OpenGL.html" class="category">OpenGL</a> for Lisp
|
|
</li>
|
|
<li>
|
|
<a href="CLX.html" class="internal">CLX</a> -
|
|
CLX provides an implementation of the X Window System protocol to Lisp <a href="graphics library.html" class="category">graphics library</a>[ies] and applications
|
|
</li>
|
|
<li>
|
|
<a href="color-gradients.html" class="internal">color-gradients</a> -
|
|
color-gradients is a <a href="graphics library.html" class="category">graphics library</a> that computes linear or radial color gradients
|
|
</li>
|
|
<li>
|
|
<a href="de.setf.graphics.html" class="internal">de.setf.graphics</a> -
|
|
de setf graphics is a native Common Lisp <a href="graphics library.html" class="category">graphics library</a> that provides 3d scene and geometry modeling in CLOS with rendering support for <a href="clim.html" class="internal">clim</a>, <a href="clx.html" class="internal">clx</a>, <a href="opengl.html" class="category">opengl</a>, quickdraw, and svg
|
|
</li>
|
|
<li>
|
|
<a href="Fract.html" class="internal">Fract</a> -
|
|
Fract is a <a href="web.html" class="category">web</a>-based fractal zoomer for the Mandelbrot Set
|
|
</li>
|
|
<li>
|
|
<a href="Fractal hacks.html" class="internal">Fractal hacks</a> -
|
|
<a href="Fractal hacks.html" class="category">Fractal hacks</a> is a collection of programs for drawing fractal curves
|
|
</li>
|
|
<li>
|
|
<a href="GRT Raytracer.html" class="internal">GRT Raytracer</a> -
|
|
GRT Raytracer is a Common Lisp ray-tracing system
|
|
</li>
|
|
<li>
|
|
<a href="image.html" class="internal">image</a> -
|
|
Image is an image-drawing library with a few drawing primitives (circles, ellipses, lines, rectangles, text)
|
|
</li>
|
|
<li>
|
|
<a href="IMAGO.html" class="internal">IMAGO</a> -
|
|
IMAGO is an image manipulation and <a href="image file.html" class="category">image file</a> input/output library written by Matthieu Villeneuve
|
|
</li>
|
|
<li>
|
|
<a href="kl-verify.html" class="internal">kl-verify</a> -
|
|
<a href="https://github.com/kevinlynx/kl-verify">kl-verify</a> is a common lisp library to generate a simple verify code <a href="image.html" class="category">image</a>
|
|
</li>
|
|
<li>
|
|
<a href="lisp-magick.html" class="internal">lisp-magick</a> -
|
|
<a href="http://www.nil.at/software/lisp-magick.html">lisp-magick</a> is a binding for the <a href="http://www.imagemagick.org/">ImageMagick</a> <a href="graphics library.html" class="category">graphics library</a>
|
|
</li>
|
|
<li>
|
|
<a href="lispbuilder-sdl.html" class="internal">lispbuilder-sdl</a> -
|
|
<a href="Lispbuilder.html" class="category">Lispbuilder</a>-SDL provides Common Lisp bindings for the <a href="SDL.html" class="category">SDL</a> <a href="graphics library.html" class="category">graphics library</a>
|
|
</li>
|
|
<li>
|
|
<a href="mixamesh.html" class="internal">mixamesh</a> -
|
|
Renderable triangle mesh handling library for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="Okra.html" class="internal">Okra</a> -
|
|
Okra provides <a href="CFFI.html" class="internal">CFFI</a> bindings to the <a href="https://www.ogre3d.org/">Ogre</a> 3D graphics engine
|
|
</li>
|
|
<li>
|
|
<a href="opticl.html" class="internal">opticl</a> -
|
|
An image processing library for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="pal.html" class="internal">pal</a> -
|
|
<a href="https://gitlab.common-lisp.net/pal/pal">PAL</a> is a Common Lisp multimedia library that provides simple and easy to use Lisp interface for all your basic graphics and <a href="audio.html" class="category">audio</a> needs
|
|
</li>
|
|
<li>
|
|
<a href="plotting.html" class="internal">plotting</a> -
|
|
<a href="Library.html" class="internal">Library</a> and <a href="Application.html" class="internal">Application</a> packages to produce 2D and 3D plots
|
|
</li>
|
|
<li>
|
|
<a href="point-polygon.html" class="internal">point-polygon</a> -
|
|
<a href="http://web.archive.org/web/20180825150411/http://janduja.com/point-polygon/point-polygon.html">point-polygon</a> is a Common Lisp library to test if a point lies inside or outside a polygon in 2 dimensions coordinates
|
|
</li>
|
|
<li>
|
|
<a href="poly-pen.html" class="internal">poly-pen</a> -
|
|
Poly-pen is a graphical proxy for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="psgraph.html" class="internal">psgraph</a> -
|
|
psgraph is a small package for generating <a href="PostScript.html" class="internal">PostScript</a> pictures of directed acyclic graphs written by <a href="https://www.cliki.net/Joe%20Bates" class="new">Joe Bates</a> and mentioned here: <a href="http://www.cs.cmu.edu/Groups/AI/html/faqs/lang/lisp/part6/faq-doc-2.html">Repositories of Lisp Software</a>
|
|
</li>
|
|
<li>
|
|
<a href="s-dot.html" class="internal">s-dot</a> -
|
|
<a href="http://martin-loetzsch.de/S-DOT">S-Dot</a> by <a href="http://www.martin-loetzsch.de">Martin Loetzsch</a> is a <a href="Common Lisp.html" class="category">Common Lisp</a> interface to the 'dot' tool of the <a href="http://www.graphviz.org">GraphViz</a> <a href="graphics library.html" class="category">graphics library</a>
|
|
</li>
|
|
<li>
|
|
<a href="Simple 3D viewing.html" class="internal">Simple 3D viewing</a> -
|
|
<a href="Simple 3D viewing.html" class="internal">Simple 3D viewing</a> is a <a href="Graphics library.html" class="category">Graphics library</a> for 3D wireframe drawing based on RenderMan's conventions
|
|
</li>
|
|
<li>
|
|
<a href="simple-rgb.html" class="internal">simple-rgb</a> -
|
|
<a href="http://code.google.com/p/simple-rgb/">simple-rgb</a> is a library for manipulating RGB and HSV color values
|
|
</li>
|
|
<li>
|
|
<a href="Targa Image Loading for Common Lisp.html" class="internal">Targa Image Loading for Common Lisp</a> -
|
|
Targa Image Loading for Common Lisp is a library for reading Truevision (TGA) images, authored by Jeffrey Massung
|
|
</li>
|
|
<li>
|
|
<a href="Vecto.html" class="internal">Vecto</a> -
|
|
Vecto is a <a href="graphics library.html" class="category">graphics library</a> that uses <a href="cl-vectors.html" class="internal">cl-vectors</a> and <a href="Salza.html" class="internal">Salza</a> to draw vector graphics to PNG files
|
|
</li>
|
|
<li>
|
|
<a href="xelf.html" class="internal">xelf</a> -
|
|
<a href="https://gitlab.com/dto/xelf">Xelf</a> is a simple 2-D <a href="game.html" class="internal">game</a> engine for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="ZPB-TTF.html" class="internal">ZPB-TTF</a> -
|
|
ZPB-TTF is a <a href="graphics library.html" class="category">graphics library</a> for parsing TrueType font files and obtaining font and glyph information
|
|
</li>
|
|
<li>
|
|
<a href="ZPNG.html" class="internal">ZPNG</a> -
|
|
ZPNG is a <a href="graphics library.html" class="category">graphics library</a> for creating PNG <a href="file format.html" class="category">file format</a> files
|
|
</li>
|
|
</ul><p><b>Image (bitmap and vector) libraries:</b> (main topic: <a href="image file.html" class="internal">image file</a>)<p><ul>
|
|
<li>
|
|
<a href="cl-devil.html" class="internal">cl-devil</a> -
|
|
cl-devil provides CFFI bindings to the <a href="http://openil.sourceforge.net/">DevIL</a> <a href="image file.html" class="category">image file</a> loading library
|
|
</li>
|
|
<li>
|
|
<a href="cl-jpeg.html" class="internal">cl-jpeg</a> -
|
|
CL-JPEG (<a href="Common Lisp.html" class="category">Common Lisp</a> JPEG Library) can compress and decompress raster-images to/from the JPEG <a href="image file.html" class="category">image file</a> format
|
|
</li>
|
|
<li>
|
|
<a href="CL-PNG.html" class="internal">CL-PNG</a> -
|
|
CL-PNG reads and writes PNG (Portable Network Graphics) <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
<li>
|
|
<a href="cl-rsvg.html" class="internal">cl-rsvg</a> -
|
|
<a href="http://arcocene.org/code/cl-rsvg/">cl-rsvg</a> is a set of bindings for the <a href="http://librsvg.sourceforge.net/">librsvg</a> SVG <a href="image file.html" class="category">image file</a> library
|
|
</li>
|
|
<li>
|
|
<a href="cl-soil.html" class="internal">cl-soil</a> -
|
|
Common Lisp wrapper around the <a href="https://github.com/littlstar/soil">SOIL library</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-svg.html" class="internal">cl-svg</a> -
|
|
cl-svg offers a somewhat friendlier way to produce <a href="https://www.w3.org/Graphics/SVG/">SVG</a> <a href="image file.html" class="category">image file</a>s than hand-rolling <a href="XML.html" class="internal">XML</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-tga.html" class="internal">cl-tga</a> -
|
|
CL-TGA reads tga <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
<li>
|
|
<a href="exifinfo.html" class="internal">exifinfo</a> -
|
|
<a href="https://cl-pdx.com/static/exifinfo.lisp">exifinfo.lisp</a> is a utility to read EXIF data from <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
<li>
|
|
<a href="IMAGO.html" class="internal">IMAGO</a> -
|
|
IMAGO is an image manipulation and <a href="image file.html" class="category">image file</a> input/output library written by Matthieu Villeneuve
|
|
</li>
|
|
<li>
|
|
<a href="jpeg.html" class="internal">jpeg</a> -
|
|
<a href="https://cl-pdx.com/static/jpeg.lisp">jpeg.lisp</a> is a library for reading and writing JPEG <a href="image file.html" class="category">image file</a>s in Lisp
|
|
</li>
|
|
<li>
|
|
<a href="lispbuilder-sdl-image.html" class="internal">lispbuilder-sdl-image</a> -
|
|
LISPBUILDER-SDL-IMAGE provides a Lisp wrapper for the SDL_Image library
|
|
</li>
|
|
<li>
|
|
<a href="png-read.html" class="internal">png-read</a> -
|
|
png-read is a PNG <a href="image file.html" class="category">image file</a> decoder in pure Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="retrospectiff.html" class="internal">retrospectiff</a> -
|
|
retrospectiff is a library for reading and writing TIFF <a href="image file.html" class="category">image file</a>s in Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="sb-dxf.html" class="internal">sb-dxf</a> -
|
|
sb-dxf generates AutoCad dxf <a href="CAD.html" class="category">CAD</a> vector <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
<li>
|
|
<a href="Skippy.html" class="internal">Skippy</a> -
|
|
<a href="http://www.xach.com/lisp/skippy/">Skippy</a> reads and writes GIF <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
<li>
|
|
<a href="Targa Image Loading for Common Lisp.html" class="internal">Targa Image Loading for Common Lisp</a> -
|
|
Targa Image Loading for Common Lisp is a library for reading Truevision (TGA) images, authored by Jeffrey Massung
|
|
</li>
|
|
<li>
|
|
<a href="texatl.html" class="internal">texatl</a> -
|
|
<a href="https://github.com/rpav/texatl">texatl</a> is a tiny system for creating font and sprite atlases
|
|
</li>
|
|
<li>
|
|
<a href="ZPB-EXIF.html" class="internal">ZPB-EXIF</a> -
|
|
ZPB-EXIF reads <a href="http://www.exif.org/">Exif</a> data from <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
</ul><p><b>OpenGL libraries:</b> (main topic: <a href="OpenGL.html" class="internal">OpenGL</a>)<p><ul>
|
|
<li>
|
|
<a href="CFFI-SDL.html" class="internal">CFFI-SDL</a> -
|
|
CFFI-SDL is a set of Lisp bindings for the <a href="SDL.html" class="category">SDL</a> <a href="graphics library.html" class="category">graphics library</a>, and <a href="OpenGL.html" class="category">OpenGL</a>, using <a href="CFFI.html" class="internal">CFFI</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-fond.html" class="internal">cl-fond</a> -
|
|
A bindings library to <a href="https://github.com/Shirakumo/libfond">libfond</a>, a simple <a href="OpenGL.html" class="category">OpenGL</a> text rendering engine by the same author
|
|
</li>
|
|
<li>
|
|
<a href="cl-ftgl.html" class="internal">cl-ftgl</a> -
|
|
cl-ftgl is a set of bindings to the <a href="https://sourceforge.net/projects/ftgl/">FTGL</a> <a href="OpenGL.html" class="category">OpenGL</a> font rendering library
|
|
</li>
|
|
<li>
|
|
<a href="cl-glfw.html" class="internal">cl-glfw</a> -
|
|
Is a <a href="public domain.html" class="internal">public domain</a> set of <a href="CFFI.html" class="internal">CFFI</a> bindings for the <a href="http://www.glfw.org/">GLFW</a> <a href="OpenGL.html" class="category">OpenGL</a> helper library
|
|
</li>
|
|
<li>
|
|
<a href="cl-glfw3.html" class="internal">cl-glfw3</a> -
|
|
Is a <a href="BSD license.html" class="internal">BSD license</a>d set of <a href="CFFI.html" class="internal">CFFI</a> bindings for version 3.x of the <a href="http://www.glfw.org/">GLFW</a> <a href="OpenGL.html" class="category">OpenGL</a> helper library
|
|
</li>
|
|
<li>
|
|
<a href="cl-opengl.html" class="internal">cl-opengl</a> -
|
|
cl-opengl is a set of <a href="CFFI.html" class="internal">CFFI</a> bindings to the <a href="OpenGL.html" class="category">OpenGL</a>, GLU and GLUT
|
|
</li>
|
|
<li>
|
|
<a href="cl-soil.html" class="internal">cl-soil</a> -
|
|
Common Lisp wrapper around the <a href="https://github.com/littlstar/soil">SOIL library</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-tga.html" class="internal">cl-tga</a> -
|
|
CL-TGA reads tga <a href="image file.html" class="category">image file</a>s
|
|
</li>
|
|
<li>
|
|
<a href="CLinch.html" class="internal">CLinch</a> -
|
|
CLinch is a simple, yet powerful 3d engine/<a href="graphics library.html" class="category">graphics library</a> in <a href="OpenGL.html" class="category">OpenGL</a> for Lisp
|
|
</li>
|
|
<li>
|
|
<a href="de.setf.graphics.html" class="internal">de.setf.graphics</a> -
|
|
de setf graphics is a native Common Lisp <a href="graphics library.html" class="category">graphics library</a> that provides 3d scene and geometry modeling in CLOS with rendering support for <a href="clim.html" class="internal">clim</a>, <a href="clx.html" class="internal">clx</a>, <a href="opengl.html" class="category">opengl</a>, quickdraw, and svg
|
|
</li>
|
|
<li>
|
|
<a href="glop.html" class="internal">glop</a> -
|
|
Glop is an <a href="OpenGL.html" class="category">OpenGL</a> window and input management library for win32 and X11, providing a native Lisp alternative to <a href="http://www.opengl.org/resources/libraries/glut/">GLUT</a> and <a href="http://www.glfw.org/">GLFW</a>
|
|
</li>
|
|
<li>
|
|
<a href="GLOS.html" class="internal">GLOS</a> -
|
|
GLOS (Graphic Library in Open Source) is a from-scratch software implementation of <a href="OpenGL.html" class="category">OpenGL</a>
|
|
</li>
|
|
<li>
|
|
<a href="Open Agent Engine.html" class="internal">Open Agent Engine</a> -
|
|
<a href="https://github.com/seanjensengrey/xmlisp/blob/master/XMLisp/sources/XLUI/agent-3D.lisp">Open Agent Engine</a> is an object oriented graphics framework based on classes representing <a href="OpenGL.html" class="category">OpenGL</a> 2.0 windows (opaque and transparent), and <a href="OpenGL.html" class="category">OpenGL</a> views with methods to handle rendering, animation, mouse input, keyboard events, gamePad input, texture management, and shader manipulation
|
|
</li>
|
|
<li>
|
|
<a href="opengl-extensions.html" class="internal">opengl-extensions</a> -
|
|
Extends <a href="cl-sdl.html" class="internal">cl-sdl</a> to add bindings to <a href="opengl.html" class="category">opengl</a> versions 1.3-2.0
|
|
</li>
|
|
<li>
|
|
<a href="opengl-text.html" class="internal">opengl-text</a> -
|
|
opengl-text is a library for loading and displaying TrueType fonts as texture maps in <a href="OpenGL.html" class="category">OpenGL</a>
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="Graphics library.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=Graphics%20library">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=Graphics%20library">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Graphics%20library&from-revision=3639150693">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |