Skip to content

QRTQuick/quick-formulars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Formulars (Linux)

A lightweight Linux GUI app in C + x86-64 assembly.

Features:

  • quadratic formula (a,b,c)
  • kinematics range (initial speed, angle)
  • force (mass, acceleration)
  • kinetic energy (mass, velocity)
  • fast assembly hypotenuse (x,y)

Dependencies:

  • gcc
  • nasm
  • pkg-config
  • GTK 4 (or GTK 3; adjust pkg-config in Makefile)

Build:

make

Run:

./quick-formulars

Clean:

make clean

Assembly entrypoint:

  • src/asm/fast_hypot.asm -> called in src/main.c.

About

still cooking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors