Here it is a small list of new examples that I think could be interesting for raylib. If anyone wants to work on any of them, please, make sure to follow examples_template. Please, try to make examples a bit appealing for the user! :)
Alternatively, there are several examples that require some review, view #847 and #851.
Here it is a small list of new examples that I think could be interesting for raylib. If anyone wants to work on any of them, please, make sure to follow examples_template. Please, try to make examples a bit appealing for the user! :)
core_scissor_test: Functionality was added inraylib 2.5but no usage example provided yet.textures_cubemap: Functionality was added inraylib 2.5but no usage example provided yet. LoadTextureCubemap() processes an input image (multiple layouts supported) and returns a cubemap texture... some additional function could be needed to draw theTextureCubemap...textures_mouse_painting: Canvas painting demo with mouse, for example LMB to paint and RMB to erase, with some basic color selection options.shaders_basic_lighting: Basic phong lighting samples, this one is almost ready to be added! (81d8302)shaders_fog_effect: Basic fog (configurable?) using a shader, it can be combined with a heightmap for usage (4b79f63).Alternatively, there are several examples that require some review, view #847 and #851.