Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GLTF Scene Viewer
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Petter Skålerud
GLTF Scene Viewer
Commits
2cf80d61
Unverified
Commit
2cf80d61
authored
6 years ago
by
Nils Petter Skålerud
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added simple instructions to build project.
parent
08b9ebd4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-2
9 additions, 2 deletions
README.md
with
9 additions
and
2 deletions
README.md
+
9
−
2
View file @
2cf80d61
...
@@ -5,10 +5,10 @@ Game engine project by Didgy (Nils Petter Skålerud)
...
@@ -5,10 +5,10 @@ Game engine project by Didgy (Nils Petter Skålerud)
How to build:
How to build:
Windows:
Windows:
The project can be built as-is on MSVC and MinGW
The project can be built as-is on MSVC and MinGW
using CMake
Linux:
Linux:
Currently not supported. Will support if I find an elegant solution for GLFW, or whenever I go back to SDL2 for windowing.
Should just be a matter of doing cmake ./ and then make in terminal. Will write detailed
Ubuntu packages required to build:
Ubuntu packages required to build:
libglew-dev
libglew-dev
...
@@ -16,6 +16,13 @@ libglfw3-dev
...
@@ -16,6 +16,13 @@ libglfw3-dev
NOTE! 32-bit is not supported.
NOTE! 32-bit is not supported.
How to install:
git clone https://github.com/Didgy74/DEngine.git
git submodule init
git submodule update
cmake ./
make
The engine uses the following libraries:
The engine uses the following libraries:
*
GLEW
*
GLEW
...
...
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