An open API service indexing awesome lists of open source software.

https://github.com/michael-lazar/gophervr-models

3D models from the GopherVR project
https://github.com/michael-lazar/gophervr-models

Last synced: 3 months ago
JSON representation

3D models from the GopherVR project

Awesome Lists containing this project

README

        

# gopherVR-models

This repo contains reproductions of the 3D models from the [GopherVR](https://en.wikipedia.org/wiki/GopherVR) project, developed by University of Minnesota in 1995.

The historical GopherVR source code is hosted here: [gopher://gopher.floodgap.com/1/gophervr](https://portal.mozz.us/gopher/gopher.floodgap.com/1/gophervr).

The 3D objects were originally modelled in c code using [libvogl](https://www.autochthonous.org/eric/), which is an old, obsolete graphics library that's very difficult to find information on. I converted them to [.obj](https://en.wikipedia.org/wiki/Wavefront_.obj_file) files using some terrible regex strings and elbow grease. There are many free tools online that you can use to view obj files, such as [https://3dviewer.net/](https://3dviewer.net/).

## 3D Models

- [models/dir.obj](models/dir.obj?raw=1)
- [models/document.obj](models/document.obj?raw=1)
- [models/kiosk.obj](models/kiosk.obj?raw=1)
- [models/search.obj](models/search.obj?raw=1)
- [models/sound.obj](models/sound.obj?raw=1)
- [models/telnet.obj](models/telnet.obj?raw=1)