An open API service indexing awesome lists of open source software.

https://github.com/alex313031/picalc-win

Experiment in making a GUI Pi Calculator app from scratch in C++ using native Win32 API. Compatible with Windows XP+
https://github.com/alex313031/picalc-win

pi picalculator piday win32api windowsxp

Last synced: 27 days ago
JSON representation

Experiment in making a GUI Pi Calculator app from scratch in C++ using native Win32 API. Compatible with Windows XP+

Awesome Lists containing this project

README

          

# PiCalc-Win  

Experiment in making a GUI Pi Calculator app from scratch in C++ using native Win32 API.
Compatible with Windows XP and up.

Uses:
- Selectable algorithm for computing π (Chudnovsky by default)
- C++ Threading
- SIMD
- Console Window for logging
- GDI rendering (LOL)

## Building

 – Building requires Visual Studio 2017/2019/2022, the C++ workload, and WinSDK 19041 or higher installed.
  For Windows XP Support, use the PiCalc-WinXP.sln, and install the v141_xp platform as per [Here](https://learn.microsoft.com/en-us/cpp/build/configuring-programs-for-windows-xp).

### Todo

See TODO.txt

### Further Reading

http://numbers.computation.free.fr/Constants/constants.html
http://piworld.calico.jp/pietc.html
https://web.archive.org/web/20090603200225/http://myownlittleworld.com/miscellaneous/computers/piprogram.html
https://web.archive.org/web/20160616153143/http://members.shaw.ca/francislyster/pi/pi.html