File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33> [ Changelog] ( /pages/changelog.html )
44
55The main changes are:
6+
67- Performance enhancements
78- Minor language and UI tweaks
89
910The windows zip includes some new samples:
11+
1012- "Voxel space" renderer
1113see: < https://github.com/s-macke/VoxelSpace >
1214
Original file line number Diff line number Diff line change 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 >
28+ < a target ="_github " href ="{{ githost }}/master/{{ section + "/" + filename }}"> {{ filename }} </ a >
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 >
You can’t perform that action at this time.
0 commit comments