KO
|
EN
gitlite — search
Search
#python
#hacktoberfest
#llm
#rust
#open-source
#gemini
#hacktoberfest2024
#hacktoberfest-accepted
#database
#android
#typescript
#javascript
uFrame.ECS
★ 50
Open GitHub ↗
uFrame ECS Framework
Download README (.md)
Explore Similar Repositories
dscord
:
Discord Library for D
neural_style
:
A journey to explore neural style algorithm: From GPU to Mobile!
FMLab
:
FMLab is the sample code you need for several of the Dynamics AX tutorials on http://ax.help.dynamics.com.
unicode-bidirectional
:
A Javascript implementation of the Unicode 9.0.0 Bidirectional Algorithm
extract
:
A Go library to extract archives in zip, tar.gz or tar.bz2 formats
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
uFrame.ECS
?
Download (.md)
# uFrame ECS --- uFrame Entity Component System Framework [](https://gitter.im/micahosborne/uFrame?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## What is uFrame ECS? uFrame ECS is an Entity Component System Framework implemented by uFrame visual coding engine. ## Quick Getting Started ##### Prerequirement 1. Github personal access token Please follow [this guide](https://github.com/blog/1509-personal-api-tokens) to create personal access token. 2. Koinonia Plugin (Package Manager) Download Zip or Clone [Koinonia](https://github.com/nitreo/Koinonia) into your project Assets folder > Make sure Koinonia is located under Editor folder ##### Step 1. In Unity Editor, Locate `Packages -> Manager...` in the top menu, and a terminal will open. ##### Step 2. In command line, type in `ghtoken (Your github personal access token)` Hit enter. ##### Step 3.(Optional) Install CSharp 6.0 support if you get a UWeave Error, type in `install nitreo/csharp60` Hit enter ##### Step 4. Install uFrame ECS, type in `install uFrame/ECS` Hit enter