Skip to content

Commit 23f035e

Browse files
committed
v25.25.0
1 parent 3212add commit 23f035e

8 files changed

Lines changed: 1767 additions & 1708 deletions

File tree

docs/nimdoc.out.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Modified by Boyd Greenfield and narimiran
1111
*/
1212

1313
:root {
14+
color-scheme: light;
1415
--primary-background: #fff;
1516
--secondary-background: ghostwhite;
1617
--third-background: #e8e8e8;
@@ -45,6 +46,7 @@ Modified by Boyd Greenfield and narimiran
4546
}
4647

4748
[data-theme="dark"] {
49+
color-scheme: dark;
4850
--primary-background: #171921;
4951
--secondary-background: #1e202a;
5052
--third-background: #2b2e3b;
@@ -80,6 +82,7 @@ Modified by Boyd Greenfield and narimiran
8082

8183
@media (prefers-color-scheme: dark) {
8284
[data-theme="auto"] {
85+
color-scheme: dark;
8386
--primary-background: #171921;
8487
--secondary-background: #1e202a;
8588
--third-background: #2b2e3b;
@@ -120,11 +123,16 @@ Modified by Boyd Greenfield and narimiran
120123
}
121124

122125
html {
126+
overflow-x: hidden;
127+
max-width: 100%;
128+
box-sizing: border-box;
123129
font-size: 100%;
124130
-webkit-text-size-adjust: 100%;
125131
-ms-text-size-adjust: 100%; }
126132

127133
body {
134+
max-width: 100%;
135+
box-sizing: border-box;
128136
font-family: "Lato", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
129137
font-weight: 400;
130138
font-size: 1.125em;
@@ -561,6 +569,8 @@ blockquote.markdown-quote {
561569
padding-left: 3px;
562570
padding-right: 3px;
563571
border-radius: 4px;
572+
white-space: normal;
573+
word-break: break-all;
564574
}
565575

566576
span.tok {
@@ -580,13 +590,14 @@ pre {
580590
display: inline-block;
581591
box-sizing: border-box;
582592
min-width: 100%;
593+
max-width: 100%;
583594
padding: 0.5em;
584595
margin-top: 0.5em;
585596
margin-bottom: 0.5em;
586597
font-size: 0.85em;
587598
white-space: pre !important;
588599
overflow-y: hidden;
589-
overflow-x: visible;
600+
overflow-x: auto;
590601
background-color: var(--secondary-background);
591602
border: 1px solid var(--border);
592603
-webkit-border-radius: 6px;

docs/raylib.html

Lines changed: 1727 additions & 1697 deletions
Large diffs are not rendered by default.

docs/raymath.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ <h1 class="title">src/raymath</h1>
510510
</ul>
511511
</details>
512512
</li>
513+
<li>
514+
<a class="reference reference-toplevel" href="#19" id="69">Exports</a>
515+
</li>
513516

514517
</ul>
515518

@@ -2761,14 +2764,20 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
27612764

27622765
</dl>
27632766
</div>
2767+
<div class="section" id="19">
2768+
<h1><a class="toc-backref" href="#19">Exports</a></h1>
2769+
<dl class="item">
2770+
<a href="raylib.html#Vector2"><span class="Identifier">Vector2</span></a>, <a href="raylib.html#Vector3"><span class="Identifier">Vector3</span></a>, <a href="raylib.html#Vector4"><span class="Identifier">Vector4</span></a>, <a href="raylib.html#Quaternion"><span class="Identifier">Quaternion</span></a>, <a href="raylib.html#Matrix"><span class="Identifier">Matrix</span></a>
2771+
</dl>
2772+
</div>
27642773

27652774
</div>
27662775
</div>
27672776

27682777
<div class="twelve-columns footer">
27692778
<span class="nim-sprite"></span>
27702779
<br>
2771-
<small style="color: var(--hint);">Made with Nim. Generated: 2025-03-25 16:31:15 UTC</small>
2780+
<small style="color: var(--hint);">Made with Nim. Generated: 2025-06-20 21:10:08 UTC</small>
27722781
</div>
27732782
</div>
27742783
</div>

docs/rcamera.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
409409
<div class="twelve-columns footer">
410410
<span class="nim-sprite"></span>
411411
<br>
412-
<small style="color: var(--hint);">Made with Nim. Generated: 2025-03-25 16:31:19 UTC</small>
412+
<small style="color: var(--hint);">Made with Nim. Generated: 2025-06-20 21:10:14 UTC</small>
413413
</div>
414414
</div>
415415
</div>

docs/reasings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
602602
<div class="twelve-columns footer">
603603
<span class="nim-sprite"></span>
604604
<br>
605-
<small style="color: var(--hint);">Made with Nim. Generated: 2025-03-25 16:31:18 UTC</small>
605+
<small style="color: var(--hint);">Made with Nim. Generated: 2025-06-20 21:10:11 UTC</small>
606606
</div>
607607
</div>
608608
</div>

docs/rlgl.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ <h1 class="title">src/rlgl</h1>
223223
<details open>
224224
<summary><a class="reference reference-toplevel" href="#10" id="60">Consts</a></summary>
225225
<ul class="simple simple-toc-section">
226-
<li><a class="reference" href="#CullDistanceFar" title="CullDistanceFar = 1000.0">CullDistanceFar</a></li>
227-
<li><a class="reference" href="#CullDistanceNear" title="CullDistanceNear = 0.01">CullDistanceNear</a></li>
226+
<li><a class="reference" href="#CullDistanceFar" title="CullDistanceFar = 4000.0">CullDistanceFar</a></li>
227+
<li><a class="reference" href="#CullDistanceNear" title="CullDistanceNear = 0.05">CullDistanceNear</a></li>
228228
<li><a class="reference" href="#DefaultBatchBufferElements" title="DefaultBatchBufferElements = 8192">DefaultBatchBufferElements</a></li>
229229
<li><a class="reference" href="#DefaultBatchBuffers" title="DefaultBatchBuffers = 1">DefaultBatchBuffers</a></li>
230230
<li><a class="reference" href="#DefaultBatchDrawCalls" title="DefaultBatchDrawCalls = 256">DefaultBatchDrawCalls</a></li>
@@ -997,6 +997,9 @@ <h1 class="title">src/rlgl</h1>
997997
</ul>
998998
</details>
999999
</li>
1000+
<li>
1001+
<a class="reference reference-toplevel" href="#19" id="69">Exports</a>
1002+
</li>
10001003

10011004
</ul>
10021005

@@ -1424,7 +1427,7 @@ <h1><a class="toc-backref" href="#7">Types</a></h1>
14241427
<h1><a class="toc-backref" href="#10">Consts</a></h1>
14251428
<dl class="item">
14261429
<div id="CullDistanceFar">
1427-
<dt><pre><a href="rlgl.html#CullDistanceFar"><span class="Identifier">CullDistanceFar</span></a> <span class="Other">=</span> <span class="FloatNumber">1000.0</span></pre></dt>
1430+
<dt><pre><a href="rlgl.html#CullDistanceFar"><span class="Identifier">CullDistanceFar</span></a> <span class="Other">=</span> <span class="FloatNumber">4000.0</span></pre></dt>
14281431
<dd>
14291432

14301433
Default far cull distance
@@ -1434,7 +1437,7 @@ <h1><a class="toc-backref" href="#10">Consts</a></h1>
14341437
</dd>
14351438
</div>
14361439
<div id="CullDistanceNear">
1437-
<dt><pre><a href="rlgl.html#CullDistanceNear"><span class="Identifier">CullDistanceNear</span></a> <span class="Other">=</span> <span class="FloatNumber">0.01</span></pre></dt>
1440+
<dt><pre><a href="rlgl.html#CullDistanceNear"><span class="Identifier">CullDistanceNear</span></a> <span class="Other">=</span> <span class="FloatNumber">0.05</span></pre></dt>
14381441
<dd>
14391442

14401443
Default near cull distance
@@ -4203,14 +4206,20 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
42034206

42044207
</dl>
42054208
</div>
4209+
<div class="section" id="19">
4210+
<h1><a class="toc-backref" href="#19">Exports</a></h1>
4211+
<dl class="item">
4212+
<a href="raylib.html#PixelFormat"><span class="Identifier">PixelFormat</span></a>, <a href="raylib.html#TextureFilter"><span class="Identifier">TextureFilter</span></a>, <a href="raylib.html#BlendMode"><span class="Identifier">BlendMode</span></a>, <a href="raylib.html#ShaderLocationIndex"><span class="Identifier">ShaderLocationIndex</span></a>, <a href="raylib.html#ShaderUniformDataType"><span class="Identifier">ShaderUniformDataType</span></a>, <a href="raylib.html#ShaderAttributeDataType"><span class="Identifier">ShaderAttributeDataType</span></a>, <a href="raylib.html#MaxShaderLocations"><span class="Identifier">MaxShaderLocations</span></a>, <a href="raylib.html#ShaderLocation"><span class="Identifier">ShaderLocation</span></a>, <a href="raylib.html#Matrix"><span class="Identifier">Matrix</span></a>, <a href="raylib.html#Vector2"><span class="Identifier">Vector2</span></a>, <a href="raylib.html#Vector3"><span class="Identifier">Vector3</span></a>, <a href="raylib.html#Color"><span class="Identifier">Color</span></a>, <a href="raylib.html#ShaderLocsPtr"><span class="Identifier">ShaderLocsPtr</span></a>
4213+
</dl>
4214+
</div>
42064215

42074216
</div>
42084217
</div>
42094218

42104219
<div class="twelve-columns footer">
42114220
<span class="nim-sprite"></span>
42124221
<br>
4213-
<small style="color: var(--hint);">Made with Nim. Generated: 2025-03-25 16:31:17 UTC</small>
4222+
<small style="color: var(--hint);">Made with Nim. Generated: 2025-06-20 21:10:10 UTC</small>
42144223
</div>
42154224
</div>
42164225
</div>

docs/rmem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
516516
<div class="twelve-columns footer">
517517
<span class="nim-sprite"></span>
518518
<br>
519-
<small style="color: var(--hint);">Made with Nim. Generated: 2025-03-25 16:31:19 UTC</small>
519+
<small style="color: var(--hint);">Made with Nim. Generated: 2025-06-20 21:10:13 UTC</small>
520520
</div>
521521
</div>
522522
</div>

naylib.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "25.13.0"
3+
version = "25.25.0"
44
author = "Antonis Geralis"
55
description = "Raylib Nim wrapper"
66
license = "MIT"

0 commit comments

Comments
 (0)