pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

Does the pyrender project use any tools to format the code?

Open eyllanesc opened this issue 5 years ago • 2 comments
trafficstars

I am creating a PR that offers a Viewer written in Qt (PyQt5 or PySide2) so I do not want to break the style of the format so I am wondering if a tool (and its configuration if necessary) is used for it. I currently use black and I see that the format differs from your code.

eyllanesc avatar Sep 03 '20 00:09 eyllanesc

That's a great idea, wouldn't it be better to use SDL2 though?

SimantoR avatar Apr 24 '21 21:04 SimantoR

@SimantoR My proposal does not exclude SDL2 but in my PR I refactor the part of the viewer so that it can be written with different GUIs, and my 2 cents is to provide the viewer with Qt, another expert user with SDL2 could easily implement too. See this: https://github.com/eyllanesc/pyrender/tree/create_qt_viewer

eyllanesc avatar Apr 24 '21 22:04 eyllanesc