Claude-of-Duty
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.
It provides a playful, real-time visual feedback loop for Gemini interactions, distinguishing between user typing, AI thinking, AI typing, and completion with distinct animated states, and it is open source with a privacy-friendly design.
Gemielle là một Chrome Extension giúp hiển thị một "trợ lý AI" sinh động ở góc màn hình khi bạn sử dụng Google Gemini Web (gemini.google.com). Trợ lý sẽ tự động biểu cảm và chuyển đổi trạng thái theo thời gian thực tương ứng với hành vi của bạn và AI.
| Trạng thái | Biểu tượng GIF | Mô tả |
|---|---|---|
| WAITING | Trợ lý đang ở trạng thái chờ người dùng nhập prompt. | |
| USER_TYPING | Bạn đang gõ văn bản vào ô nhập liệu của Gemini. | |
| AI_THINKING | AI đang suy nghĩ, xử lý yêu cầu hoặc tìm kiếm thông tin trên Web. | |
| AI_TYPING | AI đang bắt đầu sinh và xuất văn bản trả lời. | |
| AI_COMPLETE | AI đã hoàn thành xong câu trả lời. |
.zip vừa tải về, bạn sẽ nhận được thư mục chứa extension (ví dụ: Gemielle).(Lưu ý: Lưu thư mục vào đúng vị trí dữ liệu tiện ích của Chrome để tránh vô tình xóa tệp khiến Extension ngưng hoạt động)
Dành cho Windows:
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions
Gemielle vào đây.Dành cho macOS:
~/Library/Application Support/Google/Chrome/Default/Extensions
GemielleSimilar projects matched by category, topics, and programming language.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.
A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.