Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myEngine

Türkçe:

Bu depo, C++ ile geliştirilmiş modüler bir oyun motoru ve örnek uygulama içerir. Motor, modern C++ standartlarını ve endüstri standardı açık kaynak kütüphaneleri kullanır.

English:

This repository contains a modular game engine and sample application developed in C++. The engine uses modern C++ standards and industry-standard open source libraries.

Klasörler / Folders

Türkçe:

  • engine/ : Motorun ana kaynak kodları, başlık dosyaları ve derleme çıktıları.

English:

  • engine/ : Main engine source code, header files, and build outputs.

Kurulum ve Derleme / Build Instructions

Türkçe:

  1. engine klasörüne girin.
  2. build klasörü oluşturun ve içine geçin:
    mkdir build
    cd build
    cmake ..
    ninja
  3. Derleme sonrası çalıştırılabilir dosyalar build/ altında bulunur.

English:

  1. Go to the engine directory.
  2. Create and enter the build directory:
    mkdir build
    cd build
    cmake ..
    ninja
  3. After building, executables can be found under build/.

Katkı / Contribution

Türkçe:

Katkıda bulunmak için lütfen motorun kod standartlarına ve mimarisine uygun şekilde pull request açınız.

English:

To contribute, please open a pull request in accordance with the engine's code standards and architecture.

Lisans / License

MIT lisansı ile lisanslanmıştır.

Licensed under the MIT license.

About

C++ ile geliştirilmiş, modüler ve genişletilebilir bir oyun motoru. Modern C++ standartları ve endüstri standardı açık kaynak kütüphanelerle, temel oyun ve grafik uygulamaları için optimize edilmiştir.

Resources

Code of conduct

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages