2D Drawing with C++17: Using Only The Standard Library

2D Drawing with C++17: Using Only The Standard Library
出版时间:2022.12
官网链接:Leanpub
下载地址:百度网盘(PDF+EPUB)

内容简介:

Learn how to draw pixels, lines, rectangles, circles, triangles and curves with C++17. Save and load PPM files. Visualizing data for presentation, collaboration and investigation.

We have all been there when you want to present some data nicely and graphically. You start by implementing a GUI library so that you can set up a canvas to draw on… but then what? Or you download and build a library that can handle reading and writing PNG images, as you need lossless images. Or you do the same to find out a file’s entropy. Or you’re coding on a game and want to test the look of animation sprites in a parallax setting. Whatever the reason is… it’s too complicated to do and takes more time than you would consider doing.

The book is about drawing with C++17 and not how to code in C++. This book is intentionally heavy on the code side. Learning by code examples.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

SurviveJS – Webpack 5

2023-2-1 19:02:50

电子书

MySQL Crash Course

2023-2-2 22:58:39

搜索