No Time To Play

WireView 3D


WireView 3D is a simple previewer for 3D models. It can render OBJ and STL files in wireframe only, convert the former to the latter, and save screenshots all by itself. And it does all that without touching the GPU (the display system might).

Screenshot of an application showing a futuristic aircraft rendered in wireframe 3D, with a chalkboard-like effect.

Motivations

WireView 3D is an offshoot of the Stereo Imagination project. I made it for a few reasons:

Besides, the state of 3D viewers (as opposed to editors) is abysmal. It's 2021 and I can only find two for my operating system. One is ancient and broken, the other doesn't support STL files, and fails silently instead of saying so.

Edit: in the mean time I found view3dscene.

Download

WireView 3D is available as native executables for 32-bit and 64-bit Linux, and also as source code. On Linux, it requires the Gtk3 library to run.

WireView 3D is written in the Nim programming language, with the NiGui library. You need a Nim compiler to build it, which in turn requires a C compiler. A copy of NiGui is included with the source code; it's a snapshot from late March or early April 2021. You can get a newer version from GitHub, or the Nimble package repository.

It should be possible to make a native Windows build. You're on your own there.

How to use

WireView 3D can be used with the toolbar buttons, or the following keys:

F1    show a help message (hidden command)
O     open file from disk
S     save file as STL
E     export a screenshot
+     zoom in
-     zoom out
R     reset view
Q     quit program

arrows to rotate

Screenshots can be exported as BMP, PNG or JPG, selected by file extension.

Known issues

License and support

WireView 3D is open source under the MIT License (and so is NiGui). See the included file for details.

I'd love to hear from you. Drop by the #ctrl-c IRC channel on Tilde.chat sometime, or see inside the archive for my e-mail address.


Last updated: . More small things