diff options
Diffstat (limited to 'examples/HelloEmbedded.hs')
-rw-r--r-- | examples/HelloEmbedded.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/HelloEmbedded.hs b/examples/HelloEmbedded.hs index fbddb20..5c3b55d 100644 --- a/examples/HelloEmbedded.hs +++ b/examples/HelloEmbedded.hs | |||
@@ -10,6 +10,10 @@ import Codec.Picture as Juicy | |||
10 | 10 | ||
11 | import LambdaCube.Compiler as LambdaCube -- compiler | 11 | import LambdaCube.Compiler as LambdaCube -- compiler |
12 | 12 | ||
13 | ---------------------------------------------------- | ||
14 | -- See: http://lambdacube3d.com/getting-started | ||
15 | ---------------------------------------------------- | ||
16 | |||
13 | main :: IO () | 17 | main :: IO () |
14 | main = do | 18 | main = do |
15 | -- compile hello.lc to graphics pipeline description | 19 | -- compile hello.lc to graphics pipeline description |