mido3ds / OpenYSF

A ysflight clone, for learning and fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenYSF

A ysflight clone, for learning and fun. Aims to be backward compatible with ysflight assets

screenshot

Assets

OpenYSF uses assets from the original game.

  1. Download ysflight
  2. Copy all Ysflight files into <repo>/assets, so you end with <repo>/assets/aircraft and <repo>/assets/ground and so on

Build Dependencies

  • cmake 3.21.0
  • C/C++ compiler (MSVC/Clang/GCC)
  • OpenGL
  • (Linux) Zenity
cmake -S. -Bbuild

cmake --build build --target open-ysf -j

./build/bin/Debug/open-ysf

License

TODO

I (mido3ds) do NOT own the name ysflight and do NOT claim ownership of any of ysflight assets. But, I (mido3ds) own the source code in this repo (without the empbedded dnm/fld/srf/dat/stp files).

About

A ysflight clone, for learning and fun


Languages

Language:C++ 87.4%Language:CMake 12.6%