Skip to content

v0.6

Latest
Compare
Choose a tag to compare
@Jaysmito101 Jaysmito101 released this 12 May 18:25
· 46 commits to main since this release
e1f119c

Whats New?

  • Python Port
  • Added high performance nth dimensional version of quad tree
  • Improvised Texture API
  • Added Delaunay Triangulation (Bowyer–Watson algorithm)
  • Extended Widgets API for 3D
  • Added Simple Neural Network API
  • Added Textures to Widgets API
  • Improved the Markov chains example
  • Added Progress Bar
  • Added Neural Network Serializer
  • Added Backpropagation for Neural Network
  • Added Generic A* Graph Path Finding Algorithm ( for n dimensional spaces or any generic graph)
  • Added Generic Matrix(mXn) library (fast and memory efficient)
  • Added Multivariate Linear Regression with Gradient Descent Solver
  • Optimized use of multiple texture in widgets pipeline
  • Added AABB Subdivision, Interaction, Contains Functions (n dimensional, highly optimized)
  • Added Font Based Text Widgets API for high performance text rendering with the widgets api's batch render backend
  • Added CSV Handler ( Parser, Serializer, Data Structure)
  • Several New Examples
    • approximating_pi.c
    • single_pendlum.c
    • double_pendulum.c
    • flappy_bird.c
    • interactive_2d_triangulation.c
    • 3d_widgets.c
    • flappy_bird_ai.c
    • texture_widgets.c
    • interactive_a_star_path_finding.c
    • interactive_linear_regression.c
    • interactive_polynomial_regression.c
    • newton_equation_root_appximator.c
    • chrome_dino.py
    • climate_spiral.c
    • procedural_symmetric_design.c
    • ascii_video.py
    • tesseract.py