Skip to content

Commit

Permalink
Demos: Add OpenGL teapot demo :^)
Browse files Browse the repository at this point in the history
Every GL library needs an implementation of this!
Currently drawn with "pixel vomit" colours as we don't
yet support lighting via the GL library.

This also ships with a super basic Wavefront OBJ loader.
  • Loading branch information
Quaker762 authored and awesomekling committed May 8, 2021
1 parent 5ff2486 commit 834f3c6
Show file tree
Hide file tree
Showing 13 changed files with 10,298 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Base/res/apps/GLTeapot.af
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[App]
Name=GLTeapot
Executable=/bin/GLTeapot
Category=Demos
Loading

0 comments on commit 834f3c6

Please sign in to comment.