Skip to content

Instantly share code, notes, and snippets.

@maskrosen
maskrosen / assetExportUtils.h
Created March 26, 2026 12:36
assetExportUtils.h
/**
assetExportUtils - Functions to load and save data for models and animations in raylibs in memory format
Tested with Raylib 5.5 might work with other versions
Copyright (c) 2026 Lingon Studios
Some of the code is derived from Raylib Copyright (c) 2013-2026 Ramon Santamaria (@raysan5)
This software is provided "as-is", without any express or implied warranty. In no event
will the authors be held liable for any damages arising from the use of this software.
@maskrosen
maskrosen / raylib_render_extras.h
Created December 10, 2024 10:06
Some extended Raylib rendering functions
/**
raylib-render-extras - Some render functions that avoids extra overhead when rendering multiple instances.
Tested with Raylib 4.2 might work with other versions
See https://youtu.be/2EOjGwhYXds?si=fcJzO1VjbLQ1dzRW&t=319 for a brief explanation of the functions
Copyright (c) 2024 Lingon Studios
The code is derived from Raylib Copyright (c) 2013-2024 Ramon Santamaria (@raysan5)
This software is provided "as-is", without any express or implied warranty. In no event