Search found 2 matches

by mgrundler
Sun Jun 07, 2020 7:54 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] raylib-purebasic (Windows/Linux/macOS)
Replies: 42
Views: 19723

Re: [Module] raylib-purebasic (Windows/Linux/macOS)

Here we go... another Example:

"texture_rectangle"



;*******************************************************************************************
;*
;* raylib [textures] rectangle - Texture loading and drawing a part defined by a rectangle
;*
;* NOTE: Images are loaded in CPU memory (RAM ...
by mgrundler
Sun Jun 07, 2020 1:35 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] raylib-purebasic (Windows/Linux/macOS)
Replies: 42
Views: 19723

Re: [Module] raylib-purebasic (Windows/Linux/macOS)

Hello,

i just downloaded your raylib-Purebasic-Extension and i would like to thank you very much, its exactly what i am looking for.
I am working / compiling under MacOS Catalina with PureBasic 5.72 (x86).
Because some examples from the raylib-website are missing, i decided to add my first ...