diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/research/math.md | 1 | ||||
-rw-r--r-- | documentation/research/text_editor & ide.md | 1 | ||||
-rw-r--r-- | documentation/research/web_framework.md | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/documentation/research/math.md b/documentation/research/math.md index 0299293b3..6e72785c7 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -48,6 +48,7 @@ # Quaternions +1. [Dual Quaternions for Mere Mortals](https://www.jeremyong.com/math/2019/08/05/dual-quaternions-for-mere-mortals/) 1. [Stepping into a New Dimension: Using Quaternions to See the Invisible](https://medium.com/@vieyrasoftware/stepping-into-a-new-dimension-using-quaternions-to-see-the-invisible-478087c9ebbf) 1. [How Quaternions Produce 3D Rotation](https://penguinmaths.blogspot.com/2019/06/how-quaternions-produce-3d-rotation.html) 1. [APPLICATION OF DUAL QUATERNIONS ON SELECTED PROBLEMS](https://otik.uk.zcu.cz/bitstream/11025/28563/1/phd_Application%20of%20dual%20quaternions%20on%20selected%20problems.pdf) diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md index 4fc5ad04a..473310b97 100644 --- a/documentation/research/text_editor & ide.md +++ b/documentation/research/text_editor & ide.md @@ -188,6 +188,7 @@ ## Structured editing +1. [豆腐 (Tofu): meaningful code editing](https://gregoor.github.io/tofu/) 1. [Tiled Text](http://www.tiledtext.com/projects/tiledtext) 1. [Deuce: A Lightweight User Interface for Structured Editing](https://arxiv.org/abs/1707.00015) 1. ["Structured Editing for Elm* in Elm" by Ravi Chugh](https://www.youtube.com/watch?v=-TFL6E1uSHE) diff --git a/documentation/research/web_framework.md b/documentation/research/web_framework.md index c0fc7c9b5..3c7d0220d 100644 --- a/documentation/research/web_framework.md +++ b/documentation/research/web_framework.md @@ -1,3 +1,7 @@ +# Input + +1. [High-performance input handling on the web](https://nolanlawson.com/2019/08/11/high-performance-input-handling-on-the-web/) + # Reference 1. https://github.com/daybrush/scenejs @@ -101,6 +105,7 @@ # Styling +1. [The importance of the CSS user-select property](https://www.malgol.com/the-importance-of-the-css-user-select-property/) 1. [Index fun](https://psuter.net/2019/07/07/z-index) 1. [Constraint layouts](https://blog.gtk.org/2019/07/02/constraint-layouts/) 1. https://every-layout.dev/ |