Skip to content

armand124/Math-Formula-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Math Formula Renderer

This is a C++ project using SFML that takes a string input and converts it into a mathematical formula displayed on the screen (similar to LaTeX rendering). The string is parsed using a binary tree that stores the components of the formula, allowing structured representation and rendering.

Technologies Used

  • C++ for logic and structure
  • SFML for graphics and rendering

Features

  • Takes user input as a string
  • Parses the input into a structured binary tree
  • Displays the formula on-screen in a formatted way

Setup

  1. Install SFML
  2. Compile the project using a C++ compiler
  3. Run the executable and enter a mathematical expression

Screenshots

Formula Renderer Screenshot Dark Theme Formula Renderer Screenshot Light Theme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors