net-art-uchicago / collaborative-artware

an experimental online drawing application by Media Art and Design students at the University of Chicago.
https://net-art-uchicago.github.io/collaborative-artware/
GNU General Public License v3.0
1 stars 16 forks source link

Amalgamation of Functionalities #45

Closed h-qu closed 3 years ago

h-qu commented 3 years ago

Stickied tools on top right (with large canvas that requires scrolling, tools are always visible):

Probably going to make an toolbar element in index.html to append tools as children from main.js rather than updating tool positions every frame.

nbriz commented 3 years ago

@HaileyQu @navila-luna one more tiny note, it might not be a bad idea to add a global variable like: const de = document.documentElement so that elsewhere in ur code u can just do de.scrollLeft && de.scrollTop && make some of those other lines a little shorter