raysan5
6985953e3d
Update release to latest raylib version
Note that only some lib versions have been updated
пре 6 година
Ray
61e0e4b4f3
Complete review of raymath for API consistency
пре 6 година
-
61679a4bbc
Review releases, removed external dependencies
Not required any more!
пре 7 година
Ray San
df67e799dd
Updated release versions for raylib 1.8
пре 7 година
Ray San
d302316e51
Reorganize release and dependencies
пре 7 година
Ray San
b2789949ee
Working on Makefiles...
пре 7 година
Ray
4f9de9527f
Review gradient rectangle drawing
Added: DrawRectangleGradientV()
Added: DrawRectangleGradientH()
пре 7 година
raysan5
20968830c0
Added mesh generation functions
пре 7 година
raysan5
f3f6d3fd8e
Added new functions
SetWindowTitle()
GetExtension()
пре 7 година
raysan5
12cb3afd9e
Added function DrawRectangleGradientEx()
Moved function DrawRectangleT() from text module to shapes
Added some comments
пре 7 година
raysan5
88839b093c
Added function DrawRectangleT()
Usefult to draw rectangles using default font texture
пре 7 година
raysan5
a766e2c480
Updated Vector math to new naming
пре 7 година
raysan5
c756227e11
Remove BOM from file encoding
пре 7 година
raysan5
38d9fcb08e
Moved some functions to raymath
Exposed some raymath useful functions to raylib API
пре 7 година
raysan5
2679c4ae9b
Review mesh loading and textures generation
пре 7 година
raysan5
76c6f0b1e6
Working on PBR system
Moved PBR material loading to example, right decision?
пре 7 година
raysan5
d368403a13
Working on PBR materials, renamed some data
пре 7 година
Ray
6546474fa4
Manual integration of material-pbr into develop
пре 7 година
raysan5
6589c808b5
Review some formatting for consistency
пре 7 година
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
пре 7 година
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
пре 7 година
Wilhem Barbier
3fe268d004
Swap the two parameters
пре 7 година
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
пре 7 година
Wilhem Barbier
954757532a
Add the SaveImageAs function
пре 7 година
Wilhem Barbier
fcd13fd5d2
Add some functions to generate images
Namely:
- GenImageHorizontalV
- GenImageHorizontalH
- GenImageChecked
- GenImageWhiteNoise
- GenImageCellular
The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
пре 7 година
Ray
5370fe18e0
Additional check for bool header definition
пре 7 година
Ray
9819614276
Comments tweaks
пре 7 година
Ray
5f09c71f98
Review comments for better organization
пре 7 година
Ray
026f9829e5
Review header comments
пре 7 година
Ray
35fe34ba0f
Added some useful functions
пре 7 година
Ray
0880be638e
Renamed RayHitInfo variables
пре 7 година
Ray
bac50fbba5
Review functions descriptions
пре 7 година
Ray
50c887cb0a
Support HDR R32G32B32 float textures loading
пре 7 година
victorfisac
e197665e1d
Added function to set window minimum dimensions...
useful when using FLAG_WINDOW_RESIZABLE.
пре 7 година
Ray
d593bd0081
Some code tweaks
пре 7 година
raysan5
cfec2b40a4
Organize structs vs enums
пре 7 година
raysan5
b0f8ea27e3
Renamed function for lib consistency
LoadSpriteFontTTF() --> LoadSpriteFontEx()
пре 7 година
Ray
ecfe31bf1d
Make TraceLog() public to the API
enum LogType could require some revision...
пре 7 година
raysan5
7e65c300b6
Make public TakeScreenshot() function
пре 7 година
Ray
c3b8a41f95
Remove function declaration
пре 7 година
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
пре 7 година
Ray
5387b45431
Working on configuration flags
пре 7 година
Ray
59652c75b4
Review some comments
пре 7 година
raysan5
8f5ff64420
Working on file header comments...
пре 7 година
raysan5
5d1f661661
Remove Oculus support from code
Moved to custom example, now raylib only supports simulated VR
rendering.
Oculus code was too device dependant... waiting for OpenXR.
пре 7 година
raysan5
3813722f17
Added function: DrawLineBezier()
пре 7 година
raysan5
59038bae96
Added function: DrawLineEx()
Supports line thickness
пре 7 година
raysan5
d1c9afd1d8
Work on timming functions...
It seems Sleep() behaves weird on my computer, disabled by default
returning to the busy wait loop... also re-implemented DrawFPS() to
avoid frame blitting...
пре 7 година
raysan5
9cfaa81a7e
Added some flags and functions to manage window
- SetWindowPosition(int x, int y);
- SetWindowMonitor(int monitor);
пре 7 година
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
пре 8 година