Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cgl.h | 2023-05-12 | 637.8 kB | |
README.md | 2023-05-12 | 1.5 kB | |
v0.6 source code.tar.gz | 2023-05-12 | 42.8 MB | |
v0.6 source code.zip | 2023-05-12 | 42.9 MB | |
Totals: 4 Items | 86.3 MB | 1 |
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