Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ba-st/winter
Winter is a 2D game engine for Pharo Smalltalk
https://github.com/ba-st/winter
2d-game-engine 2d-game-framework game-development game-engine gamedev mit-license pharo pharo-smalltalk smalltalk
Last synced: 3 months ago
JSON representation
Winter is a 2D game engine for Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/ba-st/winter
- Owner: ba-st
- License: mit
- Created: 2017-08-19T23:19:53.000Z (over 7 years ago)
- Default Branch: release-candidate
- Last Pushed: 2023-10-04T12:40:10.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:21:21.892Z (3 months ago)
- Topics: 2d-game-engine, 2d-game-framework, game-development, game-engine, gamedev, mit-license, pharo, pharo-smalltalk, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 37.1 MB
- Stars: 48
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Winter
Winter is a framework to develop games in 2D using Smalltalk.
Explore the docs »
Report a defect
|
Request feature
[![Build Status](https://github.com/ba-st/Winter/workflows/Build/badge.svg?branch=release-candidate)](https://github.com/ba-st/Winter/actions?query=workflow%3ABuild)
[![Coverage Status](https://codecov.io/github/ba-st/Winter/coverage.svg?branch=release-candidate)](https://codecov.io/gh/ba-st/Winter/branch/release-candidate)
[![Pharo 7.0](https://img.shields.io/badge/Pharo-7.0-informational)](https://pharo.org)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)It's built on top of [Storm][] from [Esteban][], providing a conceptual framework to simplify the creation of games in two dimensions.
## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Quick Start
- Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).
- Download a ready to use image from the [release page](https://github.com/ba-st/Winter/releases/latest)
- Explore the [documentation](docs/)## Examples
To find some premade examples visit Winter Examples
## Installation
To load the project in a Pharo image, or declare it as a dependency of your own project follow this [instructions](docs/Installation.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)
[esteban]: https://github.com/estebanlm
[storm]: https://github.com/cdlm/pharo-storm
[chipmunk2d physics engine]:https://chipmunk-physics.net/