4e3ab8f27d
Update config.h.in
2020-05-09 17:37:02 +02:00
ae2452d280
ADDED small compression API
...
- ADDED: CompressData()
- ADDED: DecompressData()
2019-09-09 21:56:16 +02:00
a43d49ed72
Added CMake flags
...
Reviewed comments
2019-06-12 12:21:23 +02:00
2eb7e96f4b
Add MP3 config
2019-06-02 19:31:17 +01:00
780cefc3b0
Add SUPPORT_HIGH_DPI to CMakeOptions.txt
2019-05-03 12:24:20 +08:00
93471b0a7c
WARNING: Renamed module: audio -> raudio
...
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change.
Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library!
Consequently, raylib version has been bumped to 2.4-dev.
2019-01-10 16:32:40 +01:00
0f6f326a86
Add flag: SUPPORT_EVENTS_WAITING
...
Wait for input events passively (sleep) instead of polling events actively every frame
2018-10-31 23:19:29 +01:00
c2aa1fed7b
Removed OpenAL backend
2018-10-18 11:38:42 +02:00
f503fded67
Support image export
2018-09-17 17:06:58 +02:00
548dbeb1ca
Fix typo (s/proedural/procedural)
2018-07-29 13:04:16 +02:00
98273f0152
Reviewed compilation options
2018-07-16 18:43:24 +02:00
e025e62445
cmake: Fix PLATFORM_WEB build
...
Did this ever work? Surely, doesn't look like it...
2018-05-21 12:15:39 +02:00
8d81b6e4e4
Support shapes drawing using only QUADS
...
Also added new compilation FLAGS for that pourpose
2018-04-29 12:53:32 +02:00
1dbce35247
CMake: Generate config.h from CMakeOptions.txt
...
I would have liked config.h to be selected by include dir configuration,
but this way is less intrusive.
2018-04-07 23:39:53 +02:00