This is the Linux app named ggez whose latest release can be downloaded as 0.8.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ggez with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
ggez
DESCRIPTION
ggez is a Rust library to create a Good Game Easily. More specifically, ggez is a lightweight cross-platform game framework for making 2D games with minimum friction. It aims to implement an API based on (a Rustified version of) the LÖVE game framework. This means it contains basic and portable 2D drawing, sound, resource loading, and event handling, but finer details and performance characteristics may be different than LÖVE. ggez is not meant to be everything to everyone, but rather a good base upon which to build. Thus it takes a fairly batteries-included approach without needing a million additions and plugins for everything imaginable, but also does not dictate higher-level functionality such as physics engine or entity component system. Instead, the goal is to allow you to use whichever libraries you want to provide these functions or build your own libraries atop ggez.
Features
- Filesystem abstraction that lets you load resources from folders or zip files
- Hardware-accelerated 2D rendering built on the wgpu graphics API
- Loading and playing .ogg, .wav and .flac files via the rodio crate
- TTF font rendering with glyph_brush
- Interface for handling keyboard and mouse events easily through callbacks
- Config file for defining engine and game settings
Programming Language
Rust
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ggez.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.