Package surgescript: Information

    Source package: surgescript
    Version: 0.5.6.1-alt1
    Latest version according to Repology
    Build time:  May 26, 2023, 05:22 PM in the task #321936
    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


    May 26, 2023 Artyom Bystrov 0.5.6.1-alt1
    - update to new version
    Sept. 17, 2022 Artyom Bystrov 0.5.6-alt1
    - update to new version
    Aug. 27, 2021 Artyom Bystrov 0.5.5-alt2
    - add link-time optimization
    - delete "Packager" tag