tetris VS zqlite.zig

Compare tetris vs zqlite.zig and see what are their differences.

tetris

A simple tetris clone written in zig programming language. (by andrewrk)

zqlite.zig

A thin SQLite wrapper for Zig (by karlseguin)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tetris zqlite.zig
2 1
354 25
- -
4.5 6.0
18 days ago 14 days ago
Zig C
MIT License Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tetris

Posts with mentions or reviews of tetris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-08.
  • How are compile times for 3k-20K LOC projects?
    1 project | /r/Zig | 17 Dec 2021
    Here's some early results of self-hosted on building Tetris:
  • Trouble compiling on Windows (with C library)
    2 projects | /r/Zig | 8 Feb 2021
    To use header-only c libraries in Zig you have to create a new .c file that has the GS_IMPL inside it and compile that into an object and link it with your Zig program. This can be done with a build.zig file, see for example here (uses stb_image as a header-only library): https://github.com/andrewrk/tetris

zqlite.zig

Posts with mentions or reviews of zqlite.zig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • SQLite with zig 0.11.0
    3 projects | /r/Zig | 28 May 2023
    Call C directly. You can look at https://github.com/karlseguin/zqlite.zig for some insight into binding/reading.

What are some alternatives?

When comparing tetris and zqlite.zig you can also consider the following projects:

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

zig-sqlite-demo

minesweeper-zig - Simple Minesweeper clone written in Zig, using SDL for graphics.

SDL.zig - A shallow wrapper around SDL that provides object API and error handling

clojure - The Clojure programming language

zig-sqlite - zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.

tetris-os - An operating system, but it only plays Tetris. [UnavailableForLegalReasons - Repository access blocked]

zython - CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy. [Moved to: https://github.com/sagemathinc/cowasm]

cetris - Tetris, C99 and OpenGL

cowasm - CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.

bun - A fast all-in-one JavaScript runtime [Moved to: https://github.com/oven-sh/bun]

zig-gamedev - Main monorepo for @zig-gamedev libs and example applications