| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Fix Undefined Symbol `_ftelli64`
* Add files via upload
* Update raylib.h
* Update raylib.h
|
|
|
|
|
|
* test if clang supports multiple targets
* didnt work, so trying lipo to join separate targets together
* add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build
* fix sym links
* try again to fix sym links
* auto extract raylib version numbers from makefile
* fix macos missing gnu grep
* dont use custom name for raylib dlls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
|
|
|
|
|
|
|
|
This example requires a complete remake to be more clear. Also current quaternion maths could have issues.
|
|
|
|
Disable color vertex attribute if not provided by mesh
|
|
|
|
|
|
|
|
* Fixed various grammar mistakes
* Fixed various grammar mistakes
* Update README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rlGetGlTextureFormats was expecting unsigned int, corrected variables according to that.
|
|
|
|
|
|
|
|
Simplified example
|
|
|
|
|
|
|
|
|
|
|