Png to Spritesheet ???
Sometime you find a nice PNG (image) file that you really like and would like to use it in your game. The problem is how do you animate that image? there are a lot apps that can help you animate an image but the best app i found is SPRITER. the great thing in spriter is that you create bones and connect them to your image and like this you can animate it very easy. i include a video of an example i did few minutes ago. i wanted to share this with you (game developers) because spriter is now on sale so you should really consider getting this great tool. it will help you with game making. you can also try spriter for free and if you like it you can purchase the license. (i did it and its worth every penny!) spriter link: https://brashmonkey.com/
@ilan · 2016-12-26
Calculating the next scheduled time [B4X]
Calculating the next scheduled time [B4X]
@Erel · 2016-12-12
Smart String Literal [B4X]
Smart String Literal [B4X]
@Erel · 2016-12-08
Box2D [Manual]
In case someone was looking for it, here''s the official manual: http://box2d.org/manual.pdf
@wonder · 2016-12-05
It''s not Box2D but...
Draw lines with left click, drop balls with right click.
@Jaames · 2016-11-29
Raycasting Algorithm Demo - Work In Progress
Raycasting Algorithm Demo - Work In Progress
@wonder · 2016-11-15
GZIP: B4x & PHP via okHttpUtils
Often transfered data (esp. JSON fromatted) get''s huge. This is about to GZIP encode in PHP and decode in B4X. Like every data manipulation (encryption, zipping) it is BYTE based. So the main thing is to convert it between bytes and string format.
@KMatle · 2016-11-15
UndoManager [B4X] [class]
The UndoManager class implements a simple undo / redo system. It is compatible with B4J, B4A and B4i.
@Erel · 2016-11-13
Using a FloodFill Algorithm For Fluid Drop Simulation [SOLVED]
Using a FloodFill Algorithm For Fluid Drop Simulation [SOLVED]
@wonder · 2016-11-09
Player is stuck on walls (Box2d - Tutorial)
Player is stuck on walls (Box2d - Tutorial)
@ilan · 2016-11-08
Moving Enemy from right to left (Box2d - Tutorial)
Moving Enemy from right to left (Box2d - Tutorial)
@ilan · 2016-11-08
Informatix''s Game Tutorials [Tutorial]
Informatix''s Game Tutorials [Tutorial]
@wonder · 2016-11-08
Game Development and Design Courses [eLearning]
Let''s use this thread to post high quality online courses on game design
@eps · 2016-11-08
B4X - Free Game Source''s
(this is a thread i created in http://b4xgamedev.proboards.com/thread/7/b4x-free-game-sources so i thought maybe it will be helpful for some b4x members) This thread will contain lots of free b4a/b4i/b4j source''s (games)
@ilan · 2016-11-08
Object Oriented Pong [Example]
Object Oriented Pong [Example]
@wonder · 2016-11-06
Compile Only
Sometimes you simply want to build your application (but not run) as you ready it for source archiving, packaging, and distribution. Today there is no "compile only" option offered in the B4X tool chain. Here''s how you can implement a "compile only" feature in B4J with the assistance of a helper tool and a custom build action.
@stanmiller · 2016-11-03
Pimp My B4X - New Fonts and Themes
After 3 years of B4X coding, I got bored with the current themes, so I decided to create my own! ;) Download the attached file, install the respective fonts and enjoy!
@wonder · 2016-10-15
How to Record Your Game/App on The PC [Tutorial]
How to Record Your Game/App on The PC [Tutorial]
@wonder · 2016-10-07
B4XCommunityLib
A library that contains a lot of helpful functions
@ColdBlueLava · 2016-09-18
Mashy''s Overview
Mashy''s Overview
@Mashiane · 2016-09-08
Generic Sorter [B4X] [OOP]
The Sorter class uses quick sort algorithm to sort a list of objects.
@Erel · 2016-08-21
Php.Show - a php script generator for httputils usage
Php.Show is a small utility app that has been built with b4j as a php source code generator. One is able to define a table and its fields (currently text and int) and then Compile a single php file based on the table name that can be used in a web server.
@Mashiane · 2016-08-07
Switching between 0 and 1
Switching between 0 and 1
@wonder · 2016-08-05
jMashProjectProfile: Project Profiling & Distribution Tool
jMashProjectProfile for now seeks to address the problems of 1. Project Distribution and 2. Project Analysis What do we mean about Project Distribution? When one distributes a project, the current compression does not include the external libraries used in the project. One has to search for those on the website when they have to run the project. With jMashProjectProfile, when you distribute your project, the project is compressed including the external libraries used in it, including all the files used and all the shared code modules used into a single structured project zip file. And Project Analysis? Well, at times you want to invoice a client based on the number of code lines or subroutines or whatever methodology you use based on the code, or you just want to know the stats of your project. The project analysis reports then provide you some summary reports about your project. The code lines counted is the number of lines in the file as read with File.ReadList.
@Mashiane · 2016-07-25
jMashBal2Bil Convertor
The current Bal2Bil convertor is a command based tool, so I wanted such a tool but as a nice UI. So after playing around, I used B4J to develop it.
@Mashiane · 2016-07-17
Array of American States and Territories [B4X]
Array of American States and Territories [B4X]
@JakeBullet70 · 2016-07-15
The Networker''s Guide To The Galaxy [B4X]
The purpose of this tutorial is to cover the various communication options available for B4X developers.
@Erel · 2016-07-14
Localizator - Localize your B4X applications [B4X]
Localizator - Localize your B4X applications [B4X]
@narek adonts · 2016-07-12
Tips for B4X developers [B4X]
Tips for B4X developers [B4X]
@Erel · 2016-06-20
Monitor the home temperature with Adafruit IO [B4X] [IoT]
Adafruit IO is a cloud service built for IoT solutions. It provides two interfaces: MQTT and REST API. It is very simple to use it with B4X as demonstrated in this example. It is more than a MQTT broker. It also saves the historic values and allows integration with other services.As this is a cloud service you can use it over the internet, which is very nice.
@Erel · 2016-06-20