Commit Graph
8 Commits
Author SHA1 Message Date
m-aXimilian 566dd112ff Rename UpdateResouce to ModifyResource (#4)
For some reason it seems as if UpdateResource is already defined in
some (other) dependency of Pixelarium.
Instead of throwing around platform specific macros to fix the Windows
build for correct mangling, I decided to simply rename the function.

Fixes #3
2025-07-28 08:46:16 +00:00
m-aXimilian f9b55796ce Create LICENSE 2025-06-24 21:20:28 +00:00
m-aXimilianandm-aXimilian a8489292b6 Resources (#1)
* start some resource fiddling

* start some resource fiddling

* initiate a real resource manager

* fix color flicker in rendering

* delete unintended constructors

and add a convenience function to reset the render-image (from the
original image, aka. clone again)

* [OpenGL deprecation warning]

The compiler said that these functions are "deprecated". They seem to
be useless anyway...

* various improvements

* add resource enumerator and documentation

* fix constness stuff

* use existing iterator for insertion

* init unit tests

* rm bogus file

---------

Co-authored-by: m-aXimilian <keuffnermax@gmail.com>
2025-06-13 22:23:20 +00:00
m-aXimilian 0d62ce3e0d Update cmake.yml 2025-03-12 19:18:17 +01:00
m-aXimilian 2ccdc9dafe Update cmake.yml 2025-03-12 19:09:40 +01:00
m-aXimilian 9d0c9851ef Update cmake.yml 2025-03-12 19:07:08 +01:00
m-aXimilian 991427693b Update cmake.yml 2025-03-12 19:04:50 +01:00
m-aXimilian 42407ceb88 Create cmake.yml 2025-03-12 18:58:57 +01:00