From 1466b5db3277a99b6a555584d9d8b5c18d4586f5 Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 28 Apr 2024 18:19:41 -0500 Subject: [PATCH] Several amends --- hyper-build/404.html | 2 +- hyper-build/home.html | 60 ++++++++++--------- hyper-build/projects/fishbowl.html | 40 +++++++------ hyper-build/projects/forte.html | 36 ++++++------ hyper-build/projects/fractal-explorer.html | 36 ++++++------ hyper-build/projects/html-templating.html | 36 ++++++------ hyper-build/projects/http-server.html | 36 ++++++------ hyper-build/projects/math-interpreter.html | 32 +++++----- hyper-build/projects/nd-range.html | 38 ++++++------ hyper-build/projects/pokedex.html | 36 ++++++------ hyper-build/projects/stocktrading.html | 36 ++++++------ hyper-src/home.html | 68 ++++++++++++++-------- hyper-src/projects/fishbowl.html | 7 +-- hyper-src/projects/forte.html | 4 +- hyper-src/projects/fractal-explorer.html | 4 +- hyper-src/projects/html-templating.html | 4 +- hyper-src/projects/http-server.html | 6 +- hyper-src/projects/nd-range.html | 6 +- styles/extend.css | 32 +++++----- templates/blueprints.html | 3 +- 20 files changed, 282 insertions(+), 240 deletions(-) diff --git a/hyper-build/404.html b/hyper-build/404.html index fa66741..5eae2bf 100644 --- a/hyper-build/404.html +++ b/hyper-build/404.html @@ -1,3 +1,3 @@ -

Page does not exist

Error 404

\ No newline at end of file diff --git a/hyper-build/home.html b/hyper-build/home.html index 4d39d3c..3d4c719 100644 --- a/hyper-build/home.html +++ b/hyper-build/home.html @@ -1,4 +1,4 @@ - <loganGatlin/>

Dev Posts

Rust Cloudflare

Web Server

Back End - TCP - SSL

+

Dev Posts

Rust Cloudflare

Web Server

Back End - TCP - SSL

Currently serving you this website! -

Rust HTML5

HTML Templating Engine

Front End - Parser Design

Used to generate this page! -

Rust Web Assembly

Forte Assembly Language

Programming Language - Hackathon

Radically different machine code. A creative-coding endeavor -

Rust WebGPU gpu

Fishbowl

Image Encoding - Hardware Rendering

Kinematic image processing with GPU acceleration

Rust Web Assembly

Math Interpreter

Parser Design

Interpret and evaluate plain-text math expressions -

Rust

nd-range

Vector Math - Standard Library

An extension of Rust's 'Range' type using the Cartesian Product Algorithm -

Rust

Fractal Explorer

Parallel Algorithms - Optimization - Hackathon

A Mandelbrot Fractal viewer using CPU parallelism and the derivative bail algorithm -

Python

Pokédex

TKinter - Web APIs - Native UI

A TKinter app for viewing the original Pokédex, with stats scraped from online sources -

Python

Stock Trading A.I.

Command Line App - Web APIs

A simple heuristic trading algorithm

\ No newline at end of file diff --git a/hyper-build/projects/fishbowl.html b/hyper-build/projects/fishbowl.html index bb219ac..6a3f15b 100644 --- a/hyper-build/projects/fishbowl.html +++ b/hyper-build/projects/fishbowl.html @@ -1,4 +1,4 @@ - <loganGatlin/>

Fishbowl View source on GitHub

Vector Math - Standard Library

Gallery

Motivation

+

Fishbowl View source on GitHub

Vector Math - Standard Library

Gallery

Motivation

Physics solvers tend to be very complex software. In the past, I toyed around with physics solvers for different kinds of geometries, but struggled to implement these algorithms in a way that was both convincing and performant. The idea for Fishbowl came from a video by the creator Pezzza. They describe the high-level implementation details of a Verlet Integration solver. This approach caught my interest. -
+
Pezza's work is very impressive, particularly the demonstration at the end which proves the program is deterministic. However, the focus of Pezzza's project was to create a performant real-time application. I was instead @@ -374,7 +376,7 @@ code { Keep in mind the web version below will be slower and generate lower quality results than the native application, as it is being run on my home server with limited resources. -