rogalik

Crates.iorogalik
lib.rsrogalik
version0.3.0
created_at2025-07-14 17:28:38.61603+00
updated_at2025-07-14 17:28:38.61603+00
descriptionA simple framework for 2d pixel games
homepage
repositoryhttps://github.com/maciekglowka/rogalik
max_upload_size
id1752088
size109,732
Maciej Główka (maciekglowka)

documentation

README

A simple framework for 2d pixel games.

Very early release ;)

Supported platforms

  • Windows
  • Linux
  • Wasm
  • Android

Features

  • simple API for rapid prototyping
  • stack based scene management (main menu, game, pause etc.)
  • asset management incl. hot-reloading (dev builds) and embedding (release builds)
  • sprite rendering with batching and z-sorting
  • sprite atlases
  • custom 2d meshes
  • switchable 2d cameras
  • pixel perfect rendering pass
  • custom sprite shaders (no custom uniform buffers though)
  • postprocessing shaders (also no custom uniforms)
  • limited text rendering (currently only ASCII table style bitmap fonts)
  • basic audio

Todo

  • proper font rendering (ttf)
  • documentation ;)
  • examples
  • fixed_update method

Games created with Rogalik

Commit count: 0

cargo fmt