Skip to content

SoHiEarth/vibrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66ea5b9 · · Mar 19, 2026

History

33 Commits
Mar 9, 2026
Mar 9, 2026
Mar 18, 2026
Mar 19, 2026
Mar 8, 2026
Mar 8, 2026
Mar 8, 2026
Mar 8, 2026
Mar 9, 2026
Mar 18, 2026
Jan 7, 2026
Jan 7, 2026
Mar 17, 2026
Mar 9, 2026
Mar 9, 2026
Mar 18, 2026
Mar 18, 2026
Jan 12, 2026

Repository files navigation

Vibrant Engine

A rendering engine focused on 2D lighting and the use of normals to create beautiful scenes.

Features

  • Dynamic Lighting
  • Normal Support
  • Framebuffer Scaling

Installation

Linux

  1. Install dependencies pugixml
  • Example sudo pacman -Sy pugixml (For Arch Linux) You will also need kdialog OR xdialog OR applescript for UI input. If you lack any of these, tinyfiledialogs will fall back to console input.
  1. Download the latest Linux release from the releases page
  2. cd into the folder and run the executable cd /path/to/vibrant/executable;./vibrant ** If the program throws an error complaining about missing dependencies, install them from your distro's package manager. ***

Windows

  1. Download the latest Windows release from the releases page
  2. Run the executable (vibrant.exe)