Ray
240ecd6332
Update mingw32 release
6 年前
raysan5
c6d188a09a
Reviewed latest commit for Android gamepad support
6 年前
Seth Archambault
f981daf1df
Added SNES-style GAMEPAD SUPPORT
6 年前
raysan5
103bc7dfc6
Corrected issue with GetFontDefault()
Note for me: Replace All is NOT your friend...
6 年前
Ray
74fd0e7ca4
Added function: ImageColorReplace()
6 年前
Ray
7b971e0623
Added Quaternion typedef
6 年前
maficccc@gmail.com
59ebe1b7c3
Added support OpenBSD, NetBSD, DragonFly
6 年前
Ray
0e135118fd
Improved GenImageFontAtlas()
6 年前
Ray
75ba5aca55
Improved font generation and SDF
Added: data to CharInfo struct
Added: LoadFontData()
Added: GenImageFontAtlas()
Removed: LoadFontEx()
Removed: LoadTTF() [internal]
Some code tweaks
6 年前
Ray San
59fd261491
Added function: GetImageDataNormalized()
Reviewed: GetImageData()
Reviewed: ImageFormat()
6 年前
Ray
0e6458cfee
Added ImageRotate*() functions
6 年前
Ray
9688c677de
Review window creation hints
6 年前
Ray
b1b4a11bdb
Corrected issue with function definition
6 年前
Ray San
ec33e7d705
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...)
7 年前
raysan5
6985953e3d
Update release to latest raylib version
Note that only some lib versions have been updated
7 年前
Ray
61e0e4b4f3
Complete review of raymath for API consistency
7 年前
-
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
8 年前
Ray
5f09c71f98
Review comments for better organization
8 年前
Ray
026f9829e5
Review header comments
8 年前
Ray
35fe34ba0f
Added some useful functions
8 年前
Ray
0880be638e
Renamed RayHitInfo variables
8 年前
Ray
bac50fbba5
Review functions descriptions
8 年前
Ray
50c887cb0a
Support HDR R32G32B32 float textures loading
8 年前
victorfisac
e197665e1d
Added function to set window minimum dimensions...
useful when using FLAG_WINDOW_RESIZABLE.
8 年前
Ray
d593bd0081
Some code tweaks
8 年前
raysan5
cfec2b40a4
Organize structs vs enums
8 年前