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