Skip to content

Commit 6097d07

Browse files
committed
add showcase page
1 parent d2d151a commit 6097d07

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed
1.94 MB
Loading
1.66 MB
Loading

src/content/learn/misc/showcase.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Showcase
3+
---
4+
5+
ReactUnity doesn't have many users yet, but there are some projects that are already using it. If you want your work to be listed here, please contact us.
6+
7+
Here are some projects that are using ReactUnity:
8+
9+
## Games
10+
11+
### Containcorp
12+
13+
Containcorp is a story-driven management simulation game inspired by the SCP Universe, Rimworld and Prison architect.
14+
15+
It has a lot of UI elements and developers chose ReactUnity to build the UI for the game.
16+
17+
![Containcorp](/images/showcase/containcorp.png)
18+
19+
You can visit the game's homepage [here](https://containcorpgame.com/).
20+
21+
## Demos
22+
23+
### Unity Minesweeper
24+
25+
This is a simple minesweeper game made with Unity. The author built two versions of the game, one with Unity and another with ReactUnity.
26+
27+
![Minesweeper](/images/showcase/minesweeper.png)
28+
29+
You can play the game's non-ReactUnity version [here](https://dimapepino.itch.io/minesweeper). The ReactUnity version is not available to play online, but its source code can be found [here](https://github.com/kukumberman/unity-minesweeper/tree/react-unity).

src/sidebarLearn.json

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"hasSectionHeader": true,
4444
"sectionHeader": "Misc"
4545
},
46+
{
47+
"title": "Showcase",
48+
"path": "/learn/misc/showcase"
49+
},
4650
{
4751
"title": "Sponsors & Donations",
4852
"path": "/learn/misc/sponsors"

0 commit comments

Comments
 (0)