Games Development

TheFOL

Member
Licensed User
Longtime User
Hi all, my question to put in bluntly - is Basic4Android capable of displaying graphics that you see on likes of the grand theft auto game, with the same frame rates etc?.

Or am i wasting my time in even attempting any games development, should i just use Basic4Android to develop apps?.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Basic4android performance is similar to Java performance in most cases.
Creating a high end graphics game is a difficult task in any environment.

By design, the developer code runs in the main thread. Libraries code run in background threads (if the task requires it).
You will need to create a library for SurfaceView and either write the graphics code with a library using background threads or use Agraham's threading library.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…