Rahul
Barman
Designer, 3D artist & video editor crafting premium visual stories for ambitious brands.

Trusted by Brands & Creators Worldwide




















Selected Work
Best Projects.
2D Animation
ghaugga
xxjbkzxkbj
2D Animation
Character design in Zbrush
Character Design Exam Project- 72 Hour Challenge This character was created as part of a timed character design examination, where the complete pipeline had to be executed within 72 hours, from concept development to final render. The challenge was to manage both creativity and technical execution under a strict deadline. For this project, I handled every stage of production myself: Sculpting: Created the high-resolution character sculpt in ZBrush, focusing on anatomy, forms, and costume details. Clothing: Designed and simulated garments in Marvelous Designer for realistic folds and fabric behavior. Game/Production Workflow: Built optimized low poly meshes, prepared high poly to low poly baking, and generated texture-ready assets. Rendering & Presentation: Final look development, lighting, and rendering completed in Maya. This project pushed my speed, problem-solving, and full character pipeline skills under pressure. Completing an end-to-end character within 72 hours was a valuable experience in balancing quality with time efficiency. Software Used: ZBrush | Marvelous Designer | Maya | Texturing Workflow #CharacterDesign #ZBrush #MarvelousDesigner #Maya #3DCharacter #GameArt #RealtimeArt #DigitalSculpting #ArtStation

3D Modeling & Animation
erfergessg
sregwrefrwe-- - 1. Projects table CREATE TABLE IF NOT EXISTS projects ( id UUID DEFAULT gen_random_uuid() PRIMARY KEY, title TEXT NOT NULL, slug TEXT NOT NULL UNIQUE, description TEXT, category TEXT NOT NULL CHECK (category IN ('3D Modeling', 'Graphic Design', 'Video Editing')), video_url TEXT, thumbnail_url TEXT, is_best_work BOOLEAN DEFAULT FALSE, bento_class TEXT DEFAULT 'col-span-1 row-span-1', -- ArtStation fields artstation_url TEXT, client_name TEXT, software_used TEXT[] DEFAULT '{}', tags TEXT[] DEFAULT '{}', project_date TEXT, gallery_images TEXT[] DEFAULT '{}', medium TEXT, -- created_at TIMESTAMPTZ DEFAULT NOW(), updated_at TIMESTAMPTZ DEFAULT NOW() ); -- 2. Hero content table (single row — the homepage hero) CREATE TABLE IF NOT EXISTS hero_content ( id INT PRIMARY KEY DEFAULT 1 CHECK (id = 1), headline TEXT NOT NULL DEFAULT 'Rahul', headline_line2 TEXT NOT NULL DEFAULT 'Barman', subtext TEXT NOT NULL DEFAULT 'Designer, 3D artist & video editor crafting premium visual stories for ambitious brands.', badge_text TEXT NOT NULL DEFAULT 'Available for new projects · 2025', updated_at TIMESTAMPTZ DEFAULT NOW() ); -- Insert default hero row INSERT INTO hero_content (id, headline, headline_line2, subtext, badge_text) VALUES (1, 'Rahul', 'Barman', 'Designer, 3D artist & video editor crafting premium visual stories for ambitious brands.', 'Available for new projects · 2025') ON CONFLICT (id) DO NOTHING; -- 3. Enable RLS ALTER TABLE projects ENABLE ROW LEVEL SECURITY; ALTER TABLE hero_content ENABLE ROW LEVEL SECURITY; -- 4. Public read access CREATE POLICY "Public can read projects" ON projects FOR SELECT USING (true); CREATE POLICY "Public can read hero_content" ON hero_content FOR SELECT USING (true); -- 5. Authenticated users can manage projects CREATE POLICY "Auth users can insert projects" ON projects FOR INSERT WITH CHECK (auth.role() = 'authenticated'); CREATE POLICY "Auth users can update projects" ON projects FOR UPDATE USING (auth.role() = 'authenticated'); CREATE POLICY "Auth users can delete projects" ON projects FOR DELETE USING (auth.role() = 'authenticated'); -- 6. Authenticated users can update hero_content CREATE POLICY "Auth users can update hero" ON hero_content FOR UPDATE USING (auth.role() = 'authenticated'); -- 7. Indexes CREATE INDEX IF NOT EXISTS idx_projects_category ON projects (category); CREATE INDEX IF NOT EXISTS idx_projects_best_work ON projects (is_best_work) WHERE is_best_work = true; -- 8. Storage bucket for project media uploads INSERT INTO storage.buckets (id, name, public) VALUES ('project-media', 'project-media', true) ON CONFLICT (id) DO NOTHING; -- 9. Storage policies CREATE POLICY "Public can view project media" ON storage.objects FOR SELECT USING (bucket_id = 'project-media'); CREATE POLICY "Auth users can upload project media" ON storage.objects FOR INSERT WITH CHECK (bucket_id = 'project-media' AND auth.role() = 'authenticated'); CREATE POLICY "Auth users can update project media" ON storage.objects FOR UPDATE USING (bucket_id = 'project-media' AND auth.role() = 'authenticated'); CREATE POLICY "Auth users can delete project media" ON storage.objects FOR DELETE USING (bucket_id = 'project-media' AND auth.role() = 'authenticated');
Disciplines
Explore Expertise.
About
I'm Rahul
I specialize in 2D/3D Animation, 3D modeling, 3D Texturing, Graphic Design, and Video Editing, transforming ideas into polished visual experiences.
Kind Words
What clients say about
working with me.
“Very artistic creatives. All the artwork reflected the Brand very well.”
Avinash Barooah
Founder of suklai
“Rahul did an amazing job editing the video for our brand song. The final output was exactly what we had imagined, full of energy, emotion, and creativity. We’re really happy with the result, and it captured the vibe perfectly. Looking forward to working with him again!”
Bonjeet Khamon
Founder and CEO of TRB
“Collaborating with Rahul incredible! Their animations greatly increased our engagement, and we were able to reach over 350 million views and gain 250,000 new followers”
Umar Farooque
Content Creator
Resume
5 Years
Of Serving
Multidisciplinary creative working across brand identity, motion, editorial design and 3D. Always learning, always shipping.2
Download CV (PDF)2021-Present
Freelancer
2D Animation - Graphic Design - Video Editing - 3D Animation - UI/UX - Digital Marketing
2025
MARLN CORP
Graphic Designing-Social Media Management
2024-2025
G1kart.com
Graphic Designing-Video Editing-Social Media Management
2025-2026
3D Animation & VFX
Aptech Learning (Under National Film Development Corporation of India)
2023-2026
Bachelor of Science in Computer Science
Dimoria Collage
2021-2023
Higher Secondary In Science Stream
Dr. Bhabendra Nath Senior Secondary School
Tools of the trade
Contact
Have a project in mind?
Let's make it.
Currently taking on new work for 2025. Send a brief and I'll reply within 24 hours.
Email me directly
Cartyhumour@gmail.com