-
Recent Posit-92 Posts
-
Recent Posts
Author Archives: Hevanafa
Minimal Posit-92 Example
In this page, I can show how easy it is to start programming games with Posit-92 Wasm How it looks like (including the game loop): You can either use Pascal or C++ to accomplish this The difference here is that … Continue reading
Posted in Posit-92
Tagged C++, posit-92, tutorials, webassembly
Comments Off on Minimal Posit-92 Example
About WebAssembly games in Pascal on itch.io
At the time of writing, there’s only a single browser game that uses Pascal on itch.io, while the rest is only for desktop, which you can visit on itch.io There’s only a handful of submissions and contributors to the Pascal … Continue reading
Posted in Indie games, Personal
Tagged game dev, indie games, pascal, personal
Comments Off on About WebAssembly games in Pascal on itch.io
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
JMBlue Catch Game
I made this with QBJS (v0.10.1) The image assets are made by @jmblue7827 on TikTok Changelog 06-10-2025: Increased maximum fish to 30
Posted in Indie games
Leave a comment