SD_Streaming [DEMO]
This library is developed in JAVA and is a wrapper of the VLCj library. Is based on the code by @moster67 (see here). It has been reworked to obtain an h.264 streaming from the pc cam, streaming of an mp4 video and finally of the desktop and a portion of it. Demo only, streams max. 120 seconds.
@Star-Dust · 2023-02-20
SD_VideoStreaming [DEMO]
To the SD_Streaming library it adds a few functions to make some methods simple. In particular, it is not necessary to create an fxml file for the player in case you want to use it to receive a stream. Demo only, streams max. 120 seconds.
@Star-Dust · 2023-02-19
FirebaseServer - backend verification for signed in users [server]
Users can sign in to your B4A or B4i apps using Google or Facebook with the FirebaseAuth libraries. FirebaseServer completes the puzzle with server side verification of the user. This means that the signed in user gets a token id (long string) from Firebase services by calling FirebaseAuth.GetUserTokenId. The client sends the token id to the server. The server verifies the token using this library. Once verified we know for sure that the request was sent from our app and we know the identity of the signed in user.
@Erel · 2023-02-14
jAudioStreamer library
jAudioStreamer library
@yo3ggx · 2023-02-12
jSelenium - A Test Automation for B4J [b4j]
jSelenium - A Test Automation for B4J [b4j]
@tummosoft · 2023-01-27
MongoDB - Documents database
MongoDB access
@Erel · 2023-01-10
JDA - JAVA Discord Api - Create a Bot for Discord
JDA - JAVA Discord Api - Create a Bot for Discord
@DonManfred · 2023-01-02
Windows Notifications Library
Windows Notifications Library
@hatzisn · 2022-12-14
jWebSocketClient
With this library you can implement WebSocket clients.
@Erel · 2022-12-04
B4j WebSocket Client
A barebones WebSocket server and client implementation not based on Jetty
@Addo · 2022-12-01
pigpio for b4j
pigpio is a library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO). pigpio works on all versions of the Pi.
@jinyistudio · 2022-11-25
jRLDialogs8
Dialogs Libary based on JavaFX 8
@rwblinn · 2022-11-22
Graphics
This Library wraps the 2Dgraphic elements of JavaFX2
@stevel05 · 2022-10-31
Javax print wrapper for UI and non-UI apps. [B4j]
This is a wrap of the Javax print API. It is more complex to use than the Javafx print API but does have a few benefits such as being usable in non-UI apps and access to java Swing printable interface which makes it easy to print the content of swing nodes.
@stevel05 · 2022-10-31
PerfectMoney
PerfectMoney is an alternative method of payment on the Internet for services.
@MichalK73 · 2022-10-24
Palantech Framework
It''s with great pleasure that i am releasing the first ever ORM MVC B4J Framework: ORM: Object Relational Mapping, This framework allows you to pull from and push data to a database without writing SQL, this is done using the awesome Type system that we all love in B4x MVC: Stands for Model View Controller. you can read about it here: https://en.wikipedia.org/wiki/Modelâviewâcontroller B4J: The IDE that we all love! (please check footnotes)
@EnriqueGonzalez · 2022-10-21
CSSStyleClass Designer Script Extension [B4j] [DSE]
CSSStyleClass Designer Script Extension [B4j] [DSE]
@stevel05 · 2022-10-13
MaterialTool - Creating a window with JSON [ABMaterial]
This was created as a result of the need to create data entry forms in the current project he is writing. The project contains a large number of data entry forms. The data is often dynamically changed, tailored to a particular client. It was impossible to enter all the forms in a simple way, which translates into the size of the code and design time. The big plus of this method that you do not need to restart, recompile the server. Everything works on a working web server. From here the window files can be edited from another editor on the network, locally, etc. They can be sent via API, downloaded from a database, etc.
@MichalK73 · 2022-10-01
Shapes - Shape Nodes [DSE]
This class contains designer extension script methods based on the snippets I previously posted with some enhancements that make it too complex to post as snippets.
@stevel05 · 2022-09-26
SD: Bluetooth Printer B4J
BT_Printer library allows you to print text (and soon image) to a bluetooth thermal printers. It is similar to the BT_Printer library for Android, and implementations, events and methods are almost identical. We are working to have the same library for all platforms. On iOS it will be different because it uses BLE, but we will try to standardize the use.
@Star-Dust · 2022-09-14
Mind Your Own Business [Max]
Mapping ip addresses to locations and networks
@drgottjr · 2022-09-12
jAsioHost Asio sound drivers for windows.
JAsioHost (JAH) is a Java interface to Steinberg''s Audio Stream Input/Output (ASIO) API. It provides low-latecy (< 10ms) input and output access to the available audio hardware on Windows, replacing the need to use the outdated and slow Java Sound API.
@stevel05 · 2022-09-08
Jave2 FFMPeg Library [B4j]
A java wrapper for FFMpeg. Useful to integrate FFMpeg into your app without having to use jShell.
@stevel05 · 2022-09-03
jCanvasExt Extends Canvas methods
This library, with the Class source code, extends the Canvas functionalities. Some time ago I was playing with B4J Canvas with methods not exposed directly to B4J. There was a question in the forum for a routine to draw rectangles with round corners. So, I think it may be useful for others.
@klaus · 2022-08-27
Menu Manager
Create menu''s in code for menubar and context menus. This library supports Text Menu Items, Checkbox Menu items, Custom menu items and menu dividers. Features: Add Icons to menu items. Image, Fontawesome and MaterialIcons Add Shortcut keys to menu items Default and assignable style classes to style via css Set tags Set alternate eventnames for individual menu items Create sub menus Create Simple menus from a String array Add tooltips to custom menus content Nodes Change attributes for menuitems Most set methods return it''s own class so they can be chained
@stevel05 · 2022-08-24
AudioSpectrumVisualizer [B4j]
Display an audio spectrum using a Javafx AreaChart and the MediaPlayer AudioSpectrumListener
@stevel05 · 2022-08-17
Code Module FFMPeg_Utils for jAudioTrack2 and jAudioRecord2
Using FFMPeg Command Line and jShell, it is possible to convert most file formats to and from a wav file that jAudioRecord2 writes and a jAudioTrack2 plays.
@stevel05 · 2022-08-17
jAudioTrack
Here is the opposite number to jAudioRecord, again based on javax.sound.sampled it''s setup is very similar.
@stevel05 · 2022-08-14
CmdTwain Wrapper [B4j]
This is a B4xlib to control the free command line Twain Scanning app CmdTwain. (Windows Only)
@stevel05 · 2022-08-12
SQLite JDBC - Library version updates
SQLite JDBC - Library version updates
@Claudio Oliveira · 2022-08-08