Masthash

#crossplatform

Marco Breveglieri - Developer
6 days ago

Questa settimana proseguiamo il viaggio verso luoghi ignoti e inesplorati dello spazio... tutto in una sola app! 😉

Creeremo assieme una applicazione #3D con #Delphi e #FireMonkey che simulerà il classico "campo di stelle" (star field), come sempre "single source" ma #crossplatform, funzionante su diversi OS e device, desktop e mobile.

Ci vediamo 🗓️ giovedì 25 maggio alle ⏲️ ore 21.30 sul mio canale #Twitch! 👉 https://www.twitch.tv/compilaquindiva

E come sempre, non dimenticate i vostri occhialini 3D! 😛

Discovery: Creiamo applicazioni 3D crossplatform con Delphi e FireMonkey (parte 3) - CompilaQuindiVa, canale Twitch di Marco Breveglieri - Giovedì 25 maggio 2023 ore 21.30 - https://www.twitch.tv/compilaquindiva
<em/>
2 weeks ago

I'm really on the fence about this.. Should I make my Mastodon app in #ReactNative or #Flutter? Good #accessibility support is a definite must, and I want it to feel as much like a native platform app as possible.

I'm leaning toward flutter because the tooling is nicer, but I'm scared I won't have the community or library support that I would if I went with React Native.

What are your #CrossPlatform #AppDev opinions, Mastodon?

Going full time, https://dioxuslabs.com/blog/going-fulltime/.

Dioxus has one full time developer, neat!

This project must be followed carefully. Lot of good things coming from it.

#ui #CrossPlatform #RustLang

Shadow Grove
3 weeks ago

💡 #UnityTips: Build cross-platform games with Unity! 💻 Deploy your games to multiple platforms including PC, mobile, and VR devices. #unity #unity3d #gamedev #crossplatform #IndieDev Learn more: https://unity.com/platforms

jbz
2 months ago

☕ The History of the Java Programming Language
— SyntaxByte

#Java #Crossplatform
https://m.youtube.com/watch?v=eX7VnkcXMdM&feature=youtu.be

Clinton Aase
2 months ago

Pretty interesting news coming out for #Diablo4. I REALLY don't like preordering after being burned by #NoMansSky #Cyberpunk2077 and #Battlefield2042, but after playing the #openbeta I'm pretty stoked!

#videogames #pc #pcgaming #crossplatform

https://www.youtube.com/watch?v=GySPIzbJWEo

Infinity Soft Systems
2 months ago

Cross-platform app development is a cost-effective and efficient way for businesses to build mobile apps that can run on multiple operating systems and devices. We also discuss some of the popular tools and technologies used for cross-platform app development, such as React Native, Xamarin, Flutter, and PhoneGap.

https://medium.com/@infinitysoftsystems.marketing/unlocking-the-benefits-of-cross-platform-app-development-9199d7fff624

#crossplatform #app #development

Tao of Mac
2 months ago

Cadseer

Cadseeer is a new cross-platform parametric CAD application that leverages OpenCascade and QT.(...)

#qt #crossplatform #cad

https://taoofmac.com/space/apps/cadseer

Cadseer
bitbonk
2 months ago

What is the coolest stack to build a #crossplatform #mobile app with #FSharp and #dotnet?

Addevice
2 months ago

learn what #crossplatform #app development is from both the technical and business sides

https://www.addevice.io/blog/cross-platform-app-development

Danie van der Merwe
2 months ago

LocalSend – Video about Open Source Cross-Platform App that Securely Transfers Files and Text on Local Network

I did a post about this app a few days ago, but decided to follow it up with this video after a few questions came in.

LocalSend can securely send files, text, media, and Android app APKs quickly over a local network between Windows, macOS, iOS, Android, a ...continues

See https://gadgeteer.co.za/localsend-video-about-open-source-cross-platform-app-that-securely-transfers-files-and-text-on-local-network/

#crossplatform #filetransfer #localsend #opensource #technology

Danie van der Merwe
2 months ago
I did a post about this app a few days ago, but decided to follow it up with this video after a few questions came in.

LocalSend can securely send files, text, media, and Android app APKs quickly over a local network between Windows, macOS, iOS, Android, and Linux devices. An individual text message will be able to be copied straight to the clipboard on the receiving device. Optionally, media such as photos or videos can also be copied straight to a mobile device's photo gallery.

LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security.

Apart from being encrypted via SSL, the traffic does not leave your local network, and no external 3rd party services such as GDrive, DropBox or PushBullet are used. There are no adverts or trackers either.

See







LocalSend - Open Source Cross-Platform App that Securely Transfers Files and Text on Local Network
vonDanie van der MerweamYouTube


#technology #opensource #filetransfer #crossplatform #localsend
Danie
2 months ago

LocalSend – Video about Open Source Cross-Platform App that Securely Transfers Files and Text on Local Network

https://gadgeteer.co.za/wp-content/uploads/2023/03/LocalSend-Thumbnail-400x225.jpg I did a post about this app a few days ago, but decided to follow it up with this video after a few questions came in. LocalSend can securely send files, text, media, and Android […]

https://gadgeteer.co.za/localsend-video-about-open-source-cross-platform-app-that-securely-transfers-files-and-text-on-local-network/

https://squeet.me/display/962c3e10-b2d4a0be-5290d506b89ff79d

Matt Goldman
2 months ago

Here's a quick tip showing how easy it is for #dotnet devs to build #crossplatform mobile and desktop apps with #dotnetmaui. It's from my new book .NET MAUI in Action, available now with a limited time discount, code below.
https://youtu.be/mbkx9WpAKGs

InfoQ
3 months ago

A question every #mobileapp project must ponder is:

Do we want to use #NativeApp, or do we want to use a #CrossPlatform framework? And if you go the cross-platform route, which framework better suits our needs?

➡️ Hear about frameworks for mobile development, pros & cons
➡️ Learn how to make the best decision for a mobile app-building framework

🎥 #InfoQ video: http://bit.ly/3ZFCFWG

#Mobile #SoftwareDevelopment #transcript

#weld

`weld` now takes a `--target <triple>` argument. `weld` is designed to be cross-platform entirely, hence it's legit to be able to specify a target triple, https://github.com/Hywan/weld/commit/b7fde2dbf9fb523dccb041063bfd030967f5e814.

Based on the provided target triple, `weld` will use a particular linker strategy (e.g Elf, MachO, Coff, Wasm etc.).

$ weld --target x86-64-unknown-linux <input> -o <output> # = Elf

$ weld --target aarch64-apple-darwin <input> -o <output> # = MachO

Cool huh?

#RustLang #TargetLexicon #CrossPlatform #linker

Danie van der Merwe
3 months ago
Some of these are really well-known favourites for many people already, but there were also some I'm looking into a bit further that look really useful, and which I was not aware of.

It is good to see that most of them are also cross-platform, so they can be used by most people, and many are also open source software.

See The best free (or low-cost) tools for video editors

#technology #video #videoediting #crossplatform



Here’s a list of my favorite video tools for veteran video editors and newbies that don’t cost an arm and a leg.

Danie
3 months ago

The Verge’s list of the best free (or low-cost) tools for video editors (mostly cross-platform)

Computer monitor with keyboard and mouse, showing non-linear video editing tool on screen Some of these are really well-known favourites for many people already, but there were also some I’m looking into a bit further that look really useful, and which I was not aware of. It is […]

https://gadgeteer.co.za/the-verges-list-of-the-best-free-or-low-cost-tools-for-video-editors-mostly-cross-platform/

https://gadgeteer.co.za/the-verges-list-of-the-best-free-or-low-cost-tools-for-video-editors-mostly-cross-platform/

Computer monitor with keyboard and mouse, showing non-linear video editing tool on screen
manuelcaeiro ☕
3 months ago

Are you a #Python #programmer ? Do you need a #crossplatform #GUI #app ?
Have you checked the new #wxPython ? 😉

https://www.wxpython.org/

Samurai Penguin 🐧
3 months ago

Just dropped: new peek at gameplay from #Dhexus!
#CrossPlatform #Multiplayer is now live in the latest version. Check it out and if it looks like your jam, join the official Discord for a chance to test!
https://youtu.be/KJOvMcPsxLk
#indiegame #MadeWithUnity #indiedev #indie #strategygame #glhf #goodluckhavefun #gamedev #mobile

Tim Apple
3 months ago

I'm in the market for a new #notes app possibly. I would like it to be cross-platform, have sync, and not have desktop version built on web technologies if possible. Does such a thing exist?

#crossplatform #productivity

Dominik Leipold
3 months ago

Steffen Christgau on #HPC at #deRSE23:

#CUDA (#nVidia) and #HIP (#AMD) are essentially the same, you just have to use a different prefix. And they are both #proprietary.

So, best use an #openStandard, #crossPlatform, vendor-agnostic framework for your #GPU code. To make sure it can run on any HPC system.

For #AI applications, you don’t need nVidia GPUs as well. Platform #portability is possible nowadays!

Xanatos
3 months ago

Some days ago I found a really nice framework on top of Monogame or SFML which allows you to create games with ASCII art. SadConsole does include a fully functional gui library and objects for drawing it on console containers. I did play around with it a little bit and it seems really nice.
It does need a better documentation in my opinion but there is a discord community helping out with any questions.

It's running on dotnet and therefore is cross platform. Trying to make a rouge like with oldschool graphics? Give it a try.

https://sadconsole.com/

#DotNet #GameDevelopment #SadConsole #CrossPlatform #Monogame #SFML

Big Em
4 months ago

Hi Mastodon! Since I’m all #crossPlatform #iosdev and #androiddev now I got an iPhone!

So far, I think I hate the keyboard, but I miiight like #metatext more than #tusky

elementary
4 months ago

#Sideloading apps and using alt stores like #Flathub is a major feature of elementary OS and a competitive edge over closed platforms that only let you install apps from a locked down store. In this release we’ve made several improvements to smooth out the experience of using alt stores based on your feedback and the latest #CrossPlatform standards.

Siavash
4 months ago
Esperanto Poodle
4 months ago

Exploring ChessX today. I want to explore databases full of games to study!

#chess #floss #foss #crossplatform

heapwolf
4 months ago

Here’s a quick prerelease demo of what we’ve been working on. #p2p #offlinefirst #localfirst #nat-traversal #holepunching #crossplatform

https://youtu.be/PhTjKtrpCYk

Nik ♿️🏳️‍⚧️:neuro:
4 months ago

I kinda wanna make an all disabled team for #Asphalt9. Or just a team to have fun and not be super serious about it like some folks. I dunno. #NintendoSwitch #CrossPlatform

I really like what I am seeing, but I've been held off by two things that I haven't seen a "nice" solution to.

* RichTextEdit - Most threads say use AvaloniaEdit, but don't give any links to reference implementations. That's like taking a sledgehammer to crack a nut.

* WebView component - Most third party components don't work on Linux or have very strict version and installation requirements. Not elegant.

#Avalonia #crossplatform

https://youtu.be/YhKuZImznEE

Erika Harlitz Kern
5 months ago

Shared content between Mastodon and another platform for the first time today. Instagram to be precise. Nice! #mastodon #sharing #sharingcontent #crossplatform

Jens Hannemann
5 months ago

@massonpj @clintlalonde I totally agree. For all my courses, I shoot to use #crossPlatform #openSource #software and open #hardware as well. #octave over #matlab, and #python over #octave. #numpy and #matplotllib FTW.

@hutchcodes CherryTree is FOSS and crossplatform and does pretty much all I want from it. And I did try a great many wiki/notetaking/outliner/textfile things before arriving at this 😸

https://www.giuspen.net/cherrytree/

#CherryTree #FOSS #CrossPlatform

De Programmatica Ipsum
6 months ago

"The myth of the #crossplatform #mobile #application is as old as the #iOS + #Android duopoly. Back in 2008, a small Canadian company called Nitobi Software released a JavaScript-based framework for cross-platform mobile applications called #PhoneGap. Adobe snatched Nitobi in 2011, right after realizing that Steve Jobs was right, and that mobile apps based on #Flash were nothing else than a chimera."

https://deprogrammaticaipsum.com/the-law-of-diminishing-returns/

joreg
6 months ago

Happily used #SFML with #dotnet as a solution to record/play sound #crossplatform on windows and the #raspberrypi

https://github.com/SFML/SFML.Net

Logo of the Simple and Fast Multimedia Library

About the #crossplatform #Mastodon client we planned, there is some consideration we would like to share.
Almost every client we tested has a very Twitter-like user experience: the user menu slides in from the left, bottom (or top) navigation bar and, above all, the timelines are separated between "Home", "Local" and "Federated". We think that this setting has two downsides:
1) newbies can get really confused;
2) many toots available in other two timelines can get overlooked /1

We are really loving #Mastodon, so... Yes, we put the foundation for a #crossplatform Mastodon client.
We are using C# and @unoplatform Soon we will open the GitHub repo for everyone who wants to contribute to the project.

Václav Vančura
7 months ago

Hello, let me introduce myself.

My name is Václav Vančura; I am a digital producer at Universal Entities, focusing on #crossplatform UI design and implementation, and #gamedev and developer tools for the games we produce.

Previously, before I got burnt, I was a design lead of developer tools at #Microsoft, specializing in #macOS UI design and #iconography, but also when a team needed a cross-platform design for any new R&D product.

#introduction #introductions

Steven Saus [he/him]
1 year ago

From 19 Apr: Two Ways to get CMYK Separation Using GIMP Instead of Photoshop in 2022 - There’s now not one but TWO ways to get CMYK separation using FOSS software. https://ideatrash.net/2022/04/two-ways-to-get-cmyk-separation-using-gimp-instead-of-photoshop-in-2022.html #digital-publishing #e-books #software #cmyk #crossplatform #gimp #graphics #linux #osx #photoshop #windows

Boiling Steam
1 year ago
Boiling Steam
1 year ago

Neutralinojs – Cross-platform desktop application development framework (without embedding Chromium): https://github.com/neutralinojs/neutralinojs #linux #foss #neutralinojs #crossplatform #dev #framework

Booteille
1 year ago

#Gyroflow est un nouvel outil #crossplatform pour stabiliser des vidéos à partir des données gyroscopiques liées. C'est écrit en #Rust et a l'air d'être simple et efficace.

https://gyroflow.xyz/

Danie
1 year ago

Logseq: A Free and Open-Source App to Create Notes, Manage Tasks, Build Knowledge Graph, and More

https://gadgeteer.co.za/wp-content/uploads/2022/01/logseq-400x225.jpg Logseq is a versatile knowledge platform with the support for Markdown and Org-mode. You can create tasks, manage notes, and do a lot more things with them. It also has the ability to install various […]

https://gadgeteer.co.za/logseq-a-free-and-open-source-app-to-create-notes-manage-tasks-build-knowledge-graph-and-more/ https://squeet.me/objects/962c3e1041d2a65226cb9b3d6d0baff9c231fed0

Danie
1 year ago

FLOSS alternatives to Visual Basic – Notable that many non-Windows specific apps run across Windows, Linux and macOS

https://gadgeteer.co.za/wp-content/uploads/2022/01/gtk-400x225.jpg Visual Basic is a fully proprietary software programming platform, that means, the language, the IDE, the resulting programs, and the OS where it can run, are all proprietary. This makes programs created with VB proprietary, […]

https://gadgeteer.co.za/floss-alternatives-to-visual-basic-notable-that-many-non-windows-specific-apps-run-across-windows-linux-and-macos/ https://squeet.me/objects/962c3e107cbe2abfae0516c058c702b9d6a37fc1

frankiezafe
1 year ago

just stumbled upon #raylib, a tiny and highly portable #gameengine
>> https://www.raylib.com
#zlib #gamedev #crossplatform

a set of icons for a GUI editor
an first person shooter 3d environment
Ade Malsasa Akbar
2 years ago

Are you looking for a #FreeSoftware job? III

Sharing is very appreciated.

https://www.qt.io/careers

Qt, the multinational company behind The Qt Framework, the materials that created #Kubuntu and #KDE Desktops, opens many positions you can imagine including #SoftwareEngineer, UI designer, etc. with #CPP and #QML languages.

#Qt #career #vacancies #gnu #linux #opensource #programming #crossplatform #jobs

🇺🇸 🇪🇺 🇩🇪 🇳🇴 🇫🇮 :kde: :gnu: :linux:

Qt jobs across countries including software engineers and many other positions.
Boiling Steam
2 years ago

Luxe: Cross platform, rapid development game engine (closed beta for now): https://luxeengine.com/about/ #linux #linuxgaming #gamedev #engine #luxe #crossplatform #beta