Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

13 Zeilen
760 B

  1. # Sublime Text 3 project template
  2. This is a project template to be used with [Sublime Text 3](https://www.sublimetext.com/).
  3. Simply click on the `raylib.sublime-project` file to open it with Sublime Text.
  4. Alternatively you can open Sublime Text first and click on the `Project -> Open Project`.
  5. It comes with raylib.sublime-build. This file needs to be copied into the sublime packages folder for the user. On windows it can be found in `%AppData%\Sublime Text 3\Packages\User`.
  6. Once done open the project and select `Tools -> Build System -> raylib`.
  7. To run press Ctrl + Shift + B and select which build you want to run.
  8. For a full overview of build systems please check the [build systems guide](https://www.sublimetext.com/docs/3/build_systems.html).