SasLuca / rayfork

C99 Game Library. XNA-like. Platform Independent. Allocator Aware.
The Unlicense
330 stars 19 forks source link

Port more Raylib examples to rayfork. #10

Open SasLuca opened 4 years ago

SasLuca commented 4 years ago

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 commented 4 years ago

I ported the geometric shapes example to rayfork.

SasLuca commented 4 years ago

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

SasLuca commented 4 years ago

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

SasLuca commented 4 years ago

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

SasLuca commented 4 years ago

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

SasLuca commented 4 years ago

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

ghost commented 4 years ago

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

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

siddharthroy12 commented 3 years ago

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