Logo by Liksmaskaren (anonymous IP: 3.141.35.27,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
LibSDL-1.2.16 for OS4.1 Final Edition ===================================== This is a port of the multimedia library SDL (Simple Directmedia Layer) for AmigaOS 4.1. For more information on SDL, see the included material and the SDL web site: http://www.libsdl.org/. This implementation is a fresh port of SDL for AmigaOS 4.1. It does not share code with the existing 68k AmigaOS or MorphOS versions of SDL (although the CD-ROM support used the MorphOS SDL as a reference). Please note: SDL 1 is deprecated, it is time to start using SDL 2 now. Supported features ================== * Supports display surfaces as a window on your Workbench screen or full-screen on a custom screen. Windowed surfaces will work on high- or true-colour Workbench screens only, not on palette-mapped screens (full-screen surfaces can be opened as an 8-bit, palette-mapped screen). Only Picasso96 screens are supported at the moment; it will not work at all on screens generated by the classic Amiga's custom chip-sets (and probably never will). * Full-screen, double-buffered display surfaces (synchronized with your monitor's vertical retrace, if your graphics card driver supports that). * Hardware surfaces. (That is, surfaces in video memory rather than main memory. Note that this may not necessarily give better performance. It depends how you use the surface.) * Hardware acceleration for blitting and rect-fills within in hardware surface. * Alpha-blending is supported via compositing feature. (requires graphics.library v53 or better) * Altivec acceleration for many plain, colour-keyed and alpha blits between software surfaces only. * OpenGL surfaces are mostly supported and require minigl.library. The deprecated SDL_OPENGLBLIT surfaces don't work yet. * Input-grabbing in windowed mode. * Audio output via AHI. * Joystick support (this requires AmigaInput.library v51 or better). * Full threading support. * An ELF shared object. Not yet supported ================= * Video overlays (this cannot yet be supported due to P96 limitations). * Gamma functions (this cannot yet be supported due to P96 limitations). Building ======== 1) With configure (supports only static link library at the moment!) sh configure --disable-pthreads make 2) With native makefile make -f makefile.amigaos4 WinUAE ====== Because WinUAE doesn't support hardware-accelerated compositing or 3D, you need to install the following software: - http://os4depot.net/index.php?function=showfile&file=graphics/misc/patchcomposit etags.lha - http://os4depot.net/index.php?function=showfile&file=library/graphics/wazp3d.lha Contributors ============ SDL itself is the work of Sam Lantinga and many others. See the main SDL documentation for a full list. This AmigaOS 4.x port has been created by (in alphabetical order): Richard Drummond <evilrich()rcrummond.net> Hans-Joerg Frieden <Hans-JoergF()hyperion-entertainment.biz> Thomas Frieden <ThomasF()hyperion-entertainment.biz> Peter Gordon <pete()petergordon.org.uk> Andrea Palmate Juergen Schober Fredrik Wikstrom Contacts ======== Please place bug reports and comments in the tracker at the SDL homepage: https://github.com/AmigaPorts/SDL-1.2
|
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |