awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesMathematical Function Plotting

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.

Awesome Mathematical Function Plotting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • coding-horror/basic-computer-gamesالصورة الرمزية لـ coding-horror

    coding-horror/basic-computer-games

    11,073عرض على GitHub↗

    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#basicbasic-computer-gamesclassic-game
    عرض على GitHub↗11,073
  • alandefreitas/matplotplusplusالصورة الرمزية لـ alandefreitas

    alandefreitas/matplotplusplus

    4,894عرض على GitHub↗

    This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all

    Generates 2D graphs based on mathematical functions provided as lambda functions or string expressions.

    C++charting-librarychartscontour-plots
    عرض على GitHub↗4,894
  • plotters-rs/plottersالصورة الرمزية لـ plotters-rs

    plotters-rs/plotters

    4,581عرض على GitHub↗

    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.

    Rustdata-plottinggraphingplot
    عرض على GitHub↗4,581
  • michaelgrupp/evoالصورة الرمزية لـ MichaelGrupp

    MichaelGrupp/evo

    4,255عرض على GitHub↗

    evo هو إطار عمل Python لتقييم خوارزميات SLAM، وقياس مسافة الروبوت، وبيانات المسار. يعمل كمكتبة تحليل لقياس الانحراف والدقة عن طريق حساب أخطاء الوضع المطلقة والنسبية بين المسارات المقدرة ومراجع الحقيقة الأرضية. يوفر المشروع إطار عمل للمحاذاة الهندسية لتصحيح الدوران، والترجمة، والمقياس بين المسارات المكانية، مما يضمن قياس خطأ متسق. يتضمن أدوات متخصصة لتحليل انحراف قياس المسافة ومعالجة بيانات الروبوتات، بما في ذلك القدرة على استخراج معلومات المسار من ملفات ROS bagfiles. يغطي البرنامج مجموعة واسعة من القدرات بما في ذلك تصور المسار ثنائي وثلاثي الأبعاد مع دعم بلاطات الخرائط الجغرافية وتراكبات خرائط ROS. تشمل الوظائف الإضافية مزامنة الطابع الزمني، والتحويلات المكانية، والقدرة على تصفية أو تصدير بيانات المسار بتنسيقات قياسية متنوعة في الصناعة.

    Renders high-performance 2D and 3D spatial views of poses and coordinates for trajectory analysis.

    Python
    عرض على GitHub↗4,255
  1. Home
  2. Graphics & Multimedia
  3. 2D Spatial Rendering
  4. 2D Primitive Rendering
  5. Mathematical Function Plotting

استكشف الوسوم الفرعية

  • 3D Function Plotting1 وسم فرعيVisualizes mathematical functions by projecting values as height on a 2D plane. **Distinct from Mathematical Function Plotting:** Extends 2D Mathematical Function Plotting to include height-based 3D projections.