Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games packed as a single b4x lib.
300267245
The examples pack is a single zip with all the XUI2D examples...Updated thread based on X2 v2.0+: https://www.b4x.com/android/forum/threads/xui2d-x2-v2-0-2021... Games Some notes to better understand the XUI2D examples - fredo    Sep 1, 2019   (35 reactions)   tags: Tutorial can be achieved with little effort: https://www.b4x.com/android/forum/threads/xui2d-example-pack.96454... example: https://www.b4x.com/android/forum/threads/xui2d-to-collide-or-not-to-collide.97144/
82867
To... Games [XUI2D] Breakout example - Erel    Jun 6, 2021   (12 reactions) /threads/xui2d-x2-v2-0-2021.131279/#content...
End If
- It is a bit challenging to model the non-physics game in box2d physics engine. After... Games [XUI2D] Monster Truck Example - WheelJoint - Erel    Aug 28, 2018   (18 reactions) .
The example will be added to the examples pack.
https://www.b4x.com/android/forum/threads/xui2d-example-pack... needs a bit fine tuning.
There are many parameters that affect the behavior. The hills in this example... Games [XUI2D] Super Mario Example #2 - Erel    Aug 23, 2018   (13 reactions) .b4x.com/android/forum/threads/xui2d-example-pack.96454/
An executable jar is available here: www... the previous example we created the level map and implemented Mario's movement.
Now we are adding... Games [XUI2D] Large background class + example - Erel    Jun 14, 2021   (11 reactions) is included in the example.
https://github.com/AnywhereSoftware/X2... As Form
Private xui As XUI
End Sub
Sub AppStart (Form1 As Form, Args() As String)
MainForm... Games XUI2D Angry Birds Example - Erel    Nov 6, 2018   (21 reactions) 299172586
Images and copyrights belong to Rovio Entertainment. This example is only used for.../AngryBirds
This is a minimal example based on Angry Birds game.
Interesting points:
- Unlike... Games [XUI2D] Drawing lines example - Erel    Sep 6, 2018   (9 reactions) make it more accurate:
X2.GraphicCache.PutGraphic2(gname, Array(sb), antialias, 3)
The example is included in the examples pack: https://www.b4x.com/android/forum/threads/xui2d-example-pack.96454.../images/SS-2018-09-06_18.25.59.png
Note that chain shapes cannot collide with other chain shapes in box2d... Games [XUI2D] Flappy Bird Example - Erel    Aug 23, 2018   (15 reactions) .SetTransform(bw.Body.Position, ATan2(bw.Body.LinearVelocity.y, bw.Body.LinearVelocity.X))
Example projects included in the examples pack: https://www.b4x.com/android/forum/threads/xui2d-example-pack.96454/... Games [XUI2D] Touchy example - X2Multitouch - Erel    Jun 3, 2021   (5 reactions) X2Multitouch simplifies the handling of fingers touches and keyboard. It has two advantages: 1. Cross platform API. 2. It allows getting the state inside the tick event. This is much better than handling events outside of the game loop. Usage: 1. Initialize X2Multitouch and pass the hosting... on the platform. It is simpler to add all relevant panels. 2. Make sure that the following code is in...". The example shows how to find the touch state. Note that touches that have ended (FingerUp = True... Page: 1   2   3   4   5   6   7   |