BoundingBoxSoftware / Materialize

Materialize is a program for converting images to materials for use in video games and whatnot
GNU General Public License v3.0
1.49k stars 203 forks source link

Multiplatform Fork #6

Open maikramer opened 5 years ago

maikramer commented 5 years ago

I worked all day to port Materialize to be multiplatform, the repository is in https://github.com/maikramer/Materialize Tested only in linux Available in release, linux only.

Update, it's working great in linux now

fouman75 commented 5 years ago

Cool! I made a fork as well for OSX: https://github.com/fouman75/Materialize - osx branch I'll check out your version since I removed a lot of code. Maybe your multiplatform version is the way to go.

rszibele commented 5 years ago

Was just checking out Materialize and was sad to find out there was no Linux port available, until I found this issue.

It would be awesome if these ports get listed on the official page for new users as one has to dig a bit to find them. I can't speak for the OS X fork as I haven't tried it, but the Linux port from @maikramer works flawlessly, thanks guys!

maikramer commented 5 years ago

Was just checking out Materialize and was sad to find out there was no Linux port available, until I found this issue.

It would be awesome if these ports get listed on the official page for new users as one has to dig a bit to find them. I can't speak for the OS X fork as I haven't tried it, but the Linux port from @maikramer works flawlessly, thanks guys!

Thanks guy, my first port ever, you dont know how i'm glad to see that i'm helping somebody.

maikramer commented 5 years ago

New Version, really fast now, no more ImageSharp and with a native file picker, it's much more stable now, at least in linux.

https://github.com/maikramer/Materialize/releases

zicklag commented 5 years ago

This is great! It ran on my Ubuntu 16.04 laptop even with my weak embedded graphics card. Now I get to do some experimenting with it. :slightly_smiling_face:

Edit: It works great! Thanks a lot @maikramer! This will help me and my team very much.

owlboy commented 5 years ago

@fouman75 The macOS build does not display a preview for me. The background/preview area is just black.

10.14.4 - AMD Radeon R9 M395X 4 GB

fouman75 commented 5 years ago

@owlboy I don't think this repo is being maintained. I made the macport for fun but I'm not really using the app or supporting it.

Here is what I suggest:

Cheers!

maikramer commented 5 years ago

@owlboy I'm maintaing and working almost everyday on it, i remade 90% of the program, vulkan, HDRP, Compute shaders, everything is new. But the big remake is in another branch, a beta one. I can start to build a mac version, but i need a dedicated tester, if anyone want to be a candidate, i can easily do it. I can even build one tonight and send to the candidate. I will build only when somebody send me a request to be the tester. The issue is this one. https://github.com/maikramer/Materialize/issues/6

BenRacicot commented 5 years ago

Hey @maikramer and @fouman75 have you guys had time to continue this for MacOS? What would you recommend to use at this point?

fouman75 commented 5 years ago

Hey @BenRacicot, see @maikramer reply on Apr 6. I think this is your best bet at his point as I haven't touched anything since last year.

maikramer commented 5 years ago

Hi, i had no feedback for a mac release then i didnt work on it. But, i can see what i can do if anybody wants to test.

BenRacicot commented 5 years ago

@maikramer that's too bad! I'm sure people just don't realize how important your work on this has been. I would be willing to test it... My experience is limited in this space but I will test your work if you'd be willing to communicate here and there.

maikramer commented 5 years ago

@BenRacicot No problem, the real thing is that i dont have a mac for testing. But, i can try to build if you can even run and open the textures on it. The only thing i dont know if will work will be the file picker, but i can build and you test. Thanks.

fouman75 commented 5 years ago

Keep me posted if needed. I can try and build on my Mac. I had changed the file browser in my version as well. Maybe we can merge code if needed. Maybe we should move the issue/discussion to @maikramer repo.