Port details on branch 2023Q3 |
- sdl2_gpu Hardware-accelerated 2D graphics library
- 0.12.0 graphics =2 0.12.0Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2023-05-18 08:21:48
- Last Update: 2023-06-26 22:58:21
- Commit Hash: daafa4e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/grimfang4/sdl-gpu
- Description:
- SDL_gpu, a library for making hardware-accelerated 2D graphics easy.
- High performance (it automatically collects and submits batches
instead of separate draw commands for each sprite and redundant
state changes)
- Shader API
- Arbitrary geometry rendering (triangles)
- Can be integrated with explicit OpenGL calls (mixed 2D and 3D)
- Full blend state control
- Built-in primitive shapes (points, lines, tris, rects, ellipses,
polygons, even arcs)
- Uses a style familiar to SDL 1.2 users
- Compatible with either SDL 1.2 or 2.0
- Loads BMP, TGA, and PNG files via stb-image
- Rotates and scales about the center of images, making reasoning
about the resulting corner coordinates more obvious (adjustable
via anchor settings)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sdl2_gpu>0:graphics/sdl2_gpu
- To install the port:
- cd /usr/ports/graphics/sdl2_gpu/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/sdl2_gpu
- pkg install sdl2_gpu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sdl2_gpu
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684164354
SHA256 (grimfang4-sdl-gpu-v0.12.0_GH0.tar.gz) = 00b7dd7fe30cdc95483c2ad5de347855d4e984bd5e8da56f3c24a4a2960fc9ba
SIZE (grimfang4-sdl-gpu-v0.12.0_GH0.tar.gz) = 994604
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- doxygen : devel/doxygen
- cmake : devel/cmake-core
- ninja : devel/ninja
- sdl2-config : devel/sdl20
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libGLU.so : graphics/libGLU
- libSDL2.so : devel/sdl20
- This port is required by:
- for Libraries
-
- emulators/tic-80
Configuration Options:
- ===> The following configuration options are available for sdl2_gpu-0.12.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_sdl2_gpu
- USES:
- cmake gl sdl pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|