Game Development Community

A Web Based Torque Color Picker

by David Helmer · in Torque 2D Beginner · 06/21/2013 (10:43 am) · 5 replies

EDIT:

I've registered and hosted this tool at torquecolorpicker.com

===============

Hey,

So I've been playing around with something since I've gone all Mac lately and no longer had access to this tool.

The goal was just to replicate the most basic color selection process while leveraging node.js, angular.js, and other code from around the internet.

I've recently got my 'first' release of it up on heroku:
http://afternoon-spire-5954.herokuapp.com/#/pick

The question is, what should the domain be? I'd like it to be www.torquecolorpicker.com as a nod to torque but I wanted to solicit some feedback from the community.

Features I'm planning on adding:
1. import a torquescript file that defines colors and allow the ability to select/change colors and export the file
2. ability to upload an image and see how it looks blended with said color
3. other ideas?

So what do you think?

#1
06/21/2013 (11:05 am)
What is the difference between the Torque box and the RGBA box? Seems like it outputs the same.
#2
06/21/2013 (12:07 pm)
Hey! Good point! it's been updated to actually output RGB.
#3
06/27/2013 (2:30 am)
Cool well I guess I'll just register torquecolorpicker.com this weekend. If anyone has an issue I'll turn it over immediately.
#4
07/22/2013 (7:21 am)
ok, site registered, enjoy!
#5
07/30/2013 (10:06 am)
Thanks for this. Very nicely done!