1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00

Github desktop acting strange.

This commit is contained in:
Cory Smith 2022-12-26 14:42:15 -06:00
parent 78b39cd43d
commit c6add4fa39
4 changed files with 109 additions and 0 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)
<sub>Reference: [github.com](https://github.com/AshishKingdom/3D-Grapher) </sub>

View file

@ -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)