Skip to content

Commit

Permalink
Updated 'samples' and experimental 'QBjs' support.
Browse files Browse the repository at this point in the history
  • Loading branch information
DualBrain committed Jun 13, 2022
1 parent 9dcdded commit 684f0cc
Show file tree
Hide file tree
Showing 426 changed files with 65,816 additions and 800 deletions.
84 changes: 75 additions & 9 deletions samples.md

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions samples/2d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[Home](https://qb64.com)[News](../news.md)[GitHub](../github.md)[Wiki](../wiki.md)[Samples](../samples.md)[Media](../media.md)[Community](../community.md)[Rolodex](../rolodex.md)[More...](../more.md)

## SAMPLES: 2D

**[Lens Simulator](lens-simulator/index.md)**

[🐝 STxAxTIC](stxaxtic.md) 🔗 [2d](2d.md), [ray tracer](ray-tracer.md)

This program simulates light rays passing through a lens with a given index of refraction and con...

**[Lucid Drawing](lucid-drawing/index.md)**

[🐝 Lucid](lucid.md) 🔗 [2d](2d.md), [draw](draw.md)

Drawing program by Lucid.

**[Vector Field](vector-field/index.md)**

[🐝 STxAxTIC](stxaxtic.md) 🔗 [2d](2d.md), [vectors](vectors.md)

Vector field demonstration.
6 changes: 3 additions & 3 deletions samples/3d-cube/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Relsoft 2003

> 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://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?src=https://qb64.com/samples/3d-cube/src/3dcube25.bas)
* [RUN "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=auto&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas)
* [PLAY "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5953810/index.html?mode=play&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas)
* [LOAD "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?src=https://qb64.com/samples/3d-cube/src/3dcube25.bas)
* [RUN "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=auto&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas)
* [PLAY "3dcube25.bas"](https://v6p9d9t4.ssl.hwcdn.net/html/5963335/index.html?mode=play&src=https://qb64.com/samples/3d-cube/src/3dcube25.bas)

### File(s)

Expand Down
Binary file added samples/3d-engine-prototypes/img/3dengineqb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/3d-engine-prototypes/img/3dengineqb2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions samples/3d-engine-prototypes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[Home](https://qb64.com)[News](../../news.md)[GitHub](../../github.md)[Wiki](../../wiki.md)[Samples](../../samples.md)[Media](../../media.md)[Community](../../community.md)[Rolodex](../../rolodex.md)[More...](../../more.md)

## SAMPLE: 3D ENGINE PROTOTYPES

![3dengineqb.png](img/3dengineqb.png)

### Author

[🐝 STxAxTIC](../stxaxtic.md)

### Description

```text
Various experiments in software 3D graphics. Warning: Uses no functions or subs!
```

### File(s)

* [3dctrwgraph_fb64.bas](src/3dctrwgraph_fb64.bas)
* [3dctrwgraph_fb64.zip](src/3dctrwgraph_fb64.zip)

### Additional Image(s)

![3dengineqb2.png](img/3dengineqb2.png)

🔗 [3d](../3d.md), [graph](../graph.md)
Loading

0 comments on commit 684f0cc

Please sign in to comment.