An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# raylib-examples

Newton Fractal|Unproject|Dense Injection
-|-|-
![](Demos/newton.gif)|![](Demos/unproject.gif)|![](Demos/denseinjection.gif)
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
-|-|-
![](Demos/polygon.gif)|![](Demos/triangles.gif)| ...
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.