-
Posts
89 -
Joined
-
Last visited
Everything posted by chiddekel
-
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Thanks for this tip - equivalent on bottles is VKD3D and DXVK - for now app in bottles work with switch --no-hw-ui If Direct3D11 is for rendering document so on bottles (wine) is time to search which patch for VKD3D and or DXVK is use to run app without switch --no-hw-ui. On winehq and proton site there is many solved issue with flickering on D3D (VKD3D) after apply certain patch. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
I notice that flickering of picture is on any re-draw of canvas so it's performance of ( sothing like xyredrawcnvas() ) function that support redraw/refresh of canvas - i guess it's time too look for any .net related topic on WineHQ. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
https://usebottles.com/ -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
On other hand, support codewaevers can increase plugin for figma that is use in web development for develope sites and web apps UI on corporate Linux Front-end and web developers machines. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
https://www.perforce.com/blog/vcs/using-open-source-code-in-proprietary-software -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
There is even documentation of Installation process - https://kb.corel.com/en/128233 -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Confirm the pixeluvo - it's work. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
The money solutions is write ✍️ for Steam Os and put in on their store. Here is link to guide for port app to Steam Os with set of recommended tools https://partner.steamgames.com/doc/store/application/platforms/linux -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Or as abstraction on virtual hardware https://www.nand2tetris.org/ -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Flatpak, universal way to server application for any Linux Distro: https://flatpak.org/ -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Build Linux app for KDE: https://develop.kde.org/ -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Build Linux app for gnome: https://developer.gnome.org/ -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
🚀 WebAssembly is the perfect runtime for server-side (or serverless) applications (example on RUST + nodejs) https://www.secondstate.io/articles/why-webassembly-server/ -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Yes and no - because - it's version that support run on Linux 🙂 through browser like Chrome, Firefox, etc. @ this point make Web version by compile with https://emscripten.org/ toolchain to WASM solve this problem - This can be a new source of profit by consume for example the Saas Model. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Look on office 365 - they have web version so it's not Linux desktop version issue - but rather make work despite which platform is using for run the product. This unlocking possibility to reach Home Use on Linux Dekstop and have big impact of Corporations Linux Workstations. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
1-st solution - is the simple update path if distribute by flatpak https://flatpak.org/ if app and library will provide by flatpak repo - then Linux Distro agnostic. 2nd solution - If compile to WASM - https://emscripten.org/ and provide on server as Saas - then ( team manage update on server ) and user always have recent app version. -
Affinity für Linux?
chiddekel replied to Stanant's topic in Feedback for the Affinity Suite of Products
Yes - Solution 2 is the hard way - the developers of Affinity Product have some knowledge of coding principle so this is not issue. Solution 1 it's easier - the use of change compile target to WASM with https://emscripten.org - and run on browser in native speed. This tool is to c̶o̶d̶e̶ compile an app the size and complexity beyond Affinity product. -
Affinity für Linux?
chiddekel replied to Stanant's topic in Feedback for the Affinity Suite of Products
There are several approach to one code base for multiple OS - one is Sass in cloud compile to WASM and run in broswer thanks to - https://emscripten.org/ In that way compile are many application include LibreOffice - https://www.theregister.com/2022/02/19/webassembly_port_libreoffice/ The another approach is use SWIFT language On Linux and Windows: https://www.swift.org/getting-started/#on-linux This is simple guide how to code on Swift. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Technically Compile to web assamble will took minutes o houres and run in Browser with native speed 🚄. https://emscripten.org/ On Buissnes side - this can be the Sass Model payment, hosted on server with account for any user 👤 just like office 365 account and login can be with Google or Facebook oauth 2. -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Book about multiple platforms in c++: https://dl.acm.org/doi/10.5555/1407390 -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Another one guide. https://gamedevunboxed.com/getting-setup-for-cross-platform-c-development/?amp -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
How run function, methods in code using python3 from Windows *.DLL or Linux *.SO by ctypes. https://docs.python.org/3/library/ctypes.html -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Another one guide for what is important when write C++ codebase for multiplatform: https://stackoverflow.com/questions/33238345/are-c-applications-cross-platform -
Affinity products for Linux
chiddekel replied to a topic in Feedback for the Affinity Suite of Products
Multiplatform c++