NALib
NALib copied to clipboard
General purpose C sourcecode collection
Add functionality to NAStack Add possibility to explicitely store pointers. Add possibility to define if pool initially is filled or empty
Done because the current PNG implementation is a little slow. And of course on windows, anything else than PNG is not yet supported. Fix would be to improve the PNG...
Deallocation using naRelease has this built in because of the NARefCount which is checked upon calling naRelease or naRetain. But naDelete does not have the storage capacity to do that....
Resizing the window the space is contained in helps to synchronize the vsync or something. Not quite sure why.
Loading files results in source apparently has no cache, althoug it loads well.
Add NIST CODATA 2022 values as soon as they are public. See https://physics.nist.gov/cuu/Constants/index.html
In the application Color Machine, the UI is set up using layout helper functions. Add those to NALib.
When a window is set to use a different mode than the system settings, it outputs a warning and chooses the one of the system. Either find a way to...