4 个仓库
Generation of 2D graphs based on mathematical functions and recursive calculations.
Distinct from 2D Primitive Rendering: Specifically targets mathematical function graphing rather than general 2D primitive shape rendering
Explore 4 awesome GitHub repositories matching graphics & multimedia · Mathematical Function Plotting. Refine with filters or upvote what's useful.
This project is a programming education resource and a collection of vintage game ports. It provides a library of classic computer game implementations and algorithmic problems translated into modern memory-safe scripting languages for educational study and execution. The collection focuses on the implementation of game logic and the practice of fundamental computer science algorithms. It includes diverse examples of procedural content generation, such as random mazes and text-based art, alongside mathematical visualizations. The project covers a wide array of simulation categories, includin
Visualizes a family of curves by projecting mathematical function values as height from a 2D plane.
这个 C++ 数据可视化库是一个科学绘图框架,用于创建 2D 和 3D 图表、网络图和地理地图。它作为一个多后端图形库运行,将高级绘图逻辑与低级渲染引擎解耦,以支持各种输出后端。 该项目以其双接口 API 脱颖而出,既提供用于快速原型的全局函数接口,也提供用于精确控制的面向对象接口。它具有一个用于管理平铺网格和子图的基于组件的布局引擎,以及一个允许在不清除坐标轴的情况下叠加多个数据系列的层级绘图状态。 该库涵盖了广泛的可视化功能,包括数学函数绘图、向量场,以及通过热力图和平行坐标进行的多维数据分析。它包括用于地理数据可视化的专用工具(如地理气泡图和地理密度图),以及用于渲染有向和无向图网络的工具。通用功能包括坐标轴管理、带有色图的美学样式,以及高质量图形的导出。 该项目利用 CMake 进行构建自动化和依赖检索,以促进在不同操作系统上的安装。
Generates 2D graphs based on mathematical functions provided as lambda functions or string expressions.
Plotters is a data visualization library for the Rust programming language used to create 2D and 3D charts, plots, and mathematical visualizations. It functions as a multi-backend rendering engine and coordinate mapping framework that translates raw data values into pixel coordinates through customizable chart contexts. The library distinguishes itself through its ability to export graphics to multiple formats, including SVG, BitMap, and HTML5 canvas. It provides specific capabilities for 3D graphics plotting, featuring adjustable camera viewpoints and projection matrices to manage spatial da
Generates mathematical function graphs and 2D charts for native or web-based applications.
evo 是一个用于评估 SLAM 算法、机器人里程计和轨迹数据的 Python 框架。它作为一个分析库,通过计算估计路径与真值参考之间的绝对和相对位姿误差来测量漂移和精度。 该项目提供了一个几何对齐框架,用于校正空间轨迹之间的旋转、平移和缩放,确保误差测量的一致性。它包含用于里程计漂移分析和机器人数据处理的专业工具,包括从 ROS bagfiles 中提取轨迹信息的能力。 该软件涵盖了广泛的功能,包括支持地理地图瓦片和 ROS 地图叠加的 2D 和 3D 轨迹可视化。其他功能包括时间戳同步、空间变换以及过滤或导出各种行业标准格式轨迹数据的能力。
Renders high-performance 2D and 3D spatial views of poses and coordinates for trajectory analysis.