Tag Archives: tutorials

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 , , , | Comments Off on Minimal Posit-92 Example

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

Posted in Indie games, Posit-92 | Tagged , , | Leave a comment