QB64 Phoenix Edition
Wrappers raylib for QB64 - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2)
+--- Thread: Wrappers raylib for QB64 (/showthread.php?tid=561)



Wrappers raylib for QB64 - Coolman - 06-18-2022

Hello. Does raylib work under windows with this Wrappers for QB64 ?

https://github.com/gAndy50/Qb64Wrappers


RE: Wrappers raylib for QB64 - Coolman - 06-19-2022

well. tested in a windows vm. it doesn't work. i was surprised by the slowness of qb64 in this vm. finally, i found a very complete working raylib wrapper with many examples for freebasic.


RE: Wrappers raylib for QB64 - Fifi - 06-25-2022

(06-19-2022, 02:16 PM)Coolman Wrote: well. tested in a windows vm. it doesn't work. i was surprised by the slowness of qb64 in this vm. finally, i found a very complete working raylib wrapper with many examples for freebasic.

Hi Coolman,
You said you was surprised by the slowness of QB64 in your VM.
So, may I ask what is your host system (OS and hardware), what is the VM software you use (Parallels Desktop, VirtualBox, VMware, other) an how much memory you allow to the VM? 
I've tried the three above and I use VMware for over 15 years both on Linux, macOS and Windows since for me this is the one that uses the less RAM and is by far the best performer.
Cheers.
Fifi


RE: Wrappers raylib for QB64 - Coolman - 06-25-2022

hi @Fifi. under windows i used vmplayer extensively but since i switched to linux (kde neon derive from ubuntu 20.04), i use qemu which i compiled and optimized with virgil 3d. the performance is very good with 3d in addition for most programs. I even have a multiple console emulator batocera in a vm that works very well. during my test of qb64 under windows 7 in qemu (3go of memory), I noticed an inexplicable slowness of the editor and compilation of the programs. qb64 is the only program with this problem in this vm...


RE: Wrappers raylib for QB64 - Fifi - 06-26-2022

(06-25-2022, 11:10 AM)Coolman Wrote: hi @Fifi. under windows i used vmplayer extensively but since i switched to linux (kde neon derive from ubuntu 20.04), i use qemu which i compiled and optimized with virgil 3d. the performance is very good with 3d in addition for most programs. I even have a multiple console emulator batocera in a vm that works very well. during my test of qb64 under windows 7 in qemu (3go of memory), I noticed an inexplicable slowness of the editor and compilation of the programs. qb64 is the only program with this problem in this vm...

Hi Coolman,
I just send you a Private Message.