Audio (105) Datatype (15) Demo (56) Development (250) Document (64) Driver (19) Emulation (62) Game (544) Graphics (230) Library (22) Network (63) Office (22) Utility (271) Video (19)
Total files: 1742
Full index file Recent index file
Part of Aros World Exec |
[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.
|