Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games Updated thread based on X2 v2.0+: https://www.b4x.com/android/forum/threads/xui2d-x2-v2-0-2021... packed as a single b4x lib.
300267245
The examples pack is a single zip with all the XUI2D examples... following a path
- Angry birds example
- Space Shooter
- Tetris
- X2 Source Code
Video tutorial... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (24 reactions) .b4x.com/android/forum/threads/97029/#content
- Touchy - https://www.b4x.com/android/forum/threads/xui2d.../threads/very-very-very-simple-xui2d-test-project.96793/post-611080
- Tank Attack - https://www.b4x.com... Games [XUI2D] Cross platform tips - Erel    Dec 19, 2018   (17 reactions)   tags: b4x folder structure XUI2D allows us to develop games that run on B4A, B4J and B4i. This tutorial will explain... they will be updated automatically when we run the project. Tips - B4A and B4J XUI2D library is based on jBox2D. B4i iXUI2D is based on the C++ box2d. In most cases the behavior will be the same. However there are some edge cases. - Be careful with modifying returned B2Vec2 vectors unless.... Not just XUI2D.... Games [XUI2D] To Collide or Not To Collide - Erel    Sep 12, 2018   (6 reactions)   tags: Box2d Collision pack: https://www.b4x.com/android/forum/threads/xui2d-example-pack.96454/.... You can use X2.AddFutureTask to run something after the events complete.
Nice tutorial about box2d... Games [XUI2D] Mouse following a path - Erel    Nov 1, 2018   (8 reactions) . 2. How to use the new async drawing features added in BitmapCreator v4.5. These features are very important as they allow us to make drawings directly to X2.MainBC. X2.MainBC is the BitmapCreator.../forum/posts/622812/ It looks like this: gs.DrawingTasks.Add(X2.MainBC.AsyncDrawCircle(v.X, v.Y, 5... object. This object holds the information that is required to later make the drawing. Remember that X2... B4J Library [B4X] X2 / XUI2D (Box2D) - Game engine - Erel    Jul 31, 2019   (26 reactions) XUI2D is a wrapper for jbox2d engine: https://github.com/jbox2d/jbox2d
License: https://github.com/jbox2d/jbox2d/blob/master/LICENSE
iXUI2D is a wrapper for Box2D: http://box2d.org/
XUI2D and iXUI2D... 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... Games [XUI2D] Large background class + example - Erel    Jun 14, 2021   (11 reactions) As Form
Private xui As XUI
End Sub
Sub AppStart (Form1 As Form, Args() As String)
MainForm... = xui.LoadBitmap("C:\Users\H\Downloads\mapa.gif", "")
Split(bmp, 7, 14)
End... Games [XUI2D] Tetris - Erel    Jul 16, 2019   (13 reactions) https://www.b4x.com/basic4android/images/ZYdyZBYdZB.gif
I've ported the old Tetris example (https://www.b4x.com/android/forum/threads/demo-cross-platform-tetris-clone.94146/#content) to X2 framework.
It is part of the examples pack.
This game is different than other games.... It is done by the X2 framework.... 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... BeforeTimeStep (GS As X2GameStep) As Boolean Return False End Sub This makes it easier to stop...: X2.EnableDebugDraw The resources are based on this open source project: https://github.com... Page: 1   2   3   4   5   6   7   |