Skip to content

Commit

Permalink
Added a render docs page and a link to my repo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tttsaurus authored Jan 21, 2025
1 parent de0bad7 commit a25a840
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ function wikiSidebar(): DefaultTheme.SidebarItem[] {
text: "Colouring Blocks and Items",
link: "colouring-blocks-and-items",
},
{
text: "Render Documentation",
link: "render-documentation",
}
],
},
{ text: "Behaviour", link: "behaviour" },
Expand Down
18 changes: 18 additions & 0 deletions docs/wiki/forge-mod-development/render/render-documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Render Documentation
---

# Rendering Documentation

This document provides resources and information related to rendering.

## Mc 122 Render Book

- **[GitHub Repository: Mc122RenderBook](https://github.com/tttsaurus/Mc122RenderBook)**
- This repository is a comprehensive collection of rendering examples and experiments designed for Minecraft 1.12.2.
- It serves as a resource for beginners to understand rendering, particularly OpenGL, within the Minecraft environment.

### Key Features

- **Examples:** Primarily consists of examples, allowing you to easily copy and learn.
- **Experimentation:** A variety of experiments to explore rendering concepts.

0 comments on commit a25a840

Please sign in to comment.