(anonymous IP: 18.188.226.93,351) | ||||||||||||||
| ||||||||||||||
Audio (96) Datatype (15) Demo (50) Development (247) Document (62) Driver (19) Emulation (62) Game (529) Graphics (224) Library (22) Network (61) Office (21) Utility (250) Video (18) Total files: 1676 Full index file Recent index file Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] RAYLIB 5.0 AROS[x86]-Update --------------------------- -Joypad support was disabled, reworked and enabled. -Sound was disabled, reworked and enabled. Tests ------ Acer Aspire D150 -> Sound/music Plays fine. Acer Aspire D255 -> Sound plays fine within game but music has short pauses while playing. Please report at serk118()gmail.com , if experience any problem with music or sound. You can download any examples at https://github.com/raysan5 and compile on arosOS.. You may need to set stack 2000000 to avoid any crashes. Hardware Raylib needs --------------------- Accelerated Graphics Card with GLSL support. Why x2 versions of raylib included? Well one supports older opengl 1.1 and 2nd one with glsl and latest opengl version above opengl 1.1 --> libraylib.a latest version with glsl (Accelerated Graphics Card with GLSL support). --> libraylib_11.a for hw with no glsl support. Pick the right one suits your hw and if you have no glsl than rename libraylib_11.a to libraylib.a and copy into lib: see below on how to install. You are all set to compile raylib games/apps/examples.. ---Enjoy--- RAYLIB 5.0 AROS[x86] ------------------ Raylib5 is a simple and easy-to-use library for video games programming.. All the examples compiles without any problem, -Joypad support disabled atm (it wont work until i add joypad support to GLFW 3.4). AHI implemented to Raylib-5 --------------------------- -Joypad needs more time and thinkering.... Examples (added) ---------------- -Simple_PlayMusic (a commandline tool uses raylib5 to play and output as AHI) -[mp3/flac/wav] tested formats and plays fine... Installing on aros ------------------ Copy lib/ to your development lib/ folder.. include to your development include/ Compiling examples ------------------ Download latest version of Raylib and goto examples and edit makefile and add aros support by adding "LIBS = -lraylib -lglfw3 -lgl -lopenal -lpthread -ldll" for aros to compile examples or any raylib code.. if you are having problem than email me and i will send you my makefile with aros support. You can use keyboard for events... btw Not archived the sourcecode since its a huge in size. most help will be at https://github.com/raysan5 note ---- I test and compiled GLFW & Raylib natively on aros using intelGMA.. You can start to code and compile anything using Raylib5, i will be busy adding output/ahi and joypad support.. bugs ---- serk118()gmail.com |
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved |