-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turkhish translation for README (#356)
* Create README_TR.md Oneshot Turkish translation, baby! * Update README.md Last tidying links through the files and done, nice and clean :-) * Update README.md Path fix * Update README_TR.md path fix
- Loading branch information
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
![](https://raw.github.com/HaxeFlixel/haxeflixel.com/master/src/files/images/flixel-logos/flixel-demos.png) | ||
|
||
[flixel](https://github.com/HaxeFlixel/flixel) | [eklentiler](https://github.com/HaxeFlixel/flixel-addons) | [ui](https://github.com/HaxeFlixel/flixel-ui) | [demolar](https://github.com/HaxeFlixel/flixel-demos) | [araçlar](https://github.com/HaxeFlixel/flixel-tools) | [şablonlar](https://github.com/HaxeFlixel/flixel-templates) | [dökümanlar](https://github.com/HaxeFlixel/flixel-docs) | [haxeflixel.com](https://github.com/HaxeFlixel/haxeflixel.com) | [english](/README.md) | ||
|
||
[![CI](https://img.shields.io/github/actions/workflow/status/HaxeFlixel/flixel-demos/main.yml?branch=dev&logo=github)](https://github.com/HaxeFlixel/flixel-demos/actions?query=workflow%3ACI) | ||
[![Discord](https://img.shields.io/discord/162395145352904705.svg?logo=discord)](https://discordapp.com/invite/rqEBAgF) | ||
[![Haxelib Sürümü](https://badgen.net/haxelib/v/flixel-demos)](https://lib.haxe.org/p/flixel-demos) | ||
[![Haxelib İndirmeleri](https://badgen.net/haxelib/d/flixel-demos?color=blue)](https://lib.haxe.org/p/flixel-demos) | ||
[![Haxelib Lisansı](https://badgen.net/haxelib/license/flixel-demos)](LICENSE.md) | ||
[![Patreon](https://img.shields.io/badge/donate-patreon-blue.svg)](https://www.patreon.com/haxeflixel) | ||
|
||
## Hakkında | ||
|
||
Bu, Haxeflixel motorunu kullanıp kapasitelerini gösteren **80'den fazla demonun** bir koleksiyonudur. Her biri bir web hedefiyle (HTML5 ve(ya) Flash) uyumlu olanlar [haxeflixel.com/demos](http://haxeflixel.com/demos/)'ta bulunabilir. | ||
|
||
![](demoSelection.png) | ||
|
||
## Kurulum | ||
|
||
Ana dalı/en son flixel sürümüyle uyumlu dağıtım sürümünü edinmek için: | ||
|
||
`haxelib install flixel-demos`'u çalıştırın. | ||
|
||
[flixel-tools](https://github.com/HaxeFlixel/flixel-tools)ta `create` komutunu kullanarak istediğiniz klasörde demolardan birini oluşturabilir, veya alternatif olarak haxelib klasöründe doğrudan çalıştırabilirsiniz. | ||
## Geliştiriciler için | ||
|
||
Eğer katkıda bulunmak isterseniz, aşağıdaki dökümanları inceleyin (İngilizce): | ||
|
||
- [Kod katkıları](http://haxeflixel.com/documentation/code-contributions) | ||
- [Kod Tarzı](http://haxeflixel.com/documentation/code-style) | ||
- [Geliştirici flixel'i indirin](http://haxeflixel.com/documentation/install-development-flixel/) | ||
|
||
Eğer bir sorunuz varsa veya daha önce hiç Github'dan katkıda bulunmadıysanız, toplulukta [forumlarda](http://haxeflixel.com/documentation/community/) yardım edecek arkadaş canlısı insanlar var. | ||
|
||
Git'i Github ile kullanmak için, değişikliklerinizi yönetebileceğiniz [SourceTree](http://www.sourcetreeapp.com/) gibi bir GUI kullanmanızı öneririz. | ||
|
||
Eğer Visual Studio Code'u flixel-demos ile kullanmak istiyorsanız, [flixel-araçları](https://github.com/HaxeFlixel/flixel-tools)nı `.vscode` klasörlerini tüm projelerde tek seferde oluşturmak için kullanabilirsiniz: | ||
|
||
``` | ||
flixel configure <flixel-demolarına-giden-yol> -ide vscode | ||
``` | ||
flixel-demos'u Windows'ta `haxelib git` ile kurduysanız, yol `C:\HaxeToolkit\haxe\lib\flixel-demos\git` olacaktır. |