Ray
f53395694d
Create examples_template.c
6 vuotta sitten
Ray
62f1511e5f
Batch of 9 new shapes examples!
Some examples included in this batch require the included libraries: `easings.h` and `raygui.h`. Examples included:
- shapes_bouncing_ball
- shapes_collision_area
- shapes_following_eyes
- shapes_draw_circle_sector (requires raygui.h)
- shapes_draw_rectangle_rounded (requires raygui.h)
- shapes_draw_ring (requires raygui.h)
- shapes_easings_ball_anim (requires easings.h)
- shapes_easings_box_anim (requires easings.h)
- shapes_easings_rectangle_array (requires easings.h)
6 vuotta sitten
Ray
0c53360a3a
new example: textures_sprite_explosion
6 vuotta sitten
Ray
0b2bad4205
Update models_first_person_maze.c
6 vuotta sitten
Ray
beda4180cd
Added missing include
6 vuotta sitten
Ray
a9ebf8e10d
new example: textures_sprite_button
6 vuotta sitten
Ray
34feacc148
new example: core_loading_thread
Data loading in a second thread with progress bar in main thread
6 vuotta sitten
Ray
d46160fb6e
example review: models_first_person_maze
Added walls collision check
6 vuotta sitten
Ray
73a54fcc3d
Update Makefile
6 vuotta sitten
raysan5
270f563964
Minor tweaks
6 vuotta sitten
Reece Mackie
f36ba6a2f4
Damn, made a mistake
6 vuotta sitten
Reece Mackie
948a442704
Update gamepad example to use new enums
6 vuotta sitten
raysan5
55cb13f1b8
Remove example on Android
6 vuotta sitten
Ray
600cdb61a3
new example: models_first_person_maze -WIP-
6 vuotta sitten
Demizdor
0e683005b4
Fix for DrawRectangleRounded
6 vuotta sitten
Ray
0c567cd259
WARNING: Issues on web building
Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension.
It requires more investigation but now it works (avoiding VAO usage)
6 vuotta sitten
Jak
4b8d06f501
[rnet] module WIP ( #809 )
Added experimental network module
6 vuotta sitten
Vlad Adrian
98070982bf
Fix formatting ...not very good at this
6 vuotta sitten
Vlad Adrian
3dda1c41ec
Fixed formatting! Grumble, grumble...
6 vuotta sitten
Demizdor
86c887f0cf
Added unicode example
6 vuotta sitten
Ray
99537efccf
Review some examples
6 vuotta sitten
Ray
8774cb3c24
Removed iqm example
Already integrated into raylib
6 vuotta sitten
Ray
e54a74f4e7
new example: shapes_rectangle_scaling_mouse
6 vuotta sitten
Ray
24f07aaf5a
new example: core_window_scale_letterbox
6 vuotta sitten
Ray
129703fad1
new example: shaders_texture_drawing
6 vuotta sitten
Ray
6fc97643bf
new example: textures_background_scrolling
6 vuotta sitten
Ray
5bfa675350
Review VR simulator mechanism
- No default VR device parameteres inside raylib
- VR device parameter should be provided by user
- VR distortion shader should be provided by user
6 vuotta sitten
Ray
94335e30df
Avoid example on Android
6 vuotta sitten
ChillerDragon
f21761fbbb
Happy new year 2019
6 vuotta sitten
Ray
c23ceec338
Added missing include -_-
6 vuotta sitten
Ray
9282b8ba83
ADDED: SetShaderValueTexture()
Some tweaks
6 vuotta sitten
Ray
c600dd0766
Review PBR shaders
Issue was related to vertex tangent attibutes not uploaded to GPU, a quick solution was implemented for new vertex attributes loading for already existing meshes... I don't like it specially but it will work for now.
6 vuotta sitten
Ray
92733d6695
BIG UPDATE: New models functions for animations!
Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models.
6 vuotta sitten
Ray
38a13b76d1
Corrected issue with LoadMesh()
6 vuotta sitten
Ray
26fb2e0f3a
Update cube.obj
6 vuotta sitten
Ray
2217c04ecf
Update standard_lighting.c
6 vuotta sitten
Ray
be6d237b9e
Review models examples
6 vuotta sitten
Ray
944a388b1b
Include mini_al directly, no separate module
6 vuotta sitten
Ray
df40735067
Added CMD compilation scripts for examples
They could be useful for some people...
6 vuotta sitten
Piotr Balcer
3065cbbce9
cmake: preload resources into web examples
No examples built for the Web platform functioned properly due to lack
of resources in the virtual file system provided by emscripten.
This patch addresses this problem by adding
'--preload-file local_path/resources@resources' emcc option to link
flags whenever necessary.
6 vuotta sitten
Piotr Balcer
1bfa1b8696
cmake: use ALLOW_MEMORY_GROWTH=1 for web examples
The default memory limit for emscripten applications is 16 mergabytes,
which might be to little for some examples, especially given that the
resources are also included in that limit.
Normally, using this option disables some asm.js optimizations, but
there's no such cost for WebAssembly.
6 vuotta sitten
raysan5
557456cace
Review window title
6 vuotta sitten
Ray
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.
6 vuotta sitten
Ray
55f8dbc755
WARNING: Redesigned SetShaderValue()
6 vuotta sitten
Marco Lizza
0c5bee4c9a
Limiting FPS to 60 for uniformity with other examples.
6 vuotta sitten
Marco Lizza
0fe56b1674
Adding basic palette-switching example using uniform arrays.
6 vuotta sitten
Marco Lizza
adf0c64864
Fixing typo in examples makefile, preventing build.
6 vuotta sitten
raysan5
f4fe7f4d4c
Review BRDF texture generation
Actually, that function should be redesigned...
6 vuotta sitten
raysan5
5c614f6975
Some code tweaks
6 vuotta sitten
raysan5
490e930665
Reviewed example
6 vuotta sitten