forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 5
Advanced Topics
marynate edited this page Mar 2, 2014
·
7 revisions
- [Windows](Compiling for Windows) Compiling under Windows.
- [Linux](Compiling for Linux) Compiling under Linux (or other Unix variants).
- [OSX](Compiling for OSX) Compiling under Apple OSX.
- [Android](Compiling for Android) Compiling for Android.
- iOS Compiling for iOS.
- QNX Compiling for BlackBerry QNX.
- NaCl Compiling for Google Native Client.
- [Compiling Flags] General Compiler Flags.
- XML File XML file format for resources.
- Shader File External shader file (.shader).
- Theme File External theme (skin) file format.
- Config File Global engine and project settings file (engine.cfg).
- Custom Modules Creating custom modules in C++.
- Resource Loader Adding a new resource loader.
- Script Language Adding a new scripting language.
- Server Adding a new server (physics engine, rendering backend, etc).
- Platform Porting the engine to a new platform.
- [Command Line](Command Line Tutorial) Using the command line, for fans of doing everything in Unix/Windows shell.
- External Editor Configuring an external editor for opening scripts.
- iOS Services