| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Optimize and simplify the gesture system
* Decouples GESTURE_SWIPE_* from GESTURE_DRAG
|
|
- Adds an option -Dplatform_drm when using zig build
- When building for linux, checks whether -Dplatform_drm is present and configures the build accordingly.
|
|
A significant performance increase can be had by copying the first row to all other rows.
|
|
|
|
|
|
|
|
* Update usage of 'sinf()' and 'cosf()' to be correct
* Update formatting of arithmetic operations
|
|
|
|
|
|
Support creating a 3x3 pixels white rectangle at the bottom-right corner of the generated font atlas image, useful for shapes+text drawing in a single draw call!
|
|
This reverts commit 70286c7cdc6d972c63704ad957c18065f6a44cfe.
|
|
|
|
Working from wsl and compiling for windows this change makes it much easier to compile a static library for windows on arm.
To compile a static library for windows on arm:
```
make PLATFORM=PLATFORM_DESKTOP TARGET_OS=WINDOWS CROSS_CC=/llvm/bin/aarch64-w64-mingw32-gcc CROSS_AR=/llvm/bin/aarch64-w64-mingw32-ar
```
This does not work to compile a shared library yet, only static.
|
|
* [example] Core Input Gestures for Web
* Fix Doubletap for web
* Changes TAP_TIMEOUT and rgGetCurrentTime to seconds
|
|
|
|
|
|
|
|
|
|
This reverts commit e190b7eee9199b681a8c50fb69f2fce07e92c7af.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change C3 to Zlib
Update Raylib-nelua's name as Raylib.nelua to reflect repo change.
Update Raylib.nelua licence to Zlib
|