No description
Find a file
2025-08-05 22:46:35 -04:00
ai some edits in ai stuff 2025-03-27 00:04:45 +00:00
examples Update systems to use new format 2025-08-05 12:29:20 -04:00
src Fix clippy issues 2025-08-05 22:46:35 -04:00
.gitignore add gitignore 2025-02-08 14:12:29 -05:00
Cargo.toml implement dice utils 2025-08-05 22:38:15 -04:00
clippy.toml fix clippy src/components.rs 2025-07-18 00:12:24 -04:00
Jenkinsfile disable benches 2025-06-12 16:48:06 -04:00
LICENSE license change 2025-02-08 14:16:59 -05:00
README.md update readme 2025-02-08 16:01:11 -05:00

Minigene - A Minimalist Game Ecosystem

Support an Open Source Developer! ♥️
Become a patron

Minigene is a game engine currently specialized in ascii/2D tiled games and fast prototyping. It is planned to support non tiled 2D and 3D in the near future.

Minigene is not a single crate, it is a collection of crates, an ecosystem for game development.

For more information on the design choices of Minigene, visit the blog.

Why would you use this engine?

  • Gets out of your way and lets you choose how you want to build your game
  • Composed of small and specifically chosen libraries
  • Composable
  • Pick and choose the features that you need

Usage

Add the following to you Cargo.toml file:

minigene = "0.1.0"

Look in the examples/minimal folder for a game template.

See Minigene used in:

Maintainer Information

  • Maintainer: AnneKitsune
  • Contact: annekitsunefox [at] gmail [dot] com
  • Website: annekitsune.com
  • Patreon: patreon