https://github.com/arceryz/raylib-examples
All my tiny raylib examples (some are submodules, some are not) and build files.
https://github.com/arceryz/raylib-examples
3d raylib raylib-examples rendering shaders
Last synced: 7 months ago
JSON representation
All my tiny raylib examples (some are submodules, some are not) and build files.
- Host: GitHub
- URL: https://github.com/arceryz/raylib-examples
- Owner: arceryz
- License: mit
- Created: 2024-04-21T12:19:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-14T17:43:59.000Z (over 1 year ago)
- Last Synced: 2025-01-25T00:18:09.490Z (9 months ago)
- Topics: 3d, raylib, raylib-examples, rendering, shaders
- Language: C++
- Homepage:
- Size: 29.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raylib-examples
Newton Fractal|Unproject|Dense Injection
-|-|-
||
A simulation of Newton Fractals with shaders | Visualisation of perspective and projection matrices and their unprojected mouse position. | Visualisation of a mathematical formula that gets infinitely close to every point between 0 and 1 as function of integers. Includes LaTeX, used to make discrete algorithms finetune over time.Point On Polygon|Triangle Net| For the future
-|-|-
|| ...
Shows how to compute whether a point is inside a **convex** polygon by counting angles. | Shows how to compute the perimeter of a patch of triangles. Used in [Mirai](https://github.com/arceryz/Mirai) to turn 3D model faces into polygons.This contains many of my smaller raylib projects. There are a mix of C/C++. The code is not cleaned much.
If you have questions on them you can always ask.