Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lord-turmoil/bezier-visualizer
- Owner: Lord-Turmoil
- License: mit
- Created: 2023-12-15T15:50:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T07:54:59.000Z (about 1 year ago)
- Last Synced: 2023-12-30T05:27:05.910Z (about 1 year ago)
- Topics: bezier-curves, easyx, visualization
- Language: C++
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
## 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.