I've updated the README <https://github.com/justinfx/gofileseq/blob/master/cpp/README.md> to clarify that those are only build deps. Sorry that it was unclear.
Justin On Tue, May 3, 2016 at 7:29 AM Justin Israel <[email protected]> wrote: > > > On Tue, 3 May 2016 2:25 AM Marcus Ottosson <[email protected]> wrote: > >> I'm not your target audience, but for such minimal features, I'm >> sceptical about dependencies on both Go and Qt. On a second reading, I did >> notice you mentioned it can be built without it, but at first reading I >> stopped when it mentioned Qt in the requirements. >> > > It has no runtime dependencies. Those are the requirements to build the > library. Go, because you need to first build the Go lib, and qmake because > I happened to use a pro file for the build system. Both of these can be > grabbed from apt or homebrew and I could always ditch the pro file and > write a make file or a waf script. > You aren't adopting any dependencies as user. > > >> I take it you're writing this mainly for practice; I'd mention that too >> in the README for folks who might be looking for a serious library. >> > > No I am writing this for serious production use. You must have the wrong > impression, and please don't give others this same impression by suggesting > that I state something like this in my readme. > > Fileseq and gofileseq are both production libraries and tools. This aims > to be a production C++ library. > > >> On 2 May 2016 at 06:08, Justin Israel <[email protected]> wrote: >> >>> Hi, >>> >>> In case any of you are familiar with fileseq >>> <https://github.com/sqlboy/fileseq>/ gofileseq >>> <https://github.com/justinfx/gofileseq>, or you frequently work with >>> frame ranges and sequences of files (building, parsing, and listing), I >>> wanted to make a quick mention of this.. >>> >>> Since I had been asked about C++ fileseq, and it didn't exist, and I >>> didn't want to write another complete port, I decided to try an experiment >>> and make C++ bindings over gofileseq (since I have never done that before). >>> >>> It is available for testing here: >>> https://github.com/justinfx/gofileseq/tree/master/cpp >>> >>> If you have C++ projects and need to work with frame ranges and file >>> sequences, have a play and post and issues and/or feedback on github. >>> >>> Thanks! >>> Justin >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Python Programming for Autodesk Maya" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0ZJfSz%2BQzugqzho0rJVvKHAmo%2B9SeehHuWmc%2BHhRe6BA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0ZJfSz%2BQzugqzho0rJVvKHAmo%2B9SeehHuWmc%2BHhRe6BA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> *Marcus Ottosson* >> [email protected] >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODz92QPV53BBDBVnFOzhtDT9x-CK--xquqNJg2%3D%2BxaPVA%40mail.gmail.com >> <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODz92QPV53BBDBVnFOzhtDT9x-CK--xquqNJg2%3D%2BxaPVA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0rTXkLn-1impmpFOMxNt4DALmgzPAjwCd7K%2BjLK0itxw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
