Need help on finding my way on creating cross-platform apps.

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • You might have luck with Flutter.

  • Docker-OSX

    Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.

  • If you require a physical development environment that can compile to multiple platforms, I would highly recommend Docker containers (if you're not already familiar with them, they're not-quite-virtual-machines). I would develop and compile on Windows, run an Ubuntu container to compile for Linux, and run an awesome Docker-OSX container to compile for Mac (which is one of the few ways to do any kind of native mac development without biting into the Apple). Each container would initialize, attach to your project directory, run a pre-configured compile command with some arguments on some files, copy your new executable files into a build directory, and then terminate.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts