@@ -11,6 +11,7 @@ backgrounded # moving the app to the background
1111backgrounding # moving the app to the background
1212backpressure # strategy to deal with excess flow of data
1313backquote # another word for backtick
14+ BGRA # blue green red alpha
1415bimedian # line segment joining the midpoints of opposite sides of a shape
1516bitfield # data structure consisting of adjacent bits
1617broadphase # common division of collision detection between broad and narrow phases
@@ -25,10 +26,10 @@ highp # high float precission setting on glsl fragment shaders
2526hitbox # the collision box around objects for the purposes of collision detection
2627hitboxes # plural of hitbox
2728IDAT # PNG data chunk
28- IHDR # PNG header chunk
2929IEND # PNG end chunk
30- ints # short for integers
30+ IHDR # PNG header chunk
3131impellerc # Flutter's impeller compiler
32+ ints # short for integers
3233jank # stutter or inconsistent gap or timing
3334lerp # short for linear interpolation
3435LTRB # left top right bottom
@@ -53,24 +54,23 @@ raycasts # plural of raycast
5354raytrace # act of raytracing
5455raytracing # rendering techniques that calculates light rays as straight lines
5556rects # plural of rect
56- respawned # past tense of respawn
5757respawn # when the player character dies and is brought back after some time and penalties
58+ respawned # past tense of respawn
5859retarget # to direct (something) toward a different target
5960RGBA # red green blue alpha
6061RGBO # red green blue opacity
61- BGRA # blue green red alpha
6262rrect # rounded rect
6363scos # cosine of a rotation multiplied by the scale factor
6464shaderbundle # a file extension used to bundle shaders for GLSL
6565slerp # short for spherical linear interpolation, a method to interpolate quaternions
6666spritesheet # a single image packing multiple sprites, normally in a grid
6767ssin # sine of a rotation multiplied by the scale factor
68+ struct # a type of data model in programming that aggregates fields
6869stylesheet # name of a CSS style file
6970subfolders # plural of subfolders
7071sublist # any sub-set of elements of a given list
7172sublists # plural of sublist
7273subrange # a range entirely contained on a given range
73- struct # a type of data model in programming that aggregates fields
7474SVGs # plural of SVG
7575texel # equivalent of pixel for a texture image, a normalized coordinate system for ease of mapping
7676texels # plural of texel
0 commit comments