-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated 'samples' and experimental 'QBjs' support.
- Loading branch information
Showing
426 changed files
with
65,816 additions
and
800 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.