Skip to content

Commit 031b6fe

Browse files
2 parents bf51fa8 + 7a2c70f commit 031b6fe

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EquilibriumEngine-CSharp
22

3-
Equilibrium Engine is a data-oriented and multi-threaded **C#** game engine that takes advantage of **ECS** pattern followed by **Hot-Reloading** of your libraries which allows you to quickly iterate on different aspects of your projects.
3+
Equilibrium Engine is a data-oriented **C#** game engine that takes advantage of **ECS** pattern followed by **Hot-Reloading** of your libraries which allows you to quickly iterate on different aspects of your projects.
44

55
<p align="center">
66
<img src="docs/home.png">
@@ -16,9 +16,12 @@ Equilibrium Engine is a data-oriented and multi-threaded **C#** game engine that
1616

1717
#### Hot-Reloading of scripts
1818

19+
https://user-images.githubusercontent.com/105135724/235317179-3709346e-fc15-4c61-9da7-68e847d072f5.mp4
1920

2021
#### Entity inspector
2122

23+
https://user-images.githubusercontent.com/105135724/235317187-7903f57a-a41e-4e6a-bcb1-9ef150e3e1f5.mp4
24+
2225
<p align="center">
2326
<img src="docs/inspector.png">
2427
</p>
@@ -28,7 +31,7 @@ Equilibrium Engine is a data-oriented and multi-threaded **C#** game engine that
2831
* [Get VSCode](https://code.visualstudio.com/)
2932
* [Install C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
3033
* ```code .```
31-
* Open command pallete ```Ctrl+Shift+P``` and select ```.NET Restore All Project```
34+
* Open command pallete ```Ctrl+Shift+P``` and select ```.NET Restore All Projects```
3235
* ```Hit F5 to start debugging```
3336

3437
*You might need to install [NET 7.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)*

0 commit comments

Comments
 (0)