summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Cast relative position accordingly in geometric planeDan Goodliffe2024-02-12
* Add stripiterDan Goodliffe2024-02-12
* Allow specifying a target other than array bufferDan Goodliffe2024-02-02
* Map buffers RO if const operations, upgrade to RW as requiredDan Goodliffe2024-02-02
* Don't keep a span, create as neededDan Goodliffe2024-02-02
* Fix warnings in test-glContainerDan Goodliffe2024-02-02
* Add traits vertex attrib func override for arraysDan Goodliffe2024-01-27
* Support constructing a glContainer from a collection of the same typeDan Goodliffe2024-01-27
* Remove the generic cache completelyDan Goodliffe2024-01-26
* Add traits helpers for glTexParameter functionsDan Goodliffe2024-01-25
* Replace static_asserts with conceptsDan Goodliffe2024-01-25
* Add missing support for glUniform simple span of numbersDan Goodliffe2024-01-22
* String view/constexpr Shader instancesDan Goodliffe2024-01-21
* Add traits wrapper for setting uniformsDan Goodliffe2024-01-14
* We only need 3x3 matrix for model rotation specDan Goodliffe2024-01-13
* Add glContainer::at override to update a single itemDan Goodliffe2024-01-13
* Use std::span for iterator/data pointer in glContainerDan Goodliffe2024-01-13
* Default destructor for trivial types of glContainerDan Goodliffe2024-01-13
* Adding missing copy/move operations to glContainerDan Goodliffe2024-01-13
* Integer support in persistenceDan Goodliffe2024-01-09
* Simplify find_arcs_radiusDan Goodliffe2024-01-07
* Global positions in network dataDan Goodliffe2024-01-07
* Template Ray on position typeDan Goodliffe2024-01-07
* Unified crossProductDan Goodliffe2024-01-07
* Helper to create a cubiod from dimensionsDan Goodliffe2024-01-06
* Template GeometicPlane on Position typeDan Goodliffe2024-01-05
* Inline functions of GeometricPlaneDan Goodliffe2024-01-05
* Remove more use of legacy typesDan Goodliffe2024-01-01
* Templatise functions in maths.h using PositionNDDan Goodliffe2023-12-29
* Remove misleading power operator^ on vec2/3Dan Goodliffe2023-12-29
* Remove weird operator! on vec2/3Dan Goodliffe2023-12-29
* Add crossInt - cross product for integer vectorsDan Goodliffe2023-12-02
* Model positions as integersDan Goodliffe2023-11-25
* Remove getTransformDan Goodliffe2023-11-25
* Add Location method for getting the rotation only transformDan Goodliffe2023-11-11
* WIP typedefing all the things - sourcesDan Goodliffe2023-11-09
* WIP typedefing all the things - headersDan Goodliffe2023-11-07
* Reformat with new clang-formatDan Goodliffe2023-11-07
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
* Refactor InstanceVertices in terms of glContainerDan Goodliffe2023-05-01
* Don't explictly call destructor of contained elementDan Goodliffe2023-05-01
* Add the pack containerDan Goodliffe2023-05-01
* Add method to get GL buffer name of glContainerDan Goodliffe2023-05-01
* glContainer should at least double in capacity as requiredDan Goodliffe2023-05-01
* Extend glContainer with most of the interface expected of an STL containerDan Goodliffe2023-05-01
* Initial commit of glContainerDan Goodliffe2023-04-30
* Rename strings.h to something that won't conflict with a system headerDan Goodliffe2023-04-30
* Reformat with new clang-format 16Dan Goodliffe2023-04-29
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
* Add getTransform to Location; wraps the standard mat4 calculationsDan Goodliffe2023-04-23