The AROS Archives(anonymous IP: 3.23.85.24,360) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (105)
   o Datatype (15)
   o Demo (56)
   o Development (250)
   o Document (64)
   o Driver (19)
   o Emulation (62)
   o Game (544)
   o Graphics (230)
   o Library (22)
   o Network (63)
   o Office (22)
   o Utility (271)
   o Video (19)

Total files: 1742

Full index file
Recent index file

Part of Aros World Exec
 Readme for:  Development » Library » raylib_5.5.i386-aros.zip

Raylib 5.5

Description: A simple and easy-to-use library to write games..
Download: raylib_5.5.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 421kb
Version: 5.5
Date: 09 Apr 25
Author: https://www.raylib.com/
Submitter: serk118
Email: serk118/gmail com
Homepage: https://www.raylib.com/
Requirements: i386
Category: development/library
Replaces: development/library/lib_raylib5.i386-aros.zip
License: Other
Distribute: yes
FileID: 3051
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 12  (Current version)
51  (Accumulated)
Votes: 1 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
RAYLIB 5.5 AROS[x86]
-----------------------------

Raylib5 is a simple and easy-to-use library for video games programming..

All the examples compiles without any problem, 

-Joypad support added (still bit of work needed)
-Sound Enabled (AHI back-end).



Smooth Run
----------
GLSL (OpenGL Shading Language) and a Graphic Accelerator card support plays a
vital role.


Compile Examples
----------------
1.Download latest raylib package at www://raylib.com
2.Extract to somewhere in your hd:
3.copy my examples/makefile to your hd:raylib/examples/

4.Find below line in makefile and change "CFLAGS +=
-I/Work/works/glfw-AROS-64/include" to yours.

#ifeq ($(PLATFORM),PLATFORM_AROS)
    # Libraries for AROS compiling
    CFLAGS += -I/Work/works/glfw-AROS-64/include
    LDLIBS = -lraylib -lglfw3 -lgl -ldll -lraudio -lpthread -latomic
#endif

5.stack 200000
6.cd your raylib/examples/ 
7.make



Installing on aros
------------------
Copy lib/ to your development lib/ folder..
include to your development include/


Note!
-----
You dont have to include "-lraudio" if you are not working with sound/music..

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 i did not archived sourcecode since its a huge archive.

most help will be at https://github.com/raysan5

note
----
I test and compiled GLFW & Raylib natively on aros using intelGMA..

You can start code and compile using Raylib5.5 or above.


bugs
----
serk118()gmail.com (this email is full waiting for my attention), better use
aros-exec forum.








Copyright © 2005 - 2025 The AROS Archives All Rights Reserved