_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


imath 3.1.3
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/AcademySoftwareFoundation/Imath
Licenses: Modified BSD
Build system: cmake
Synopsis: Library of math operations for computer graphics
Description:

Imath is a C++ representation of 2D and 3D vectors and matrices and other mathematical objects, functions, and data types common in computer graphics applications, including the "half" 16-bit floating-point type.

mikktspace 0.0.0-0.3e895b4
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: http://www.mikktspace.com/
Licenses: Zlib
Build system: gnu
Synopsis: Library for a common standard for tangent spaces
Description:

This package provides a common standard tangent space library used in baking tools to produce normal maps.

openvdb 11.0.0
Dependencies: boost@1.89.0 c-blosc@1.21.1 jemalloc@5.3.0 onetbb@2022.3.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.openvdb.org/
Licenses: MPL 2.0
Build system: cmake
Synopsis: Sparse volume data structure and tools
Description:

OpenVDB is a C++ library comprising a hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in feature film production.

tinygltf 2.9.6
Dependencies: nlohmann-json@3.12.0 stb-image@2.30 stb-image-write@1.16
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/syoyo/tinygltf
Licenses: Expat
Build system: cmake
Synopsis: Header only GL Transmission Format library
Description:

This package provides a header only C++11 glTF (GL Transmission Format) 2.0 library.

GL Transmission Format (glTF) is a royalty-free specification for the efficient transmission and loading of 3D scenes and models by applications. glTF minimizes both the size of 3D assets, and the runtime processing needed to unpack and use those assets. glTF defines an extensible, common publishing format for 3D content tools and services that streamlines authoring workflows and enables interoperable use of content across the industry.

superfamiconv 0.8.8
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/Optiroc/SuperFamiconv
Licenses: Expat
Build system: gnu
Synopsis: Tile graphics converter supporting SNES, Game Boy Color and PC Engine formats
Description:

SuperFamiconv is a converter for tiled graphics, supporting the graphics formats of the SNES, Game Boy Color and PC Engine game consoles. Automated palette selection is supported.

mmm 0.1.1
Dependencies: alsa-lib@1.2.16 sdl12-compat@1.2.68 sdl2@2.30.8
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/hodefoting/mmm
Licenses: ISC
Build system: meson
Synopsis: Memory Mapped Machine
Description:

MMM is a shared memory protocol for virtualising access to framebuffer graphics, audio output and input event.

openimageio 2.5.19.1
Dependencies: boost@1.89.0 dcmtk@3.6.9 fmt@11.2.0 freetype@2.13.3 giflib@5.2.1 imath@3.1.3 libglvnd@1.7.0 libheif@1.22.2 libjpeg-turbo@2.1.4 libpng@1.6.39 libraw@0.22.1 libtiff@4.4.0 libwebp@1.3.2 opencolorio@2.4.2 openexr@3.2.4 openjpeg@2.5.0 pugixml@1.12.1 pybind11@2.13.6 python-wrapper@3.12.12 robin-map@0.6.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/AcademySoftwareFoundation/OpenImageIO
Licenses: Modified BSD
Build system: cmake
Synopsis: C++ library for reading and writing images
Description:

OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. There is a particular emphasis on formats and functionality used in professional, large-scale animation and visual effects work for film.

flux 1.4.4
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.directfb.org/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Interface description language
Description:

Flux is an interface description language used by DirectFB. Fluxcomp compiles .flux files to .cpp or .c files.

openexr 3.2.4
Dependencies: imath@3.1.3
Propagated dependencies: libdeflate@1.19 imath@3.1.3
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.openexr.com/
Licenses: Modified BSD
Build system: cmake
Synopsis: High-dynamic-range file format library
Description:

OpenEXR provides the specification and reference implementation of the EXR file format. The purpose of EXR format is to accurately and efficiently represent high-dynamic-range scene-linear image data and associated metadata, with strong support for multi-part, multi-channel use cases.

assimp 5.4.3
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.assimp.org/
Licenses: Modified BSD
Build system: cmake
Synopsis: Asset import library
Description:

The Open Asset Import Library loads more than 40 3D file formats into one unified data structure. Additionally, assimp features various mesh post processing tools: normals and tangent space generation, triangulation, vertex cache locality optimization, removal of degenerate primitives and duplicate vertices, sorting by primitive type, merging of redundant materials and many more.

embree 4.4.1
Dependencies: glfw@3.3.10 onetbb@2022.3.0
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.embree.org/
Licenses: ASL 2.0
Build system: cmake
Synopsis: High performance ray tracing kernels
Description:

Embree is a collection of high-performance ray tracing kernels. Embree is meant to increase performance of photo-realistic rendering applications.

godsvg 1.0-alpha13
Dependencies: bash@5.2.37 godot@4.6
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.godsvg.com/
Licenses: Expat
Build system: gnu
Synopsis: Real-time SVG design tool
Description:

GodSVG is a structured WYSIWYG SVG editor allowing image editing and source editing simultaneously.

coin3d 4.0.2
Dependencies: boost@1.89.0 bzip2@1.0.8 expat@2.7.1 fontconfig-minimal@2.16.0 freeglut@3.4.0 freetype@2.13.3 glew@2.2.0 libx11@1.8.12 openal@1.23.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/coin3d/coin
Licenses: Modified BSD
Build system: cmake
Synopsis: High-level 3D visualization library with Open Inventor 2.1 API
Description:

Coin is a 3D graphics library with an Application Programming Interface based on the Open Inventor 2.1 API. For those who are not familiar with Open Inventor, it is a scene-graph based retain-mode rendering and model interaction library, written in C++, which has become the de facto standard graphics library for 3D visualization and visual simulation software in the scientific and engineering community.

openshadinglanguage 1.13.10.0
Dependencies: boost@1.83.0 imath@3.1.3 openexr@3.2.4 openimageio@2.5.19.1 pugixml@1.12.1 qtbase@6.9.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
Licenses: Modified BSD
Build system: cmake
Synopsis: Shading language for production GI renderers
Description:

Open Shading Language (OSL) is a language for programmable shading in advanced renderers and other applications, ideal for describing materials, lights, displacement, and pattern generation.

brdf-explorer 1.0.0-1.5b2cd46f3
Dependencies: qtbase@5.15.17 mesa@26.0.2 glew@2.2.0 freeglut@3.4.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://web.archive.org/web/20190115030100/https://www.disneyanimation.com/technology/brdf.html
Licenses: Ms-PL
Build system: gnu
Synopsis: @acronym{BRDF, bidirectional reflectance distribution function} analyzer
Description:

BRDF Explorer is an application that allows the development and analysis of BRDF. It can load and plot analytic BRDF functions (coded as functions in OpenGL's GLSL shader language), measured material data from the MERL database, and anisotropic measured material data from MIT CSAIL. Graphs and visualizations update in real time as parameters are changed, making it a useful tool for evaluating and understanding different BRDFs (and other component functions).

fox 1.6.57
Dependencies: lbzip2@2.5-0.b6dc48a freetype@2.13.3 mesa@26.0.2 glu@9.0.2 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libx11@1.8.12 libxcursor@1.2.3 libxext@1.3.6 libxfixes@6.0.1 libxft@2.3.8 libxi@1.8.2 libxrandr@1.5.4 libxrender@0.9.12 libxshmfence@1.3.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: http://www.fox-toolkit.org
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Widget Toolkit for building GUI
Description:

FOX (Free Objects for X) is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects!

skia 112-0.c4284e9
Dependencies: expat@2.7.1 fontconfig-minimal@2.16.0 freetype@2.13.3 harfbuzz@11.4.4 mesa@26.0.2 libwebp@1.3.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://skia.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: 2D graphics library
Description:

Skia is a 2D graphics library for drawing text, geometries, and images. It supports:

  • 3x3 matrices with perspective

  • antialiasing, transparency, filters

  • shaders, xfermodes, maskfilters, patheffects

  • subpixel text

tachyon 0.99.5
Dependencies: libjpeg-turbo@2.1.4 libpng@1.6.39
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: http://jedi.ks.uiuc.edu/~johns/raytracer/
Licenses: Modified BSD
Build system: gnu
Synopsis: Multithreaded ray tracing software
Description:

This package contains the Tachyon raytracer. It supports the typical ray tracer features, most of the common geometric primitives, shading and texturing modes, etc. It also supports less common features such as HDR image output, ambient occlusion lighting, and support for various triangle mesh and volumetric texture formats beneficial for molecular visualization.

drawpile 2.2.2-beta.5
Dependencies: giflib@5.2.1 karchive@6.23.0 kdnssd@6.23.0 libmicrohttpd@1.0.5 libsodium@1.0.22 libvpx@1.16.0 libwebp@1.3.2 libxi@1.8.2 libxkbcommon@1.13.1 libzip@1.9.2 miniupnpc@2.3.3 qtbase@6.9.2 qtkeychain@0.15.0 qtmultimedia@6.9.2 qtsvg@6.9.2 qtwayland@6.9.2 qtx11extras@5.15.17 vulkan-headers@1.4.335.0
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://drawpile.net
Licenses: GPL 3+
Build system: qt
Synopsis: Collaborative drawing program
Description:

Drawpile is a drawing program that allows share the canvas with other users in real time.

Some feature highlights:

  • Shared canvas using the built-in server or a dedicated server

  • Record, play back and export drawing sessions

  • Simple animation support

  • Layers and blending modes

  • Text layers

  • Supports pressure sensitive Wacom tablets

  • Built-in chat

  • Supports OpenRaster file format

  • Encrypted connections using SSL

  • Automatic port forwarding with UPnP

ilmbase 2.5.7
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.openexr.com/
Licenses: Modified BSD
Build system: cmake
Synopsis: Utility C++ libraries for threads, maths, and exceptions
Description:

IlmBase provides several utility libraries for C++. Half is a class that encapsulates ILM's 16-bit floating-point format. IlmThread is a thread abstraction. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library.

discregrid 0.0.0-0.4c27e1c
Dependencies: cxxopts@3.2.1 eigen@3.4.0
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/InteractiveComputerGraphics/Discregrid
Licenses: Expat
Build system: cmake
Synopsis: Discretize functions on regular grids
Description:

Discregrid is a C++ library for the parallel discretization of (preferably smooth) functions on regular grids. It generates a (cubic) polynomial discretization given a box-shaped domain, a grid resolution, and a 3D scalar field. The library can also serialize and deserialize the generated discrete grid, and compute and discretize the signed distance field corresponding to a triangle mesh. The following programs are included with Discregrid:

  • GenerateSDF: Computes a discrete (cubic) signed distance field from a triangle mesh in OBJ format.

  • DiscreteFieldToBitmap: Generates an image in bitmap format of a two-dimensional slice of a previously computed discretization.

  • GenerateDensityMap: Generates a density map from a previously generated discrete signed distance field using the cubic spline kernel.

cgal 6.1.1
Dependencies: mpfr@4.2.2 gmp@6.3.0 boost@1.89.0
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.cgal.org/
Licenses: GPL 3+
Build system: cmake
Synopsis: Computational geometry algorithms library
Description:

CGAL provides easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods, etc. It provides data structures and algorithms such as triangulations, Voronoi diagrams, polygons, polyhedra, mesh generation, and many more.

gpaint 0.3.4.1
Dependencies: gtk+@2.24.33 libglade@2.6.4
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://www.gnu.org/software/gpaint/
Licenses: GPL 3+
Build system: gnu
Synopsis: Simple paint program for GNOME
Description:

GNU Paint is a simple, easy-to-use paint program for the GNOME environment. It supports drawing freehand as well as basic shapes and text. It features cut-and-paste for irregular regions or polygons.

friction 0.9.6.1
Dependencies: expat@2.7.1 ffmpeg@6.1.5 fontconfig-minimal@2.16.0 freetype@2.13.3 gperftools@0.9.6-0.b97c293 harfbuzz@11.4.4 icu4c@73.1 libjpeg-turbo@2.1.4 libpng@1.6.39 libunwind@1.6.2 libwebp@1.3.2 python@3.12.12 qscintilla@2.13.4 qtbase@5.15.17 qtdeclarative@5.15.17 qtmultimedia@5.15.17 skia@112-0.c4284e9 zlib@1.3.1
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://friction.graphics
Licenses: GPL 3+
Build system: cmake
Synopsis: Create vector and raster animations for web and video
Description:

Friction is a versatile motion graphics application that allows you to create vector and raster animations for web and video.

Motion graphics has a wide variety of uses, including:

  • Television and film: Title sequences, commercials, and visual effects

  • Web design: Animated logos, banners, and interactive elements

  • Social media: Animated posts and stories

  • Presentations: Animated infographics and slideshows

Total packages: 73955