Outpost Universe Forums

Projects & Development => Projects => Topic started by: TechCor on June 24, 2020, 04:38:55 PM

Title: Art Viewer Source
Post by: TechCor on June 24, 2020, 04:38:55 PM
Does anyone happen to have the "art viewer" source?

Referring to the one here:
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:art_viewer (https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:art_viewer)

It does not appear to be in any of the repos (GitHub or SVN).
Title: Re: Art Viewer Source
Post by: Hooman on June 24, 2020, 10:08:50 PM
I don't think Cynex ever released the source code for it.


You can find source for other similar projects that process sprite graphics. That may be enough to piece together a project on your own if that's your intention.

Graphics (https://svn.outpostuniverse.org:8443/!/#outpost2/view/head/GameResources/Graphics) (Visual Basic)
op2art (https://github.com/phossy/op2art) (Python)
OP2Utility/src/Sprite/ (https://github.com/OutpostUniverse/OP2Utility/tree/master/src/Sprite) (C++, partial experimental support)