forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
compiling_server
Lukas Sägesser edited this page Jun 22, 2015
·
3 revisions
Godot is mainly used for creating client-side games and applications. However, there are many scenarios where a headless (no display or audio) version might be required, such as:
- Automated Scripts (Running single scripts with a specific purpose)
- Automated Export (Exporting a project for a specific platform, useful for continuous integration)
- Running a server accepting connections (Godot is perfectly capable of running as a server).
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the CC By license.