Recent content by floxp

  1. F

    FLX - Visual Programming IDE [Free]

    FLX v1.2.3 is now available (https://play.google.com/store/apps/details?id=com.flx) and provides an API for implementing fully customisable MQTT clients. The app provides a project template for creating a simple client. v1.2.4 will provide a project template with UI for FLX applets that...
  2. F

    FLX - Visual Programming IDE [Free]

    FLX v1.2.2 will have support for creating fully customisable MQTT clients with custom UIs for Android. And without developing the client app using Android Studio - just by using the FLX app : https://floxp.app/2021/02/22/flx-and-mqtt/
  3. F

    FLX - Visual Programming IDE [Free]

    FYI: I open sourced the FLX Lisp implementation which is powering the FLX visual language execution: https://github.com/Fuusio/flx-lisp The repo contains also a REPL app for trying out the FLX List.
  4. F

    FLX - Visual Programming IDE [Free]

    I use IFTTT for various things and tasks including the setup for my smart home. I originally got the idea for my FLX app when I wanted to have an app where you can easily implement UIs for controlling various things, executing small scriptable tasks, and using web services. I liked tasker and...
  5. F

    FLX - Visual Programming IDE [Free]

    Hi. I've develop an Android app for developing small applications and scripts on your Android device. The app is called FLX - Visual Programming IDE. The app provides a visual programming language which is based on Lisp under the hood but syntactically is is similar to Kotlin. I have just open...