Skip to main content

Questions tagged [multi-platform]

In computing multi-platform (aka cross-platform or platform independent) is an attribute conferred to computer software or computing methods that are implemented and inter-operate on multiple computer platforms.

0 votes
2 answers
109 views

I'm interested to build a VR app which will allow the user to interact with some 2d screens in a 3d world. I would like these same 2d screens to be available on a mobile app, so that the user could ...
DevGuru's user avatar
  • 11
0 votes
1 answer
235 views

I'm in the process of redesigning our entire process control system (a daunting task, really!), and want to make the right decisions to how each system in the ecosystem communicates with each other. ...
Fruity Medley's user avatar
2 votes
1 answer
163 views

I'm maintaining a couple of software repositories (C, C++ essentially) which I want to also run - or let's start with at least build - seamlessly on Windows. Now, my desktop machine does not have ...
einpoklum's user avatar
  • 2,808
3 votes
1 answer
150 views

I'm working on a small (and very tame) FOSS utility; and I want to test it to make sure that it builds on Mac OSes. But - I don't have a Mac OS I could use for that. I have access to Linux and to ...
einpoklum's user avatar
  • 2,808
-2 votes
1 answer
235 views

TL;DR How is the new .NET approach to being a multi platform framework better than what Java did long ago? What are the key differences in the implementation? What are the advantages and disadvantages ...
PedroC88's user avatar
  • 111
1 vote
0 answers
78 views

I am developing C++ based multiplatform app. Core is in C++ and GUI layers are in native languages (Swift, Java, C# etc.). How should I handle localization for this? Should I use native solutions for ...
Martin Perry's user avatar
0 votes
2 answers
239 views

I'm working on a security concept of a bigger project. It will be done with Spring,but that's actually not relevant right now. The whole system is a hierarchical tree of computer nodes that run a ...
Herr Derb's user avatar
  • 439
4 votes
3 answers
3k views

Let us say that I want to create a workout app and a website, the user enters his workout stats and the app display his stats with graphs percentage and such. This is an example I don't want to ...
Babajaga's user avatar
2 votes
1 answer
336 views

I am working on a new version of the following system: A 'main control' service that runs on Windows Server (C#). Clients on the following systems, that communicate with the above service via Web ...
Eternal21's user avatar
  • 1,604
0 votes
2 answers
609 views

I understand that programming languages can either be run in a VM (Java, etc) on every OS that supports the VM natively or can be compiled to machine code (C, etc) for each platform. What I don't ...
Coleman Tyler's user avatar
6 votes
1 answer
911 views

I am working on a database interface to a MongoDB using Python Eve as an API. The database stores several documents containing parameters and values needed for some calculations. I wrote a Python ...
albert's user avatar
  • 163
0 votes
0 answers
962 views

this question looks like How to plan/manage multi-platform (mobile) products but the answers there suggest using abstractions to ensure a common code repo, which is something that we decided not to do....
bottlenecked's user avatar
0 votes
1 answer
111 views

Multi-platform development tools like Unity offer us an ability to quickly deploy games to many platforms at once. However, I'm concerned about whether the final product will be any worse compared to ...
Aleksandar Stefanović's user avatar
2 votes
2 answers
1k views

We have server that runs data processing tasks, using Python, Django and Celery, on Linux. Once a batch of data comes in, a number of Celery tasks are scheduled and they run, some of them in parallel, ...
RemcoGerlich's user avatar
  • 3,330
2 votes
3 answers
279 views

I am a member on the QA team but tasked with majority of the management of the Jira instance. We have launched our product on one platform, and will be starting to develop it shortly on 2 more ...
pingu2k4's user avatar
  • 137

15 30 50 per page