Expresii
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Build for Linux (Or Wine / Crossover)

2 posters

Go down

A Build for Linux (Or Wine / Crossover) Empty A Build for Linux (Or Wine / Crossover)

Post  Colton Eakins Fri 26 Feb 2021, 2:05 am

Hi Nelson,

There is no doubt that Expresii is the best in class in terms of CFD programs. Other programs that use simulation techniques like Adobe Fresco, Corel Painter, and Rebelle 4 do not even compare.

Despite Expresii being Windows-only, there are ways to get it to run on a variety of devices and operating systems: via a Parallels on Mac (a virtual machine), via EasyCanvas on Android devices (screen mirroring a Windows PC), etc. But, all of these solutions have their downsides: general sluggishness, input lag, and more.

Considering that Expresii uses OpenGL and C++, what it getting in the way of making Expresii a cross-platform solution?

At the very least, I think it would be worthwhile to provide a build that is compatible with Wine and Crossover. This solution has not really been addressed (compared to other alternatives like virtual machines and screen-mirroring apps) on the Expresii blog or Facebook page. But, it has some of the greatest benefits: Wine is not a virtual machine, so it does not have VM overhead.

Allowing Expresii to work via Wine would allow the program to run on Mac and Linux without the major performance hit that comes with virtual machines. Additionally, through Wine, Expresii would not need a major re-write (which would be the case for a native Mac app).

Unofficially, other major programs already work via Wine: Photoshop, AAA games, and more. (See a screenshot of Photoshop working via Wine/Crossover on Ubuntu Linux on my computer below.)

PLEASE CONSIDER A WINE BUILD.

Colton Eakins
Guest


Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Screenshot showing Photoshop running via Wine

Post  colton Fri 26 Feb 2021, 2:18 am

Here is a screeshot showing Photoshop (latest version) running via Wine on Ubuntu 18.04.

A Build for Linux (Or Wine / Crossover) Screen10

colton

Posts : 9
Join date : 2021-02-26

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Admin Wed 03 Mar 2021, 10:10 pm

Thanks for your message.

The main obstacle was the graphics library that I use. It's based on OpenGL, and I don't want to rewrite that library. The second largest obstacle is the UI framework.

Some good news is: a tool that is supposed to allow that library (and also the UI framework) to be used for Mac / Linux is just updated to really allow that to happen. Bad news is I encountered issue installing it. I'll keep trying to get this dev tool working.

I actually tried installing Linux and Wine after I saw your message, but wow... the Wine installation process was well, not smooth. I, as someone who used DOS and Unix before, find it just too troublesome. I gave up already. Mad I don't think many of my users would be installing Linux and Wine themselves.

So, hopefully I can get a Mac version at some point. I hope by that time, Apple is not removing OpenGL altogether, and my Mac build actually runs on their new ARM based processor. Mad




Admin
Admin
Admin

Posts : 867
Join date : 2012-12-31

https://expresii.forumotion.net

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Response to Nelson

Post  colton Thu 04 Mar 2021, 2:11 am

Thank you for your reply.

Regarding the framework for OpenGL and UI framework you use for Expresii, I definitely believe the UI framework is causing problems with Expresii running through Wine (via Crossover). Check out my screenshot below showing Expresii installed via Crossover:

A Build for Linux (Or Wine / Crossover) Expres10


When I attempt to run Expresii via Wine/Crossover, Expresii installs properly, but the X.exe fails to create a window due to *presumably* an OpenGL error.  I tried to troubleshoot this for the 64-bit version; but, the X.exe fails without even so much as an error logged to Wine/Crossover--making this issue very hard to troubleshoot.

When I attempt the run the 32-bit version, I do get a generated error report. But, I am not sure if this error is a bug with Expresii in this environment (i.e. Wine/Crossover), or it is a bug with the implementation of 32-bit OpenGL in Wine/Crossover (considering the 64-bit version of Expresii and 64-bit version of OpenGL do not cause an error report to be generated). See these screenshot:

A Build for Linux (Or Wine / Crossover) Expres12
A Build for Linux (Or Wine / Crossover) Expres11


Long story short, I do not know what the issue is. But, I want to help you troubleshoot it!


Regarding the difficulties you had installing Wine, I actually recommend the Crossover project instead. It is much, much more user-friendly. And, the team at CodeWeavers (the company behind Crossover) makes the most contributions to the Wine project. Other large companies such as Steam also also getting into the Linux market through projects like Proton which use Wine under the hood. I am sorry you had issues, but please give it a second chance: I still believe this solution will prevent you from having to rewrite code. I will even purchase your Crossover license for you.

As you can tell, I really, really want to see Expresii work on Linux / Mac. Very Happy

Lastly, you are right: many of Expresii's users wouldn't be installing Linux and Wine themselves. But, I promise that support via Wine/Crossover would have a net-positive impact on Expresii's community. Linux users aren't numerous, but they will be your biggest fans. Smile

To restate: I want to help you troubleshoot this. Do you mind sharing the name of the UI framework you use? Also, do you mind sharing the dev tool that you are having trouble using for the Mac and Linux support?


I am a developer as well; just not a Windows developer. But, I have been using Linux professionally for years. I feel like Expressi is so close to a Linux build! Please give Wine/Crossover a second chance.

Would you like to schedule a time to chat? I could help you get Crossover running properly.


Last edited by colton on Thu 04 Mar 2021, 2:14 am; edited 1 time in total (Reason for editing : Minor spelling and grammar corrections.)

colton

Posts : 9
Join date : 2021-02-26

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Admin Fri 05 Mar 2021, 1:00 am

Thank you for your enthusiasm!  Very Happy

Okay, I have Wine installed finally. Good that I get OpenGL 4.6 support on Wine (using my own System Checker - it runs fine but gives error on exit):
A Build for Linux (Or Wine / Crossover) Screen12
but seems Wine 6.0 still has bugs in OpenGL, as you can see below.  

The graphics lib I use is GLScene (https://sourceforge.net/projects/glscene). The UI framework is VCL of Delphi. You can get the free community version (https://www.embarcadero.com/products/delphi/starter/free-download) to try compile and run some GLScene samples. I run some and all that I ran gave error from opengl32.dll on exit. E.g. this RenderToTexture sample's way of rendering is important for Expresii to work - glad it runs fine:
A Build for Linux (Or Wine / Crossover) Screen11
although it gives error on exit:
A Build for Linux (Or Wine / Crossover) Screen10

And seems Wine OpenGL implementation still has some bug with GLSL shader too, as e.g. the ShaderLab sample of GLscene gives this error on program start:
A Build for Linux (Or Wine / Crossover) Screen13

And shaders are also important for Expresii to work.  FYI, I do get the same error report as you posted running Expresii.

The dev tool I mentioned is CrossVCL. I have some good progress getting it to work today, although now I'm stuck at an error that I don't know how to fix yet. Embarassed
Admin
Admin
Admin

Posts : 867
Join date : 2012-12-31

https://expresii.forumotion.net

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  colton Sun 14 Mar 2021, 5:02 am

Hi Nelson,

Thank you for the detailed response. I am going to follow your steps to run the 'sample' programs on Wine; I am going to try to get them running without errors--but, no promises. You may be right: Wine's implementation of OpenGL may have its flaws.

Thank you. Purchasing Expresii today after my trial license expired! Very Happy

Colton

colton

Posts : 9
Join date : 2021-02-26

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Admin Fri 19 Mar 2021, 12:35 am

Thank you very much for your enthusiasm and support, Colton!
Admin
Admin
Admin

Posts : 867
Join date : 2012-12-31

https://expresii.forumotion.net

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Toby Fri 17 Feb 2023, 7:52 pm

How did this turn out? It did sound promising for a Mac build..

Toby
Guest


Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Admin Sat 18 Feb 2023, 2:58 pm

I didn't hear from Colton again. There're too many things that need to be worked on for Expresii that kept me busy. Personally I still believe Expresii is a revolutionary app that incorporates many innovations (lets you paint with spontaneity, gives very natural-looking flow patterns, and renders to very high resolution) but I really need others' help to develop it faster.
Admin
Admin
Admin

Posts : 867
Join date : 2012-12-31

https://expresii.forumotion.net

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Toby Tue 21 Mar 2023, 4:24 am

I agree. After using Expresii, going back to the ’normal’ paint apps, with their 30 year old brush technology (which is basically just dragging a stamp along), feels really dissatisfying, and it’s annoying Expresii doesn’t reach a broader audience!

Toby
Guest


Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Toby Wed 22 Mar 2023, 12:21 am

By the way, I respect the origins of the app in Chinese writing, but to get more people to use it, I think it would be wise to make it a bit more commercial – focus less on Chinese characters and more on the drawing/painting aspect. Show more nice examples on the first page of your web site.
A wider sortiment of pens and brushes to suit different styles. Some with a bit less ’wild’ strokes, acting more like a brush pen, although still based on your brush engine.
And to get the word out – send it to a lot of YouTube illustrators/artists/comic artists for review. Then you’ll get more users/more money/hire programmer/do mac iPad version/even more users…

Toby
Guest


Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Admin Tue 28 Mar 2023, 3:39 pm

Thanks for your kind words. I saw ppl comments given to some of those Youtubers asking them to review Expresii, but they seem to just ignore them. I certainly need more help.
Admin
Admin
Admin

Posts : 867
Join date : 2012-12-31

https://expresii.forumotion.net

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Toby Wed 19 Apr 2023, 1:45 pm

Some of the comments might have been me Smile I’m trying to get the word out on those Youtube channels..

Toby
Guest


Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Admin Mon 01 May 2023, 4:02 pm

Thank Toby for that! I'm still busy working on Expresii.
Admin
Admin
Admin

Posts : 867
Join date : 2012-12-31

https://expresii.forumotion.net

Back to top Go down

A Build for Linux (Or Wine / Crossover) Empty Re: A Build for Linux (Or Wine / Crossover)

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum