Hi all!
I'm developing
Plot2UEFI application.
This little UEFI application show a simplified Growing Steer Simulation, like an excuse. But you can see that if you want in
Research Gate .
In this development the components used are:
PixelUEFI An adaptation of Pixelmap.inc, just a little part and added some extensions.
CharsUEFI Extend PixelUEFI to draw a font, because without an OS you have not graphical fonts. Perhaps you can retrieve the text font, but I don't know.
GraphicUEFI An XYplot that show lines (only one is used, then others were erased form source code).
IntegAsm32 Core and Test modulus This can make numerical integration for simulations using several methods: Timestep, Runge-Kutta, Fehlberg and Kash-Carp.
Obviously, to build the application you need ObjAsm with UEFI support, SmplMath and MReal macros.
The binary file now work in VirtualBox and hardware

update b: (99.83 kB - downloaded 6 times.)
update c: - corrected FillBKground, not very relevant
- added a better 3D line, " , (anyway don't look so good because points density)
- code more clean