Package surgescript: Information

  • Default inline alert: Version in the repository: 0.5.6.1-alt1

Source package: surgescript
Version: 0.5.5-alt2
Latest version according to Repology
Build time:  Aug 27, 2021, 06:33 PM in the task #284033
Category: System/Libraries
Report package bug
License: Apache-2.0
Summary: A scripting language for games
Description: 
SurgeScript is a scripting language for games. It has been designed
with the specific needs of games in mind. Its features include:
- The state-machine pattern: objects are state machines,
  making it easy to create in-game entities
- The composition approach: you may design complex objects
  and behaviors by means of composition
- The hierarchy system: objects have a parent and may have children,
  in a tree-like structure
- The game loop: it's defined implicitly
- Automatic garbage collection, object tagging and more!

SurgeScript is meant to be used in games and in interactive applications.
It's easy to integrate it into existing code, it's easy to extend,
it features a C-like syntax, and it's free and open-source software.

SurgeScript has been designed based on the experience of its developer
dealing with game engines, applications related to computer graphics and so on.
Some of the best practices have been incorporated into the language itself,
making things really easy for developers and modders.

List of rpms provided by this srpm:
surgescript (x86_64, ppc64le, i586, armh, aarch64)
surgescript-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
surgescript-devel (x86_64, ppc64le, i586, armh, aarch64)
surgescript-static (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Artyom Bystrov

List of contributors:
Artyom Bystrov

ACL:
Artyom Bystrov
@everybody

    1. make
    2. cmake
    3. gcc
    4. gcc-c++

Last changed


Aug. 27, 2021 Artyom Bystrov 0.5.5-alt2
- add link-time optimization
- delete "Packager" tag
Aug. 12, 2021 Artyom Bystrov 0.5.5-alt1
- initial build for ALT Sisyphus