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
- Host: GitHub
- URL: https://github.com/michael-lazar/gophervr-models
- Owner: michael-lazar
- Created: 2023-08-18T02:45:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T16:39:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T23:28:21.155Z (5 months ago)
- Language: C
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)