rehdi93 / BlenderRenderController

A tool for significant speedup of rendering with Blender VSE (Video Sequence Editor).
MIT License
7 stars 0 forks source link

making a proper Linux port #4

Open rehdi93 opened 6 years ago

rehdi93 commented 6 years ago

The "Unix" versions from previous releases are just the same as the windows versions, except conditionally compiled to include some extra code to account for bugs when running in Mono. That got really unmanageable starting w/ v1.1.0.0, so I won't insist on this approach.

But I would like to have a PROPER version of BRC for Linux, maybe MacOS as well, but I need some help.

I know I probably want to target .Net Core, but beyond that I don't know (what tools \ libraries to use, how to package it, etc), if any one can help me w/ that I would appreciate it 😄

rehdi93 commented 6 years ago

UPDATE: I've made progress in the dev branch

I decided on GTK-sharp, drew the UI using Glade, It's partially implemented, but there's still a ways to go...