Beherith / springrts_smf_compiler

This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
Creative Commons Zero v1.0 Universal
10 stars 9 forks source link

moved from Pyqt4 + argparsegui to wxwidgets + gooey #8

Closed TurBoss closed 6 years ago

TurBoss commented 6 years ago

this is a wild test the idea is not to merge it in master just play with a new ui thats why i made the PR to another branch named Goeey

please let me know what do you think

also I'll append a windows binary

the main goal is to show the progress (prints) in the app itself

Thanks

edit: added binaries edit2: github upload takes ages to load

so I uploaded it to mega: https://mega.nz/#!1Yw0xbDD!ouA-KGce_x0hpXJBvspfoXv4qdjdeAEC3b2a8AFgkko

TurBoss commented 6 years ago

@Beherith any interest on this?

Thanks

Beherith commented 6 years ago

Damn, I seem to have screwed up by merging your previous commit first. A like the gooey, it looks perfectly fine. Does it still allow a command line only functionality.

The only thing i seem to feel missing is the saving/loading of a command line (the argparseui version could do this).

Otherwise, I will merge anything you write as a pull request, I think you should have commit rights as a contributor too.

TurBoss commented 6 years ago

hello!

I seem to have screwed up by merging your previous commit first.

no worries I'll open a new pull request

Does it still allow a command line only functionality?

I'm not sure I must check

The only thing i seem to feel missing is the saving/loading of a command line

I have to check that :)

I will merge anything you write as a pull request

Thanks but please check it before :P

I think you should have commit rights as a contributor too.

I'm fine just opening pull request as I would like to have your opinion

Thanks