Skip to content

Commit ce04a49

Browse files
committed
SAMPLES: update samples
1 parent 027d6d1 commit ce04a49

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_build/posts/2017-24-12-1.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
> [Changelog](/pages/changelog.html)
44
55
The main changes are:
6+
67
- Performance enhancements
78
- Minor language and UI tweaks
89

910
The windows zip includes some new samples:
11+
1012
- "Voxel space" renderer
1113
see: <https://github.com/s-macke/VoxelSpace>
1214

_build/scripts/samples.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="article">
22
<h1>Samples</h1>
33
{%
4-
githost = "https://raw.githubusercontent.com/smallbasic/smallbasic.%3Cspan%20class="x x-first x-last">github.io"
4+
githost = "https://raw.githubusercontent.com/smallbasic/smallbasic.%3Cspan%20class="x x-first x-last">samples"
55
sections = ["000 getting started",
66
"applications",
77
"business",
@@ -12,6 +12,7 @@ <h1>Samples</h1>
1212
"graphics 1",
1313
"graphics 2",
1414
"graphics 3",
15+
"graphics 4",
1516
"mathematics",
1617
"mechanics",
1718
"physics",
@@ -24,12 +25,13 @@ <h1>Samples</h1>
2425
<div class="header">{{ ucase(section) }}</div>
2526
<div class="linklist">
2627
{% for filename in files("../../smallbasic.samples/" + section + "/*.bas") %}
27-
<a target="_github" href="{{ githost }}/master/samples/{{ section + "/" + filename }}">{{ filename }} </a>&nbsp;
28+
<a target="_github" href="{{ githost }}/master/{{ section + "/" + filename }}">{{ filename }} </a>&nbsp;
2829
{% next filename %}
2930
</div>
3031
</div>
3132
{% next section %}
3233
<div class="categories">
3334
<a href="https://github.com/smallbasic/smallbasic.samples/archive/master.zip">Download all</a>
35+
<a href="https://github.com/smallbasic/smallbasic.samples/issues" target="_blank">Issues</a>
3436
</div>
3537
</div>

0 commit comments

Comments
 (0)