diff --git a/README.md b/README.md index 311bc1947..cad422164 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://raw.github.com/HaxeFlixel/haxeflixel.com/master/src/files/images/flixel-logos/flixel-demos.png) -[flixel](https://github.com/HaxeFlixel/flixel) | [addons](https://github.com/HaxeFlixel/flixel-addons) | [ui](https://github.com/HaxeFlixel/flixel-ui) | [demos](https://github.com/HaxeFlixel/flixel-demos) | [tools](https://github.com/HaxeFlixel/flixel-tools) | [templates](https://github.com/HaxeFlixel/flixel-templates) | [docs](https://github.com/HaxeFlixel/flixel-docs) | [haxeflixel.com](https://github.com/HaxeFlixel/haxeflixel.com) +[flixel](https://github.com/HaxeFlixel/flixel) | [addons](https://github.com/HaxeFlixel/flixel-addons) | [ui](https://github.com/HaxeFlixel/flixel-ui) | [demos](https://github.com/HaxeFlixel/flixel-demos) | [tools](https://github.com/HaxeFlixel/flixel-tools) | [templates](https://github.com/HaxeFlixel/flixel-templates) | [docs](https://github.com/HaxeFlixel/flixel-docs) | [haxeflixel.com](https://github.com/HaxeFlixel/haxeflixel.com) | [türkçe](/README_TR.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) diff --git a/README_TR.md b/README_TR.md new file mode 100644 index 000000000..62aeebcb9 --- /dev/null +++ b/README_TR.md @@ -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 -ide vscode +``` +flixel-demos'u Windows'ta `haxelib git` ile kurduysanız, yol `C:\HaxeToolkit\haxe\lib\flixel-demos\git` olacaktır.