2d Character Artist Projects
Looking for freelance 2d Character Artist jobs and project work? PeoplePerHour has you covered.
2D Animator needed
Im looking for a 2D Animator to make comic book inspired TikTok Videos. I would like the animations to resemble that of the Pepe Animations, please have a search prior to contacting me. I am looking to build a long lasting and repetitive relationship. i have added an video for inspiration on what it would need to look like. please provide videos you may have done previously similar to this.
10 days ago15 proposalsRemoteWall paper Design Artistic
We want to make a wall paper of our Architecture office with using our logos and looking for a minimal artistic design. The dimensions is 4 m X 2.80 m
9 days ago35 proposalsRemoteI need you to crack for me a rar file
I need you to crack for me a RAR file that I forgot the password for The password is 14 characters and it has a combination of letters, digits and special characters and I will require the task to be complete within 1 day
5 hours ago8 proposalsRemoteA 2D Shooter game
Project: "Space Invader Clone" – A Simple 2D Shooter Game in Python Overview: The project is a basic 2D space shooter game inspired by the classic Space Invaders. Using Python and the Pygame library, the game will allow players to control a spaceship at the bottom of the screen, shooting at alien invaders falling from the top. The goal is to eliminate all the aliens while avoiding their projectiles. The game will feature simple mechanics, including shooting, moving left and right, and dodging enemy attacks. Key Features: Player Movement: The player controls a spaceship at the bottom of the screen that can move left and right using the keyboard (e.g., arrow keys or 'A' and 'D'). Shooting Mechanism: The player can shoot bullets upwards to destroy enemies by pressing a key (e.g., spacebar). The bullets travel vertically until they hit an alien or move off the screen. Enemy Movement: Aliens move horizontally across the screen. When they reach the edge, they drop down and reverse direction, gradually getting closer to the player's spaceship. Collisions: The game detects collisions between player bullets and aliens as well as between alien bullets and the player's spaceship. Game Over and Scoring: The game ends when the player’s spaceship is hit by an alien's projectile or if the aliens reach the bottom of the screen. The player earns points by destroying aliens, and the score is displayed at the top of the screen. Levels of Difficulty: # Initialize Pygame pygame.init() # Game window setup screen_width = 800 screen_height = 600 screen = pygame.display.set_mode((screen_width, screen_height)) pygame.display.set_caption("Space Invader Clone") # Colors WHITE = (255, 255, 255) GREEN = (0, 255, 0) RED = (255, 0, 0) # Game clock clock = pygame.time.Clock() # Game Objects class Player(pygame.sprite.Sprite): def __init__(self): super().__init__() self.image = pygame.Surface((50, 50)) self.image.fill(GREEN) self.rect = self.image.get_rect() self.rect.center = (screen_width // 2, screen_height - 50) self.speed = 5 def update(self): keys = pygame.key.get_pressed() if keys[pygame.K_LEFT]: self.rect.x -= self.speed if keys[pygame.K_RIGHT]: self.rect.x += self.speed if self.rect.left screen_width or self.rect.left < 0: self.rect.y += 20 self.rect.x *= -1 class Bullet(pygame.sprite.Sprite): def __init__(self, x, y, direction): super().__init__() self.image = pygame.Surface((5, 10)) self.image.fill(WHITE) self.rect = self.image.get_rect() self.rect.center = (x, y) self.direction = direction def update(self): if self.direction == "up": self.rect.y -= 10 elif self.direction == "down": self.rect.y += 10 if self.rect.bottom screen_height: self.kill() # Initialize game objects player = Player() all_sprites = pygame.sprite.Group() all_sprites.add(player) aliens = pygame.sprite.Group() for i in range(5): for j in range(5): alien = Alien(100 + i*60, 50 + j*50) aliens.add(alien) all_sprites.add(alien) # Main Game Loop running = True while running: clock.tick(60) # 60 FPS for event in pygame.event.get(): if event.type == pygame.QUIT: running = False # Update game objects all_sprites.update() # Check for bullet-alien collisions for bullet in all_sprites: if isinstance(bullet, Bullet): if pygame.sprite.spritecollide(bullet, aliens, True): bullet.kill() # Destroy bullet and alien score += 10 # Draw everything screen.fill((0, 0, 0)) all_sprites.draw(screen) pygame.display.flip() pygame.quit()
15 days ago11 proposalsRemoteProofread technical user guide
I’m looking for a native English speaker to proofread a technical user guide for an event management solution. The task involves ensuring the instructions are clear, the grammar is correct, and the text flows smoothly. The document contains 186,491 characters with spaces and 158,797 characters without spaces.
3 days ago37 proposalsRemoteopportunity
Children’s Book Illustration Project
We are looking for a talented illustrator or cartoonist to bring our children’s book to life! The project is centred around Molly the Money Butterfly, an engaging character who guides young readers on a financial literacy journey. What We Will Provide: • A complete, ready-to-go script for the book. • Detailed descriptions of the main character, Molly, and her traits, personality, and purpose. What We Need from You: • Character design and illustrations: Molly is the main character, but you’ll also illustrate supporting characters, backgrounds, and scenes that align with the narrative. • Full book design: Create captivating illustrations for every page according to the script, ensuring they are vibrant, appealing, and age-appropriate for young readers. • Creative input: While we provide the script, your creative touch to enhance the storytelling through visuals is welcome. • Deliverables: High-quality illustrations in a format ready for both print and digital publication
6 days ago56 proposalsRemoteI need a children's book illustrator
I need an illustrator who will bring a touch of Southeast Asia to the characters since the book is about a character in Southeast Asia. I already have a draft of what each page should illustrate, but I'm open to ideas. I also have inspired cover pictures and some other illustrations that I came up with.
11 days ago51 proposalsRemoteVector pet portrait artist
Hello there, We are looking for custom pet portrait artist with lowest cost. This is a ongoing project for right candidate, who can draw daily 10 portraits. We offer 0.8$ for single portrait. You can work in your own time. But must deliver work within 24 hours. This is a ongoing project. Apply now. (Lowest rate will win).
20 days ago6 proposalsRemoteChange a character in order to look other
I need a profissional to make a change in a character to look another one. In the some environment, everything the same. Best regards
a month ago18 proposalsRemoteManga / Manhwa Artist / Storyboard Illustrator
Do you like any of the following? - Animation - Stories - Documentary If so, then you are in good company. We are hiring a Story Writer to join our team. We create videos of animated stories to showcase interesting stories around the world. And you will illustrate the story! **IMPORTANT: We are specifically looking for illustrators / manga / manhwa artists, who love to draw story panels. This is NOT a position for graphic designers. Are you interested? If so, please apply with these 2 things: 1. What are your favorite YouTube channels? 2. Attach your portfolio (please highlight any story panels that you have done) What You’ll Do: - Take a real life event - Find the most interesting points - Create the storyboard - Draw and illustrate panels What we expect - Long-Term Partnership ♻️ We value long-term partnerships with our freelancers, as this allows us to improve together over time and become a more efficient team. We have been working with many of our freelancers for over 2 years. - Learning Curve
17 days ago28 proposalsRemoteopportunity
Full time - 2D Cartoon animation creator
We are seeking a talented Full time 2D cartoon animator to collaborate with our team and bring our scripts to life. Our goal is to create engaging, high-quality animated videos similar to those featured on the Natural Habitat Shorts YouTube channel. If you have a passion for storytelling through animation and the skills to deliver top-notch work, we’d love to hear from you! https://www.youtube.com/@NaturalHabitatShorts Responsibilities: - Create 2D cartoon animations based on scripts provided by our team. - Develop characters, scenes, and animations that match the humor, tone, and quality of the referenced style. - Collaborate with our creative team to ensure the animations align with the script and vision. - Deliver projects within agreed timelines while maintaining high-quality standards. Requirements: - Proven experience in 2D animation with a portfolio showcasing similar styles to Natural Habitat Shorts. - Proficiency in animation software such as Adobe Animate, Toon Boom, or equivalent. - Strong storytelling and character animation skills. - Ability to work independently while maintaining open communication with the team. - Excellent attention to detail and creativity. Preferred: - Experience with sound design and incorporating audio into animations. - Familiarity with YouTube content creation trends. How to Apply: Please submit your portfolio, highlighting animations similar to Natural Habitat Shorts, along with your resume and a brief cover letter here. We look forward to seeing your creative talent!
25 days ago24 proposalsRemoteShort film development
I have a description of a short film idea and I need help developing the idea a bit and about the creative aspect. I don’t need it written yet but just help with the character development. This is for a class at my acting school, and the deadline is quite tight so need it in the next few days. I will send the details about the project once I’ve accepted someone! Thank you!
3 days ago13 proposalsRemoteI need help with a leonardo ai cartoon generator
Hi, its more help im looking for which i am willing to pay for. Im a complete beginner using leonardo ai. I have the style of cartoon characters i want but cant replicate them when i ask for a different animal. I have the perfect tiger but cant get an elephant or giraffe in the same style. Can you help?
7 days ago13 proposalsRemoteJapanese VO artist (male and female), plus subtitle syncing
Stage 1: We are looking for 2 Voice Over artists, 1 male, 1 female to record VO in Japanese for 25 short (1-3 mins) animations, and 2 case studies on security topics, a total of ~20mins each. The animations need to be in a professional tone, the case studies in a more conversational, warm tone. Deliverables: separate mp3 files for each line of script, for each animation and case study. Stage 2: Ideally, the Japanese speaking VO artists would use Premiere Pro to sync the voice to the animations and replace the English on screen text for the Japanese translation. For 12 animations, we require transcription, syncing and export of the srt files for subtitles. Deliverables: separate mp4 files for each animation, exported from Premiere Pro. 12 x srt & vtt files of synced subtitles. We will require a test to be done, for which we will provide a pack that outlines the task and includes the necessary assets.
18 days ago5 proposalsRemotePhotoshop editing
SAMPLE IS REQUIRED!!! I require an expert Photoshop artist to creatively modify facial features and eyelashes in photographs. The goal is to skillfully transform the images making the subjects appear as though they are different people. A test edit is necessary to assess the candidate's technical proficiency and artistic ability prior to accepting the job. Specifically, the photographer needs to be able to seamlessly replace faces to fictionalize the identities in the pictures. Additionally, the eyelash styles must be naturally altered to vary the visual aesthetics. Only a highly proficient digital retoucher with proven experience manipulating human portraits will be considered for this work. Artistry, precision and discretion are of utmost importance as the edits aim to convincingly transform the appearance of the subjects.Candidates must demonstrate their photo editing talents through a sample project reflecting the specified changes before this job can be assigned. The successful retoucher will receive additional similar image editing tasks altering features and eyelashes provided appropriate waivers are agreed upon.
4 days ago35 proposalsRemoteDatabase of toy story
Administration We have prepared Changewyx collectible cards related to the American animated film of the same name. The cards will describe characters from the film. The cards will have a collectible value, because when signed by a famous person, the card will increase its value. The aim is to make the cards available in the commercial network - toy shops worldwide. We are looking for administrative staff that will prepare databases of toy retailers in different countries. Format the database name, store website, email
5 days ago14 proposalsRemoteVideo Creation for YouTube Adverts for PolicyCover.co.uk
I am looking for someone to create professional videos for using on YouTube and Facebook as adverts. I have 3 scripts that will act as a guideline. The videos will be narrated by a professional voice over artist. Each video is around 45 seconds to 1 minute in length. I am just looking for rough ideas of cost for the moment. I have attached the script ideas which details what we are hoping for from each video
9 days ago17 proposalsRemote3D Scan to Model with texture and UV Mapping
I Need a 3d Artist who Can use our 3D Scan Data and do Reverse Engineering. The result should be a well remodelled 3D Scan including texture and UV Mapping
18 days ago20 proposalsRemoteopportunity
Artistic, passionate, knowledgable, experienced cont creator.
I am looking for a creative, artistic soul who is not shy putting time and effort into my Instagram to make it pop and stand out above the rest. The ideal candidate will need to have extensive knowledge of social media marketing and a creative background in building eye-catching content. Ideally, they will need knowledge and understanding of wellness, health, nutrition, IV nutritional therapy and IM injections, skin boosters and wellness aesthetics. I am putting my main focus on IV fusion drips and the benefits about them. I will need help advertising them and the vitamins used benefits to the mind and body. I will relay more of my needs and plans to the right candidate. If you have a creative flair and a huge passion in health and wellness and creating artistic and eye catching content this maybe right for you.
a month ago20 proposalsRemoteopportunity
Converting 2D drawings into 3D CAD files for 3D printing.
I am looking for a designer who can make 3D print files .STL files or similar from 2D drawings I can supply. I have a lot of work so need someone who can turn around the work quickly and efficiently. The models are all engineering related and engineering principles should be considered in each case. A detailed request will be provided with each model.
22 days ago61 proposalsRemote