GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AG_DRIVERSDLFB(3) FreeBSD Library Functions Manual AG_DRIVERSDLFB(3)

AG_DriverSDLFBagar SDL1 frame-buffer driver

The Agar sdlfb driver provides an interface to the Simple DirectMedia Layer (SDL) library version 1.2, and renders GUI elements directly to the frame-buffer. Using AG_InitVideoSDL(3) as opposed to AG_InitGraphics(3), it is possible to attach Agar to an existing SDL display surface.

AG_Driver(3) -> AG_DriverSw(3) -> AG_DriverSDLFB.

AG_InitGraphics("sdlfb(width=640:height=480:joy)");
AG_InitGraphics("sdlfb(width=60%:height=80%)");
AG_InitGraphics("sdlgl(bgColor=0/120/120)");

AG_InitVideoSDL(an_existing_SDL_screen, 0);

joy
Enable joystick input device support.
width
Width (in pixels, in % of desktop space or "auto").
height
Height (in pixels, in % of desktop space or "auto").
depth
Depth (in bits per pixel or "auto").
fpsMax
Limit refresh rate in frames/second (e.g., "60").
bgColor
Solid background color specified as "R/G/B", from "0/0/0" (black) to "255/255/255" (white).
!bgPopup
Disable the right-click background popup menu (which includes, notably the list of active windows).
clampOnResize
Whenever the display is resized, clamp Agar window positions and sizes to fit the new display size.

AG_DriverSDL2FB(3), AG_DriverSDL2GL(3), AG_Driver(3), AG_DriverSw(3), AG_InitGraphics(3), AG_Intro(3)

Simple DirectMedia Layer
 
OpenGL
 

The sdlfb driver first appeared in Agar 1.4.0. The clampOnResize and joy options appeared in Agar 1.7.0.

December 23, 2022 Agar 1.7

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.