Stats
Basic ggez repo stats
4
2,811
8.6
3 days ago
ggez/ggez is an open source project licensed under MIT License which is an OSI approved license.
Ggez Alternatives
Similar projects and alternatives to ggez
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
-
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
-
-
-
-
-
-
-
cleora
Cleora AI is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data.
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better ggez alternative or higher similarity.
Posts
Posts where ggez has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-04-01.
-
I built a simple C8 emulator/debugger/disassembler (Rust)
ggez! https://github.com/ggez/ggez
Looks like they are using https://github.com/ggez/ggez which in turn uses https://github.com/gfx-rs/gfx for low-level drawing to the screen
- A list of graphics engines built with Rust
-
What engine/lib
I like ggez because it doesn't impose an ECS design, it has an API based on LÖVE and it has sound and sprite batches. Right now with ggez you can make games for Windows and Linux; Mac and iOS are not supported but might work. In the github page you can find a list of projects that use ggez. One negative is that ggez takes a while to compile at the start when you start from scratch (in my slow machine). You can see the youtube video that YouCodeThings made about making a Flappy Bird Game in Rust using ggez to get an idea of what you can do.
-
Is like piston no longer supported or is it just slow to be updated?
Alternatively ggez for simple games without ECS. I can recommend it.
-
Speedy2D: Easy-to-use library for graphics, text, and input events
How does this compare to https://github.com/ggez/ggez ? Do you also want to add features which are commonly needed in game development or do have a different goal for this project?
-
Exploring Rust game development, what should I look out for?
Specifically for 2D, check out ggez. Also check out arewegameyet (especially the ecosystem page) for a comprehensive list of crates used for game development in Rust
-
Good basic rendering & input library
ggez
-
24 Awesome Open-Source Rust Projects
If you are searching for something simple to start off, ggez is a lightweight cross-platform game framework for making 2D games with minimal friction.
-
Announcing Rust 1.49.0
It's related to this. And although that bug is fixed on the devel branch, the devel branch had some other bugs and i didn't really use any 1.48 features so i rolled back a release. I'll probably look more into those other bugs from the devel branch and just use that instead, but this works for now
-
Rusticles #20 - Wed Nov 18 2020
ggez/ggez (Rust): Rust library to create a Good Game Easily