.SS 文件扩展名
SilverStripe Source Code File
| 开发者 | SilverStripe |
| 受欢迎程度 |
2.9 | 12 票 |
什么是 SS 文件?
Developer file created for SilverStripe, a Web application framework developed in PHP5 using object-oriented techniques; uses the SilverStripe templating language, which allows plain text (such as HTML and XML) to be augmented with loops, conditionals, and other statements; used for producing dynamic page content.
更多信息
注: SilverStripe runs on a Web server with PHP5 enabled.
可打开或引用 SS 文件的程序
SurgeScript File
| 开发者 | Alexandre Martins |
| 受欢迎程度 |
2.0 | 1 票 |
An SS file contains SurgeScript source code, a programming language for building 2D retro games using the Surge Engine. It is an object-oriented, dynamically typed language based on the C programming language. Since SS files store plain text, users can open SS files with any source code or plain text editor.
更多信息
Alexandre Martins developed SurgeScript to be easy for beginners to learn but powerful enough for advanced developers. While most developers use SurgeScript to build games, they may also use it to develop interactive applications.
Some SurgeScript features include object tagging and garbage collection. Developers can also integrate SurgeScript into existing code.
注: Martins also created the open source game engine, which is where the SurgeScript name originates.
如何打开 SS 文件
You can open SS files with any source code editor or plain text editor. For example, the Microsoft Visual Studio Code and Brackets source code editors can open SS files. Plain text editors, such as Microsoft Notepad and Apple TextEdit, which come bundled with Windows and macOS platforms, can also open SS files.
