Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lord-turmoil/bezier-visualizer

Simple program to visualize Bezier Curve with C++ and EasyX.
https://github.com/lord-turmoil/bezier-visualizer

bezier-curves easyx visualization

Last synced: about 1 month ago
JSON representation

Simple program to visualize Bezier Curve with C++ and EasyX.

Awesome Lists containing this project

README

        

# Bezier Visualizer

> Copyright © Tony's Studio 2023

---

This is a simple program to visualize Bezier curves. It is written in C++ with [EasyX](https://easyx.cn/). Powered by [Dungine](https://github.com/Lord-Turmoil/Dungeon).

## Screenshot

image-20231229140345142

image-20231229140543215

## Overview

With graphical interface, you can draw Bezier curve interactively, and then use a Bezier curve of power 3 for to interpolate the starting and ending point.