Tumgik
#lookingforwork
lizrrdbreath · 3 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media
Hey Folks! I'm currently looking for paid work on short comic projects. If you or someone you know is a writer, publisher, editor, or anyone else looking for an artist to draw their comic please get in touch either by DM'ing me here or sending an email along to aeamalette [at] gmail [dot] com
306 notes · View notes
leafletlab · 4 months
Text
Tumblr media
Currently looking for animation design work! Feel free to reach out with any full time or freelance opportunities.
363 notes · View notes
raul-volp2 · 8 months
Text
Looking for projects/games to work as pixel artist.
Hello friends, Im here saying that I have a slot open to work on a new project/game, I am a generalist pixel artist, working from everything, from characters, tiles sets, backgrounds, icons, portratis, animations, but with a focus on characters.
While I am looking for any cool project you might have and have interesting in having me working on it, I have a soft spot for isometric art and would love to work on a game with this style.
If you have interest in work with me send me a message, we talk about the projects, rates, and all that cool (and not so cool) stuff.
If you're not interested in working with me or don't have a project that need me but still likes my art, consider reblog this, it means the world to me.
Tumblr media
59 notes · View notes
brizlart · 11 months
Text
Boarded this 18-sec music intro for fun. From LiaLia's song, "Transit." Made in Blender.
12 notes · View notes
babcakes4n · 2 months
Text
Hello There! I'm officially on the hunt for new artistic job opportunities, especially in the animation, gaming, or illustration fields. If you'd like, check out my portfolio here! It has examples of my professional work as well as personal pieces and sketches. Please drop me a line if you know of anything I might be a good fit for!
Tumblr media
2 notes · View notes
lilbitties · 8 months
Text
Tumblr media
Decided I really needed to put the T-Rex into the new banner.
2 notes · View notes
masterstaff · 2 years
Photo
Tumblr media
Friendly Reminder: My services are available as a: - Writer - Proofreader - Audio Editor - Video Editor - English Subtitler - Localizer DM me for details and price negotiation. #openforcommissions #lookingforwork #writersofinstagram #editing #editingaudios #videoediting #localizing (at Little Elm, Texas) https://www.instagram.com/p/CiszNylpp2u/?igshid=NGJjMDIxMWI=
2 notes · View notes
pinalte · 4 months
Text
🇺🇲:Hi guys, I'm here to say my commission are open
Pls like and share so more people can see
🇧🇷: Oiê pessoal, vim aqui anunciar que estou de commissions abertas
Por favor curtam e compartilhem para mais pessoas verem
Tumblr media
1 note · View note
adamhousevgd · 4 months
Text
Giant Spinner of Death: Obstacle course
youtube
Finishing off the year 2023, I decided to try something a little bit new and simple to see how far I come, I made a simple little obstacle course to see if I was missing anything that I already should have learned and improved with making mechanics before making more complex mechanics and design in games.
For the first time, I decided to simply use Cinemachine to test out the smooth virtual camera to follow the player.
The goal of this game is to reach the goal while avoiding obstacles as much as you can before time runs out. Don’t collide too many obstacles, or you lose!
I did the best I could to not overload the player with so many obstacles at a time, otherwise, it would be overwhelming and difficult for them to dodge the obstacles.
I needed to make sure the was enough room for the player to move around and dodge obstacles, especially the dropped obstacles which I intentionally put close to walls so the player can navigate around them a little easier after being dropped. The giant spinner of death I wanted to be the main threat to the player so the player is forced to keep their eyes on it at all times otherwise it will collide with the player and knock them towards another wall or obstacle.
I put a timer in the game to challenge the player to get to the end goal in time before it runs out. It would be a little too easy and not as challenging for the player if there was no timer since they could just wait a long time before all obstacles are dropped and go slow and steady around obstacles.
WHAT I IMPROVED:
Combining 2 strings and an int making into one sentence with a number countdown which is “you have” + “seconds” + “secs left”.
Got into the habit of making code much cleaner to read by separating some code into functions to avoid writing the same code again, So instead It calls certain functions at appropriate times  ( e.g if the player loses by colliding too many objects or time ran out, it calls the function “displayLoseText” to display lose text.
WHAT I LEARNED:
How to set up the virtual camera from the cinemachine package.
How effective it is to make the cinemachine virtual camera smoothly follow the player.
How to turn on and off gravity on game objects by code.
It’s a good idea to start variables with lowercase letters.
Get axis movement is a method.
Delta time makes updating independent by making the time of frames consistent with the user’s computer. It uses the getaxis value multiplys by delta time movement value speed consistent with the user’s computer as it creates a single value.
The spinners that move without using delta time when timescale is 0 will still move. Possibly due to the fact it's not accessing time as it moves on its own.
Using Enumerators to drop obstacles in certain periods of seconds instead of using Time works best if the game level needs to be played again if players lose or win, otherwise the obstacles will not reset is drop counter and drop too quickly because Time has not been reset to zero when replaying the level.
Can change game objects tag names in code.
Tag is actually a property.
OnCollisionEnter is a callback.
Collision is a variable while "other" is a parameter. “other” stores information about what the gameobject might hit and what it might do with that information. I’ve known OnCollisionEnter for a while, but it's good to know more details about it.
Rotate (transform.Rotate) is a method. Methods are in capital letters.
The difference between defining and calling a method.
WHAT WENT WRONG? WHAT I COULD HAVE DONE BETTER?:
I couldn’t get the walls to always stop the player in its tracks, it is a difficult problem to solve. It could be because the player is moving so fast that it can pass through thin walls. I could have made thicker walls.
The player can also pass through walls by holding a move key as soon as the play button on the unity editor is pressed. The player can pass through corners for some reason, I tried to cover the corners as best as I could, but there was no luck succeeding. Thick walls wouldn’t be right for an obstacle course since most of the walls needed to be avoided by the player. So, the easiest solution I did was to add a timer that would pause the game and offer the player to try again if time is up.
When the player moves towards the wall, it shakes rapidly. I tried to see if I could give it a physics material to reduce the wall shaking, but for some reason, it had no effect, so sadly I had to let it go. I will need to find out more about creating physics materials to make it work as intended depending on the game mechanics and player collision.
OVERALL:
Even though I knew most of these data types beforehand, I learned some new details about them which is important for me to understand and how they work so I can work with them (or around them).
I need to get an understanding of some knowledge I may not have known 100% before (e.g. How player cube is not so bouncy on walls) and may need to research more to prevent or reduce the unwanted executions from code.
I could have tested it with a player, but I thought it wasn’t too important for now. The intention was to be more of a programming exercise to see what I know and what I don’t know, not a playable commercial game that the public can play.
1 note · View note
flannelfruit · 7 months
Text
Tumblr media
Tumblr media Tumblr media Tumblr media Tumblr media
hi everyone! i'm kailyn, i'm an illustrator/surface product designer/printmaker currently looking for work! unfortunately i was recently laid off from my full-time product design job so i am currently looking for a new position and i am open to freelance work. reblogs and any networking connections would be greatly appreciated!! <3
didn't realize until late last night that it was #portfolioday so posting now!
0 notes
lesdupont · 7 months
Text
Chase (Copper Mix) is on the LOOKING TRHOUGH LP LYS 053 #11 in the iTunes Top 200 Releases France Dance Chart on 01/12/2017 #1 in the iTunes Top 200 Releases Finland Dance Chart on 14/01/2018 #16 in the iTunes Top 200 Releases Finland All Genre Chart on 14/01/2018
0 notes
leafletlab · 8 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Some more renders/detail shots from my last blender piece :)
34 notes · View notes
raul-volp2 · 8 months
Text
Looking for a project/game to work
Hello friends, Im here saying that I have a slot open to work on a new project/game, I am a generalist pixel artist, working from everything, from characters, tiles sets, backgrounds, icons, portratis, animations, but with a focus on characters.
While I am looking for any cool project you might have and have interesting in having me working on it, I have a soft spot for isometric art and would love to work on a game with this style.
If you have interest in work with me send me a message, we talk about the projects, rates, and all that cool (and not so cool) stuff.
If you're not interested in working with me or don't have a project that need me but still likes my art, consider reblog this, it means the world to me.
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
69 notes · View notes
aplodowski2 · 8 months
Text
Anyone need help making life easier?
Need help with a task? Hire me on TaskRabbit and get $10 off your first task. Check out my skills: https://tr.co/andrew-p--151
0 notes
lilbitties · 7 months
Text
Tumblr media
Designin' ornaments which I'm having made up. More information to come! Meanwhile, don't forget, not only I'm offering 25% off right now but Etsy is offering an additional $10 off with the code YES10: Sticker Shops: https://lnkd.in/gGzH2eyv
1 note · View note
signaturebrandsinc · 1 year
Photo
Tumblr media
𝐖𝐞 𝐀𝐫𝐞 𝐇𝐢𝐫𝐢𝐧𝐠 𝐢𝐧 𝐅𝐥𝐨𝐫𝐢𝐝𝐚, 𝐆𝐞𝐨𝐫𝐠𝐢𝐚, 𝐈𝐥𝐥𝐢𝐧𝐨𝐢𝐬, 𝐋𝐨𝐮𝐢𝐬𝐢𝐚𝐧𝐚 , 𝐒𝐨𝐮𝐭𝐡 𝐂𝐚𝐫𝐨𝐥𝐢𝐧𝐚 𝐚𝐧𝐝 𝐓𝐞𝐱𝐚𝐬. 𝐀𝐩𝐩𝐥𝐲 𝐍𝐨𝐰!! 𝐕𝐢𝐬𝐢𝐭 www.iGotJobsNow.com #WeAreHiring #scmstaffing #signaturecontingentmanagement #jobs #jobopportunities #lookingforwork https://www.instagram.com/p/Coqp8p1L6fF/?igshid=NGJjMDIxMWI=
1 note · View note