diff --git a/samples/3d-balls/index.md b/samples/3d-balls/index.md index e69de29..c15a82d 100644 --- a/samples/3d-balls/index.md +++ b/samples/3d-balls/index.md @@ -0,0 +1,31 @@ +[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md) + +## SAMPLE: 3D BALLS + +![screenshot.png](img/screenshot.png) + +### Author + +[🐝 Antoni Gual](../antoni-gual.md) + +### Description + +```text +'balls by Antoni Gual agual@eic.ictnet.es +'for Rel's 9 LINER contest at QBASICNEWS.COM 1/2003 +'------------------------------------------------------------------------ +``` + +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "3dballs.bas"](https://qbjs.org/index.html?src=https://qb64.com/samples/3d-balls/src/3dballs.bas) +* [RUN "3dballs.bas"](https://qbjs.org/index.html?mode=auto&src=https://qb64.com/samples/3d-balls/src/3dballs.bas) +* [PLAY "3dballs.bas"](https://qbjs.org/index.html?mode=play&src=https://qb64.com/samples/3d-balls/src/3dballs.bas) + +### File(s) + +* [3dballs.bas](src/3dballs.bas) + +🔗 [screensaver](../screensaver.md), [9 lines](../9-lines.md) diff --git a/samples/3d-cube/index.md b/samples/3d-cube/index.md index e69de29..b3a5c3e 100644 --- a/samples/3d-cube/index.md +++ b/samples/3d-cube/index.md @@ -0,0 +1,33 @@ +[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md) + +## SAMPLE: 3D CUBE + +![screenshot.png](img/screenshot.png) + +### Author + +[🐝 Relsoft](../relsoft.md) + +### Description + +```text +3d cube +polygon filled using paint. ;*) +I could probably shorten the code in less than 20 lines but +I'd rather make another 25 liner. ;*) +Relsoft 2003 +``` + +### QBjs + +> Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! + +* [LOAD "3dcube25.bas"](https://qbjs.org/index.html?src=https://qb64.com/samples/3d-cube/src/3dcube25.bas) +* [RUN "3dcube25.bas"](https://qbjs.org/index.html?mode=auto&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas) +* [PLAY "3dcube25.bas"](https://qbjs.org/index.html?mode=play&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas) + +### File(s) + +* [3dcube25.bas](src/3dcube25.bas) + +🔗 [3d](../3d.md), [cube](../cube.md) diff --git a/samples/3d-grapher/index.md b/samples/3d-grapher/index.md index e69de29..d9a8697 100644 --- a/samples/3d-grapher/index.md +++ b/samples/3d-grapher/index.md @@ -0,0 +1,26 @@ +[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md) + +## SAMPLE: 3D GRAPHER + +![screenshot.png](img/screenshot.png) + +### Authors + +[🐝 Ashish Kushwaha](../ashish-kushwaha.md) [🐝 STxAxTIC](../stxaxtic.md) + +### Description + +```text +3D Grapher made in QB64. +``` + +### File(s) + +* [3d-grapher---legacy.bas](src/3d-grapher---legacy.bas) +* [3d-grapher---parametric.bas](src/3d-grapher---parametric.bas) +* [3d-grapher.zip](src/3d-grapher.zip) + +🔗 [3d](../3d.md), [gl](../gl.md) + + +Reference: [github.com](https://github.com/AshishKingdom/3D-Grapher) diff --git a/samples/3ds-viewer/index.md b/samples/3ds-viewer/index.md index e69de29..22a75fc 100644 --- a/samples/3ds-viewer/index.md +++ b/samples/3ds-viewer/index.md @@ -0,0 +1,19 @@ +[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md) + +## SAMPLE: 3DS VIEWER + +![screenshot.png](img/screenshot.png) + +### Description + +```text +3D Grapher made in QB64. +``` + +### File(s) + +* [3dsviewer.bas](src/3dsviewer.bas) +* [3dsviewer.zip](src/3dsviewer.zip) +* [car.3ds](src/car.3ds) + +🔗 [3d](../3d.md), [wireframe](../wireframe.md), [legacy](../legacy.md)