Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
imt2531-exam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Halvor Bakken Smedås
imt2531-exam
Commits
cd934d14
Commit
cd934d14
authored
7 years ago
by
JonShard
Browse files
Options
Downloads
Patches
Plain Diff
Added linux install instructions to README. Missing CMAKE install instructions.
parent
233e02a6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+37
-12
37 additions, 12 deletions
README.md
with
37 additions
and
12 deletions
README.md
+
37
−
12
View file @
cd934d14
## Curiosity task - 3D object viewer
We are not doing Pacman. Instead we are doing a Curio
u
sity Task.
We are not doing Pacman. Instead we are doing a Curiosity Task.
We are focusing heavily on Architecture/Framework development for an OpenGL
graphics engine.
...
...
@@ -13,10 +13,10 @@ loaded, edited, re-loaded during run-time by the user:
-
Model files (e.g. cube.yml - custom format)
-
Scene files (e.g. playground.yml - custom format)
We are focusing on bei
i
ng as generic as possible when supporting these files,
We are focusing on being as generic as possible when supporting these files,
to empower the user. We are trying to make it possible for non-programmers
to enjoy the 3D-viewer, although the text-only input system might scare some
people awy.
people aw
a
y.
Our target user is an educator or a student who wants to learn about 3D
graphics datastructures.
...
...
@@ -27,6 +27,32 @@ for exporting high-poly models to our custom format.
We want to model an entire scene graph.
## Install Instructions
#### Windows
#### MacOS
#### Linux
Since we are using c++17 features, a newer compiler is necessary.
We are also using python3 or above.
```
bash
sudo
apt-get
install
clang++-5.0
sudo
apt-get
install
python3.5
#TODO insert install instructions for cmake 11.
git clone <REPO LINK>
cd
imt2531-assignment2
mkdir
build
cd
build
cmake ..
-DCMAKE_CXX_COMPILER
=
clang++-5.0
make
./cube
./cube assets/scenes/demo1.yml
# Load specific scene.
```
## Roadmap
### Minimum Requirements assignment 2
...
...
@@ -44,7 +70,7 @@ We want to model an entire scene graph.
-
[x] Use of multiple advanced mesh.
-
[x] Write own object loader
-
[x] Make Camera movable
-
[
] Multiple scenes
-
[
x
] Multiple scenes
.
### Own requirements Engine
...
...
@@ -157,4 +183,3 @@ meshes: 1
material
:
glass
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment