B4J Library [B4X] [XUI] BitmapCreator - Pixels, Drawings and More - Erel    Mar 31, 2019   (23 reactions) BitmapCreator is a cross platform class.
Its core is made of:
1. A bytes array that represents an image.
2. Platform specific code that efficiently creates a regular bitmap from the bytes array data (Bitmap property).
3. Platform specific code that efficiently extracts the pixels data from a bitmap B4A Tutorial [B4X] [BitmapCreator] Creating cross platform games - Erel    Nov 07, 2018   (25 reactions) Please use XUI2D for new games: https://www.b4x.-example-pack.96454/
BitmapCreator is a relatively new cross-platform class for low level drawings.
The drawing performance when used correctly is good and it can serve as the basis for 2d games:
273884956
Requirements:
- BitmapCreator v3.5+ (B4A B4A Question Need to manually write colors into a framebuffer - kimstudio (first post)    Oct 24, 2022 BitmapCreator is an internal library. There are many examples in the forum. It supports random access of pixels and the internal buffer() can be accessed like a framebuffer. B4A Tutorial [B4X] [BitmapCreator] Maximizing Performance with BC - Erel    Jun 07, 2018   (13 reactions) As a bonus it also returns the created bitmap.
While the background thread is making the drawings, the main thread is free to do other things like receiving user input and updating the display.
Note that you shouldn't do any other drawings with this BC until the Complete event is raised.
Scale (B4 B4A Library [B4X] [BitmapCreator] BlurredDialog - Erel    Oct 14, 2020   (25 reactions) Edit: Don't use this class. Similar feature is implemented in B4XDialog (XUI Views). Set Dialog.BlurBackground =True https://www.b4x..gif https://www.b4x.com/basic4android/images/SS-2018-04-22_16.18.31.png https://www.b4x.com/basic4android/images/SS-2018-04-22_16.20.33.png This class uses Bitma B4J Tutorial [B4X] [BitmapCreator] Creating a cross platform Tetris game - Erel    Jul 16, 2019   (26 reactions) Edit: XUI2D version of Tetris: https://www.b4x.-tetris.107698/
68997
https://www.b4x.com/basic4android/images/SS-2018-06-17_16.17.39.png
This example shows how BitmapCreator can be used to create a cross platform Tetris game.
The code is an evolution of the code introduced in the "walking charact B4A Code Snippet [BAX] [XUI] BitmapCreator - DrawLine, DrawPath , DrawCircle, DrawArc, DrawImageTrapezoid - Star-Dust    Jun 20, 2018   (6 reactions) BitmapCreator lacks some important instructions on Canvas.
Sometimes switching from BitmapCreator to Canvas and vice versa would slow down the code too much, so it would be better to implement them with BitmapCreator.
I started writing some divers, if someone finds a way to improve it or add other B4i Code Snippet [B4X] Custom Color Picker Bar (BitmapCreator) - Mike1970    Mar 11, 2023   (4 reactions) Hi everyone I had the necessity to create a specific looking color picker. And I managed to get it working properly so I want to share it because it can be usefult to someone who have the same need. The color picker bar look like so: 140164 I realized it using all b4x elements, so it should be ful B4A Tutorial [B4X] Drawing with BitmapCreator - Erel    Dec 22, 2019   (13 reactions) BitmapCreator (BC) continues to evolve. Version 4.5 update is a large update with several new drawing features.
Background
At its core BC holds an array of bytes that represent an image.
It can quickly extract the raw data from existing bitmaps and it can quickly generate bitmaps from this data.
B B4A Question error occured when trying releasing my app in Obfuscator Mode - Erel (first post)    Dec 17, 2024 BitmapCreator is an internal library. No one uses the code module. Upload a small project with the library and these errors and we will help you solve it. Page: 1   2   3   4   5   6   7   Powered by ColBERT |