rayfork icon indicating copy to clipboard operation
rayfork copied to clipboard

Port more Raylib examples to rayfork.

Open SasLuca opened this issue 5 years ago • 8 comments

There are a lot of examples for Raylib that can be ported to Rayfork.

This can also help with testing the library for bugs so working on this is very important.

SasLuca avatar Dec 19 '19 00:12 SasLuca

I ported the geometric shapes example to rayfork.

SasLuca avatar Dec 19 '19 00:12 SasLuca

I ported the basic shapes example to rayfork. (dbbae151b62b9d314394eae6160580d52a913e10)

SasLuca avatar Dec 19 '19 13:12 SasLuca

I ported the collision area example to rayfork. (c5a6f5fffe14c27be662443d475e7851b5fe8d20)

SasLuca avatar Dec 19 '19 14:12 SasLuca

I ported the raw-audio-stream example to rayfork (67a2c5514dab6d11af63a812d27fab5b0a0c0a77)

SasLuca avatar Dec 26 '19 01:12 SasLuca

Added an example of hot-code reloading using rayfork (1c5afab7dc7e5d570d27f723cb86da6038633303)

SasLuca avatar Dec 27 '19 03:12 SasLuca

All examples should now be added to the rayfork-examples repo which is a submodule of the main rayfork repo.

SasLuca avatar Jun 07 '20 22:06 SasLuca

I ported raylib sample games to rayfork, Does it help?

https://github.com/Rabios/rayfork-games

Rabios avatar Sep 13 '20 14:09 Rabios

I'm porting all the examples to rayfork using sokol_app.h as backend. https://github.com/siddharthroy12/rayfork-examples

siddharthroy12 avatar Aug 31 '21 10:08 siddharthroy12