Difference between revisions of "Sly"

From Free Software Directory
Jump to: navigation, search
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=guile-2d
+
|Name=Sly
|Short description=A 2D game programming library for GNU Guile
+
|Short description=A game engine written in GNU Guile Scheme
|Full description=Guile-2d
+
|Full description=Sly is a free software game engine written in GNU Guile Scheme. It
is a 2D game programming library for GNU Guile. It is a layer above SDL
+
provides an abstraction layer above SDL and OpenGL for common game
and OpenGL that provides abstractions for common 2D game programming  
+
programming requirements such as meshes, shaders, sprites, animation,
requirements such as Sprites, Animation, Tilesets, Tile maps, Scene
+
tilesets, scene graph, keyboard/mouse input, and scripting.
graph, Input handling and Scripting.
 
  
Every programming language should have a fun, easy to use 2D game  
+
Sly differentiates itself from other game engines by providing an
library. Guile-2d draws its inspiration from great libraries/frameworks
+
interactive development environment via Guile's read-eval-print-loop
such as LÖVE, Pygame, and Pyglet.
+
(REPL), exposing a functional API instead of an object-oriented one,
|Homepage URL=https://gitorious.org/guile-2d/guile-2d/
+
and encouraging reactive programming.
 +
|Homepage URL=https://web.archive.org/web/20160404221653/https://dthompson.us/pages/software/sly.html
 
|User level=intermediate
 
|User level=intermediate
|VCS checkout command=git clone https://github.com/davexunit/guile-2d.git
+
|VCS checkout command=git clone https://github.com/taktoa/guile-sly.git
 
|Computer languages=Guile scheme
 
|Computer languages=Guile scheme
|Related projects=Guile,Guile-SDL
+
|Related projects=Guile,Guile-SDL,Guile-opengl
 
|Keywords=guile
 
|Keywords=guile
|Version date=2013/10/04
+
|Last review by=Mangeurdenuage
|Version download=https://github.com/davexunit/guile-2d/archive/master.zip
+
|Last review date=2017/01/15
|Last review by=Jgay
 
|Last review date=2013/10/04
 
 
|Submitted by=DIban
 
|Submitted by=DIban
 
|Submitted date=2013/09/27
 
|Submitted date=2013/09/27
Line 27: Line 25:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPLv3orlater
+
|License=GPLv3orlater
|License copyright=Copyright (C) 2014 David Thompson
+
|License copyright=Copyright © 2014 Christopher Allan Webber <cwebber@dustycloud.org>
 +
 
 
|License verified by=Jgay
 
|License verified by=Jgay
 
|License verified date=2013/09/27
 
|License verified date=2013/09/27
Line 39: Line 38:
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Graphics=2d, 3d
 
|Programming-language=scheme, guile
 
|Programming-language=scheme, guile
 
|Software-development=game-development
 
|Software-development=game-development
Line 62: Line 62:
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
 
|Prerequisite description=FreeImage >= 3.0
 
|Prerequisite description=FreeImage >= 3.0
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=FTGL >= 2.1
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 11:07, 15 January 2017


[edit]

Sly

https://dthompson.us/projects/sly.html
A game engine written in GNU Guile Scheme

Sly is a free software game engine written in GNU Guile Scheme. It provides an abstraction layer above SDL and OpenGL for common game programming requirements such as meshes, shaders, sprites, animation, tilesets, scene graph, keyboard/mouse input, and scripting.

Sly differentiates itself from other game engines by providing an interactive development environment via Guile's read-eval-print-loop (REPL), exposing a functional API instead of an object-oriented one, and encouraging reactive programming.





Licensing

License

Verified by

Verified on

Notes

Verified by

Jgay

Verified on

27 September 2013




Leaders and contributors

Contact(s)Role
David Thompson Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/sly
Ruby (Ref)https://rubygems.org/gems/sly


Software prerequisites

KindDescription
Required to buildFreeImage >= 3.0
Required to buildSDL 1.2
Required to buildguile-opengl
Required to buildguile-sdl >= 0.5.0
Required to buildGNU Guile >= 2.0.11




Entry


























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.