Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

259 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubVC

This is a graphing calculator, which can draw generic or custom functions.

This application is currently in an alpha state.

Building KubVC

Prerequisites

  • CMake 3.20+
  • C++ 20 MSVC/GCC
  • OpenGL
  • Wayland
  • X11

Build & Run

Windows

mkdir build
cd build
cmake ..
cmake --build . --config Release
bin\Release\KubVcApp.exe

Linux

mkdir build && cd build
cmake ..
make
cd bin && ./KubVcApp

Screenshots:

the hleb (toast) image image

old: face image

About

KubVC is a graphing calculator built in modern C++. It combines real and complex evaluation modes, both capable of real-time evaluation. It also supports macros, themes, parameters and projects.

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages