homepage of idle/🩸

idle” is an OpenGL project written in C++ and focued on constexpr.

Application icon

About “√🩸”:

  • #DecadeJam entry
  • Math!
  • Cute, horror
  • Geometry!
  • A rat named “Radian”
  • Joy?

Last update: 69e2afb Sun Jun 23 2024

app/splash.cpp | 6 +++---
 1 file changed
 3 insertions(+)
 3 deletions(-)

CLI install instructions for major platforms:

Installing dependencies on Solus:

eopkg it -c system.devel
eopkg it curl cmake git libx11-devel alsa-lib-devel mesalib-devel freetype2-devel zlib-devel

Installing dependencies on Fedora:

dnf install @development-tools
dnf install curl cmake git libX11-devel alsa-lib-devel mesa-libGL-devel freetype-devel zlib-devel

Installing dependencies on Ubuntu:

apt install build-essential curl cmake git libx11-dev libasound2-dev libgl1-mesa-dev libfreetype6-dev libz-dev

Installing dependencies on Arch Linux:

pacman -S base-devel curl cmake git libx11 alsa-lib mesa freetype2 zlib

Android build info soon ~

To download and run 🩸 please enter following commands:

git clone git://endorfina.dev/🩸.git
cd 🩸
./autoconfig.sh
make run