C2Ideas-3D / README.md
Sunnary's picture
Update README.md
154c934 verified
|
Raw
History Blame Contribute Delete
2.11 kB
---
license: cc-by-nc-4.0
tags:
- hci
- chi2024
- webgl
- interior-design
pretty_name: C2Ideas WebGL Assets
---
# 🎨 C2Ideas: Built WebGL Assets
This repository hosts the **compiled WebGL build files** required to run the **C2Ideas** system. These large binary files are hosted here due to GitHub's file size limits.
**πŸ“„ Paper:** [C2Ideas: Supporting Creative Interior Color Design Ideation with a Large Language Model (CHI 2024)](https://dl.acm.org/doi/10.1145/3613904.3642224)
**πŸ’» Code:** [GitHub Repository](https://github.com/Sunnary2604/C2Ideas-code)
## πŸ“‚ Content
The file `C2Ideas-3D Assets.zip` contains the built WebGL resources (Unity build output) necessary for the frontend interface.
## πŸš€ How to Use
To run the project locally, you need to combine these files with the source code from GitHub:
1. **Clone the Code:**
Clone the main repository from [GitHub](https://github.com/Sunnary2604/C2Ideas-code).
2. **Download & Install Assets:**
* Download `C2Ideas-3D Assets.zip` from this repository.
* Unzip the contents directly into the frontend's public directory:
`frontend/c2ideas/public/`
*Ensure the unzipped files (e.g., `New/`, `ChangeRoomColorWeb/`) are located at the root of the `public` folder.*
3. **Run:**
Proceed with the standard setup instructions in the GitHub README.
## πŸ“š Citation
```bibtex
@inproceedings{hou2024c2ideas,
author = {Hou, Yihan and Yang, Manling and Cui, Hao and Wang, Lei and Xu, Jie and Zeng, Wei},
title = {C2Ideas: Supporting Creative Interior Color Design Ideation with a Large Language Model},
year = {2024},
isbn = {9798400703300},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {[https://doi.org/10.1145/3613904.3642224](https://doi.org/10.1145/3613904.3642224)},
doi = {10.1145/3613904.3642224},
booktitle = {Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems},
articleno = {172},
numpages = {18},
keywords = {color deisgn, large language model},
location = {Honolulu, HI, USA},
series = {CHI '24}
}