https://github.com/dimo414/campusmap
3D map of Willamette University campus, a class project with Brian F. and Jose A.
https://github.com/dimo414/campusmap
course-project java jogl opengl research
Last synced: 2 months ago
JSON representation
3D map of Willamette University campus, a class project with Brian F. and Jose A.
- Host: GitHub
- URL: https://github.com/dimo414/campusmap
- Owner: dimo414
- License: gpl-3.0
- Created: 2020-01-17T07:36:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T23:21:58.000Z (over 6 years ago)
- Last Synced: 2025-03-11T05:45:46.333Z (over 1 year ago)
- Topics: course-project, java, jogl, opengl, research
- Language: Java
- Homepage:
- Size: 5.46 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Willamette University 3D Campus Map
See the [status document](STATUS.md) for more details.
## Setup
Currently this repository is set up to work as an Eclipse project and has Jars and library source
code attached. The JOGL OS-specific files (DLLs on Windows) need to be downloaded and put in the
root of the project directory. It shouldn't be too hard to get working in NetBeans, but for
consistency Eclipse is recommended.
* http://jogamp.org/jogl/
* https://jogamp.org/deployment/archive/master/jogl-old-1.1.1/
## Copyright
Copyright 2010, 2011, 2015 Michael Diamond, Brian Forbis, Jose Alvarado
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .