1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/stxaxtic.md
2022-12-26 14:41:23 -06:00

2.7 KiB

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLES BY STXAXTIC

3D Engine Prototypes

🐝 STxAxTIC 🔗 3d, graph

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

3D Grapher

🐝 Ashish Kushwaha 🐝 STxAxTIC 🔗 3d, gl

3D Grapher made in QB64.

Circle Intersecting Circle

🐝 bplus 🐝 STxAxTIC 🔗 geometry, intersections, qbjs

Here we present two (equivalent) methods for calculating the intersection points between any two ...

Curve Smoother

🐝 STxAxTIC 🐝 Fellippe Heitor 🔗 curve, interpolation

This program demonstrates (i) linear interpolation to create a curve between points, (ii) a relax...

Ellipse Intersecting Line

🐝 STxAxTIC 🔗 geometry, intersections, qbjs

... all I could think is "why stop at circles when you can do ellipses?"

Fibonacci Variations

🐝 STxAxTIC 🔗 fibonacci, spiral

The Fibonacci sequence is "seeded" with the golden ratio, but what if we change that?

Integrators

🐝 STxAxTIC 🔗 physics, simulation

Demonstrates the efficacy of various integration methods in physics.

Lens Simulator

🐝 STxAxTIC 🔗 2d, ray tracer

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

Lines Intersecting

🐝 STxAxTIC 🔗 geometry, intersections, qbjs

Line segments intersecting.

Parabolas

🐝 STxAxTIC 🔗 zen

Parabola-based screensaver by STxAxTIC.

Trig Demo

🐝 STxAxTIC 🔗 trigonometry

Trivial trigonometry demo.

Vector Field

🐝 STxAxTIC 🔗 2d, vectors, qbjs

Vector field demonstration.