XusinboyBekchanov / MyFbFramework

My FreeBasic Framework
Other
64 stars 18 forks source link

Added: the third lib RayLib and some shared Resources files #147

Closed hustbeef closed 9 months ago

XusinboyBekchanov commented 9 months ago

These libraries have no connection with the MyFbFramework library.

hustbeef commented 9 months ago

The RayLib library could add a control similar to the webBrows control. The Webp library is ready to support MFF in the future.

hustbeef commented 9 months ago

@XusinboyBekchanov, could you please create a wrapper for raylib, which is powerful and simple for 3D and 2D drawing across multiple operating systems? That is why I am uploading the library.

XusinboyBekchanov commented 9 months ago

But there is no way to draw using raylib in the canvas.

XusinboyBekchanov commented 9 months ago

There is only one possibility:

XusinboyBekchanov commented 9 months ago

https://gist.github.com/ChrisDill/c2ca6a0ccf592c073a8d2aaeaa4adb7f

hustbeef commented 9 months ago

We can manage the input and output of raylib with MFF. Raylib only renders the image.

XusinboyBekchanov commented 9 months ago

Then we are waiting for new examples of raylib with MFF from you.