B4i (iSpriteKit) does not support yet Tiled so i thought why not make my own :p (its far away from the original but its perfect for my new game). Now its much simpler and faster to create levels ;) Have a look:
Hello friends,:D it is a pleasure to share with you a very easy way to print text on the default printer. It is also possible to print in PDF if you install a PDF printer such as SolidPDFCreator and select it as the default printer in the Windows...
hi i am working on a new b4i game that will use iSpritekit and i build a Physicbody creator to create polygon bodies for my game. its much simpler like this then creating it point by point in your code. i know that i should not create concave...
:rolleyes: This little jewel of a program converts mill g code to laser g code - be sure and tell your friends and neighbors! I got a little cnc laser for R&D but my CAM program only writes code for a mill. For the uninformed, a mill...
Hi, I want to share with you a module for the use of the InputBox function. To use it just add it to the project and write in the code the following statement: Private s as string s=InputBox.Show(MainForm, "Hi how are you?", "My greeting", "Fine...
Yello! Download AMPaperGrid The purpose of this B4J is to show how one can achieve the creation of a 'Live Demo' by showing an end user ques in terms of how their B4J app works. What 'Live Demo' actually means is that during the running of the...
Hi, enhanced my Domoticz modular Home Automation Solution (running on the Raspberry Pi), with the "HouseWatch" module which sends Firebase messages to Android devices. The module is based upon this thread. Messaging Flow B4J Non-UI program...
hi i am working on a copy of the great game from the 80's Paratroopers. i am not using any game engine and still get a great performance!! (i have to add few stuff like collision but i believe i will still stay under 25 frames per second) at...
I was wondering if it wouldn't be possible to use B4J to program the Lego Mindstorms EV3 Brick for some time. So, last week I finally spend a couple of evenings looking into it. And yes, B4J goes Robotics! It uses a modified LeJOS Firmware (I...
hi i am playing a little bit with b4j and i created a simple app where you can load app info (including app icon) from Google Play by the package name. i will improve this lib and load more information like description,... for now the app...
Playing a little bit with B4J and Box2d :) link (v0.01): https://drive.google.com/file/d/0B2eRQD9TJiOQZmtiUG5xaUdOd1U/view?usp=sharing link (v0.02): https://drive.google.com/file/d/0B2eRQD9TJiOQbk1BTFoxZUlGSUE/view?usp=sharing link (v0.03)...
Play with the sliders values to get different results
Hi, I am happy to share jShiny server written in B4J. My open-source jShiny server is on Github https://github.com/statsplot/jshinyserver. It simply host these Shiny apps. Demos http://108.61.182.215:8888/applist.html Shiny...
hi this is a very simple way that show you how you can create a paint app with a undo function. what the app does is very simple on every mouse_press/mouse_release a list with all points are stored and added to the drawing object. because we...
Hi all. First off blame @Roycefer for this. :D:rolleyes::confused:o_O:);) This started out as a way to learn how to intercept hot keys. I used @Roycefer jNativeHook lib for that. It worked pretty well but in my research I found @Roycefer...
As I often need to experiment with visually represented matrices on a grid, I always have this B4J project ready to start prototyping. Hopefully, it might be of interest to some of you. #Region Project Attributes #MainFormWidth: 600...
I want to share this little app; when @Erel first post the B4XLocalizator Tutorial, one thing that I didn't like is that the Sqlite DB building was based on an external application (Excel) This app recreates a similar environment of a Excel File...
My A.I. algorithm: 'The zero plus below is for code beautification purposes only. :) Dim stress = 1 - (Abs(x - ball.PosX) / court.width) As Double Dim confidence = 0 + (Abs(y - ball.PosY) / getHeight ) As Double Dim fitness = If_...
B4J + B4A + Python
Background: The aim was to measure the wind direction and speed (m/s) passing through a moving bed of iron ore. The bed is ignited and air is sucked through the bed. The conveyor is 30m long and 4 m wide. An aluminium profile is placed across...