NALib icon indicating copy to clipboard operation
NALib copied to clipboard

General purpose C sourcecode collection

Results 40 NALib issues
Sort by recently updated
recently updated
newest added

Add functionality to NAStack Add possibility to explicitely store pointers. Add possibility to define if pool initially is filled or empty

new feature

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...

improvement

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....

improvement

Resizing the window the space is contained in helps to synchronize the vsync or something. Not quite sure why.

improvement

Loading files results in source apparently has no cache, althoug it loads well.

bug

Add NIST CODATA 2022 values as soon as they are public. See https://physics.nist.gov/cuu/Constants/index.html

new feature

In the application Color Machine, the UI is set up using layout helper functions. Add those to NALib.

new feature

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...

bug