.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.
