forked from Source-Python-Dev-Team/Source.Python
-
Notifications
You must be signed in to change notification settings - Fork 0
aurorapar/Source.Python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Source.Python ReadME What is this? Source.Python is a Source Engine server plugin that seeks to provide a clean python interface to the Source Engine and all of its mods. Directory structure: addons/ - This is where the python support libraries will go for this plugin. cfg/ - Any configuration files we want to ship. src/ - The source code to the plugin. Source directory structure: src/core/ - Core plugin code will be placed here. This is where the DLL/SO is built. src/sdks/ - Place any and all source engine SDKs you want to build against here. Name them in hl2sdk-<game> format. Use http://hg.alliedmods.net/hl2sdks as a reference. src/thirdparty/ - All third party SDKs such as boost will be placed here. These libraries will be in built form unless we've made changes to their core.
About
This plugin aims to use boost::python and create an easily accessible wrapper around the Source Engine API for scripter use.
Resources
Stars
Watchers
Forks
Packages 0
No packages published