Skip to content

Commit 0e040d7

Browse files
authored
Add project gifs to readme
1 parent 40d887c commit 0e040d7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ This repository contains samples for Project Tiny.
33
Please [read through the Project Tiny guide](https://docs.google.com/document/d/1A8hen2hLFY5FLkC5gd3JP2Z-IpHfnAX-CpYLK3aOdwA/edit?usp=sharing) to understand the current project state, limitations, and getting started information.
44

55
Current samples:
6-
- TinyRacing sample project is intended as a lightweight example of the type of content you can build with Project Tiny. It is a complete game slice showing a number of elements such as accepting input, implementing simple AI, handling collisions, and similar. Please explore and play around with the sample project to get a feel for what developing with pure DOTS looks like.
7-
- Tiny3D sample is a "Hello World" style sample with minimal assets & code
8-
- TinyFactory sample project demonstrates how Animations can be added to a scene (no code).
6+
7+
- Tiny3D sample is a "Hello World" style sample with minimal assets & code. It's a great starting point for a new "clean" project.
8+
![Tiny3D](./Tiny3DHelloWorld.gif)
9+
- TinyRacing sample is intended as a lightweight example of the type of content you can build with Project Tiny. It is a complete game slice showing a number of elements such as accepting input, implementing simple AI, handling collisions, and similar. Please explore and play around with the sample project to get a feel for what developing with pure DOTS looks like.
10+
![TinyRacing](./TinyRacingTrailer.gif)
11+
- TinyFactory sample demonstrates how Animations can be added to a scene (no code).
12+
![TinyFactory](./TinyFactory.gif)
13+
- TinyAquarium sample demonstrates Particle System the first iteration of the particle system which mirrors a subset of the functionalities available with the built-in Particle System (aka shuriken).
14+
![TinyAquarium](./TinyAquaTrailer.gif)
915
- TinyGems and TinySpaceship are 2D sample projects that showcases some of the features that can be found inside the 2D Entities package.
16+
![TinyGems](./TinyGemsTrailer.gif)
1017
- RuntimeGeometry3D sample demonstrates how to do Dynamic meshes creation at runtime.
18+
![TinySpaceShip](./TinySpaceShipTrailer.gif)
1119

0 commit comments

Comments
 (0)