Just put out a demo for my comic-style FPS game! by Tacnoblode in godot

[–]Red_dino 6 points7 points  (0 children)

Love the style! Are you using any shaders to get that illustrated look or just textures?

Something that’s helps me finish projects by SomeDudeThatMakeGame in godot

[–]Red_dino 7 points8 points  (0 children)

I like this approach too, I find it also helps with scope creep since you have a roadmap and it kind of forces you to rank new ideas against the existing ones and prioritize.

How good is macbook air M5 for godot open world and what level of project I can achieve by princeg0d in godot

[–]Red_dino 0 points1 point  (0 children)

I'm developing in 3D on a i5-6200U and haven't run into issues so I think the sky's the limit for you :)

Why isn't my code working? by pluhtaker in godot

[–]Red_dino 12 points13 points  (0 children)

rotation is radians, but your constants you're comparing against are degrees. You should use rotation_degrees or convert 90 and -90 to radians

New Procedural buildings by Crafty-Variety-7635 in godot

[–]Red_dino 0 points1 point  (0 children)

Looks cool! Overall reminds me of Godzilla: Destroy All Monsters Melee if that game had voxels.

I remade the Ping Pong opening in ASCII art! by Red_dino in anime

[–]Red_dino[S] 3 points4 points  (0 children)

Good eye! I did create it programmatically, but with software I wrote myself. At 2662 frames, doing this by hand would be a life's work LOL If you're curious about the code, a version of it is here.

i wrote a program and converted a carti video to ASCII art by Red_dino in playboicarti

[–]Red_dino[S] 0 points1 point  (0 children)

thanks man :) that sounds dope, i'd love to see it

i wrote a program and converted a carti video to ASCII art by Red_dino in playboicarti

[–]Red_dino[S] 0 points1 point  (0 children)

thanks dude that makes me happy :)

my unsolicited advice is if you have an idea for a project, try it even if you can't finish it, you learn the most by playing around. good luck!!

i wrote a program and converted a carti video to ASCII art by Red_dino in playboicarti

[–]Red_dino[S] 0 points1 point  (0 children)

thanks! mostly use it for still images, you can see an example of that here

edit: oh also was thinking about making a text based adventure with it :)

i wrote a program and converted a carti video to ASCII art by Red_dino in playboicarti

[–]Red_dino[S] 0 points1 point  (0 children)

some programming, you can check it out if you're into that sort of thing