Skip to content

Commit

Permalink
add description of moer-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaoing committed Sep 9, 2023
1 parent f4388a9 commit c07dbf7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
Binary file added images/final.pdf
Binary file not shown.
Binary file added images/lab1.pdf
Binary file not shown.
Binary file added images/lab2.pdf
Binary file not shown.
31 changes: 17 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Moer Render</title>
<title>Moer Renderer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
Expand Down Expand Up @@ -100,9 +100,9 @@
</div>
<div class="col-xs-8 text-right menu-1">
<ul>
<li><a href="https://github.com/NJUCG/Moer">Code</a></li>
<li><a href="https://github.com/NJUCG/MOER-SCENES">Scene</a></li>
<li><a href="images/manual.pdf">Document</a></li>
<li><a href="https://github.com/NJUCG/Moer"><b>Code</b></a></li>
<li><a href="https://github.com/NJUCG/MOER-SCENES"><b>Scenes</b></a></li>
<li><a href="images/manual.pdf"><b>Documentation</b></a></li>

</ul>
</div>
Expand All @@ -124,31 +124,34 @@
<div class="gtco-section border-bottom">

<div class=" text-center gtco-heading" style="width: 60%;margin-left: 16.7%">
<h1>Moer Renderer</h1>
<h1><b>Moer Renderer</b></h1>

<p>Moer is a phycially based renderer, providing an "easy to deploy and develop" rendering platform
for computer graphics (CG) research.
<p><b>Moer</b> is a research-oriented, phycially-based renderer, providing an "easy to deploy and develop" rendering platform
for Computer Graphics (CG) and Computer Vision (CV) research.

Moer is developed by <a href="http://www.njumeta.com/">NJUMeta</a> from <a
href="https://www.nju.edu.cn/">Nanjing University</a></p>
It is developed by the <a href="http://www.njumeta.com/">NJUMeta group</a> from <a
href="https://www.nju.edu.cn/">Nanjing University</a>.</p>

<p><b>Moer</b> also has an educational version: <a href="https://github.com/NJUCG/Moer-lite"><b>Moer-lite</b></a>, accompanied with several assignments
(<a href="images/lab1.pdf">Assignment 0</a>, <a href="images/lab2.pdf">Assignment 1</a>, <a href="images/final.pdf">Final Assignment</a>...).</p>
</div>

<br></br>

<div class="links position-relative z-1" style="width: 66.7%;margin-left: 16.7%">
<a href="https://github.com/NJUCG/Moer" class="link">
<img src="images/github-mark.svg" alt="Code">
<span>Code</span>
<span><b>Code</b></span>
</a>

<a href="https://github.com/NJUCG/MOER-SCENES" class="link">
<img src="images/图片.svg" alt="Scene">
<span>Scene</span>
<img src="images/图片.svg" alt="Scenes">
<span><b>Scenes</b></span>
</a>

<a href="images/manual.pdf" class="link">
<img src="images/文档.svg" alt="Document">
<span>Document</span>
<img src="images/文档.svg" alt="Documentation">
<span><b>Documentation</b></span>
</a>
</div>

Expand Down

0 comments on commit c07dbf7

Please sign in to comment.