-
Recent Posit-92 Posts
-
Recent Posts
Monthly Archives: December 2025
Immediate Easing Chain
This document was written in order to understand easing chains in immediate mode, i.e. without object-oriented tween systems like what Phaser JS (scene.tweens), Unity (DOTween), and Roblox (TweenService) have This approach can be applied to any other frameworks that don’t … Continue reading
Posit-92 – Hello World
A very basic example of Posit-92
Hello Canvas – Getting Started with Pascal & WebAssembly
This tutorial will guide you through how to setup Pascal targeting WebAssembly without using Pas2JS — pure Pascal code directly compiled to WASM Why does this guide exist? It’s because I find so many outdated documentations — many of them … Continue reading
Posit-92 DOS Display Demo
A MS-DOS-like terminal interface built with my custom Pascal game framework (Posit-92 Wasm), showcasing CRT effects and retro computing aesthetics Using the features from 26th Dec 2025 Features: Available commands:Type HELP to see all commands, including DATE, TIME, DIR, MEM, … Continue reading
Posit-92 Demo – CRT Effects
This demonstrates how Posit-92 Wasm handles 4 layers of filters, fully using software rendering (100% CPU, no GPU used) The filter layers are as follows: How to play Simply click Play to start