Skip to content

Commit

Permalink
Merge pull request #103 from Armada651/opengl
Browse files Browse the repository at this point in the history
Add early version of OpenGL renderer.
  • Loading branch information
Pavel Kovalenko committed Dec 12, 2015
2 parents 7efe143 + 6c589d2 commit 74b862f
Show file tree
Hide file tree
Showing 352 changed files with 26,283 additions and 1,297 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

# Shaders are plain text
*.vs diff=astextplain
*.ps diff=astextplain
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# exclude all dot files except .gitignore
# exclude all dot files except .git files
.*
!.gitignore
!.git*

# exclude binaries and temporary files
bin/
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "src/Externals/glbinding"]
path = src/Externals/glbinding
url = https://github.com/cginternals/glbinding.git
[submodule "src/Externals/gli"]
path = src/Externals/gli
url = https://github.com/g-truc/gli
Loading

0 comments on commit 74b862f

Please sign in to comment.