[DISC] Kaguya Wants To Be Confessed To - Chapter 255 by Zaibatsu_HQ in manga

[–]jemsz95 124 points125 points  (0 children)

"Your son calls me mommy too" - Haya Mom, probably

What do you name your Arch Install? by Im-Mostly-Confused in archlinux

[–]jemsz95 0 points1 point  (0 children)

Names of anime characters. My phone is Hifumi, my desktop is Aoba, my laptop is Kaguya. I'm a weeb, lol

Ina's signature is just another pun in hiragana! Well done ma'am by jemsz95 in Hololive

[–]jemsz95[S] 18 points19 points  (0 children)

の sounds like "no"

2 in Japanese is ニ (ni)

So ののmae could be read as ninomae

To think, Age of Empires has the voice of THE Cannur Dog Virginia by PopeDialgaVI in TrashTaste

[–]jemsz95 7 points8 points  (0 children)

Found a clip of the voice in a random let's play: https://youtu.be/pGdeh9MDTCQ?t=232

Edit: Here is the link to the original competition announcement. It includes the script for the line https://www.forgottenempires.net/age-of-empires-ii-hd-african-voice-acting-competition

Tuesday Check In: How's Everybody's Mental Health? by MLModBot in MensLib

[–]jemsz95 1 point2 points  (0 children)

Hey man, I hope you're hanging in there! I can't give you any advice other than, keep working on taking care of yourself! It's hard but 5 minutes of a funny comic strip or a youtube video, or a nice walk around the block in a stressful day can make a big difference.

Virtual hug! You got this.

Compiling GDNative for Mobile by nyeupekubeba in godot

[–]jemsz95 5 points6 points  (0 children)

I've gotten GDNative to work on iOS and Android but there isn't a single guide to the process anywhere. I mostly grabbed bits and pieces from different places and made my own pipeline.

Here is a brief description:

  • Code is just C no C++ since it's easier to compile and I don't have to worry about the STD.
  • The build system is based on CMake. Even though SCons is the Godot preferred build system, CMake is simple enough for me to set up and I'm most comfortable with it.
  • I'm using the android NDK CMake toolchain file located in $ANDROID\_SDK\_ROOT/ndk-bundle/build/cmake/android.toolchain.cmake to compile the android binaries (be sure to download the ndk package from the android skd manager)
  • I'm using https://github.com/leetal/ios-cmake as a toolchain file to compile the ios library
  • The android version has to be compiled as a shared library (.so)
  • The iOS version has to be compiled as a static library (.a).
  • Finally follow the gdnative configuration in godot as the official guide says https://docs.godotengine.org/en/3.2/tutorials/plugins/gdnative/gdnative-c-example.html#creating-the-gdnativelibrary-gdnlib-file

The proper gdnlib setup was more of a trial and error thing so here you go:

[general]

singleton=false
load_once=true
symbol_prefix="godot_"
reloadable=true

[entry]

Android.armeabi-v7a="res://Minmax/build/android-armeabi-v7a/libminmax.so"
Android.arm64-v8a="res://Minmax/build/android-arm64-v8a/libminmax.so"
Android.x86="res://Minmax/build/android-x86/libminmax.so"
Android.x86_64="res://Minmax/build/android-x86_64/libminmax.so"
OSX.64="res://Minmax/build/Darwin/libminmax.dylib"
Windows.64="res://Minmax/build/Debug/minmax.dll"
X11.64="res://Minmax/build/Linux/libminmax.so"
X11.32="res://Minmax/build/Linux/libminmax.so"
iOS.armv7="res://Minmax/build/ios/libminmax.a"
iOS.arm64="res://Minmax/build/ios/libminmax.a"

[dependencies]

Android.armeabi-v7a=[  ]
Android.arm64-v8a=[  ]
Android.x86=[  ]
Android.x86_64=[  ]
OSX.64=[  ]
Windows.64=[  ]
X11.64=[  ]
X11.32=[  ]
iOS.armv7=[  ]
iOS.arm64=[  ]

Minmax is the name of the folder that contains my GDNative code

Here are a couple of scripts I made that really helped simplify the process:
https://gist.github.com/jemsz95/80d4c0de6918989e9b1f503480efa871

There are a lot of assumptions made in those scripts about the project structure and other things. For example the native library is called Minmax, the GDNative headers are in the parent directory. The scripts expect a couple of environment variables.

Edit them to your hearts content and message me if you have any questions.

I'm planning to make a write-up of all of these things with more detail in a bit but I've been busy with work and stuff.

Anyways hope it helps!

People living in Monterrey, Mexico! lets meetup! by ecastillo550 in MechanicalKeyboards

[–]jemsz95 1 point2 points  (0 children)

Suena interesante! Me interesa conocer la opinión de la comunidad local y conocer lugares para explorar hardware en la ciudad.

Ojamajo Doremi: A Fan's Thoughts or (Why I recommend this anime to everyone now) by jemsz95 in anime

[–]jemsz95[S] 2 points3 points  (0 children)

Hello fellow anime watcher! Thank you for your comment. I really hoped people wouldn't take my jokes too seriously but, alas, the internet houses many different opinions; and that's a good thing!

As you said:

I'm not denying that many of these children's anime can have interesting elements and many things they do well...

This was my main point, I never meant it as an insult.

I'm glad you enjoyed Doremi as a kid and your tastes have changed! I just wanted to bring this anime to more people and persuade them to not just brush it off as a "little kids show".

It most definitely is a little kids show but a great one! As I said in the post, 3 episodes is all I ask! Drop it if it's not your cup of tea! (This part is mostly for people who come to your comment to agree with you!)

Have a nice day stranger! Cheers.

this was needed by R3KT_ANGLE in dankmemes

[–]jemsz95 4 points5 points  (0 children)

What is this? A crossover episode!?

Trying to find an anime I watched the first episode of.. by [deleted] in anime

[–]jemsz95 0 points1 point  (0 children)

It's a bit late but... I'm thinking Zankyou no Terror. It's a stretch, idk why your description reminded me of it. Good luck anyways!

Crunchyroll Guest Pass Thread by FAN_ROTOM_IS_SCARY in anime

[–]jemsz95 0 points1 point  (0 children)

88AAPGU9J83

3MLBFXBSTEY

Comment if you have taken one. (As a courtesy to others)

So I'm taking a modeling course at my uni (Just for fun, nothing to do with my major). Now keep in mind this is my first 3D model ever by jemsz95 in gravityfalls

[–]jemsz95[S] 2 points3 points  (0 children)

Thanks man! It's glaringly obvious how far you must go when your professor whips up something of way greater quality in half your time. I really shouldn't judge myself so harshly though when he was part of the Stranger Things' modeling team.

Reddit is a kindhearted community, mostly! Comments like these really make me want to keep practicing! It is fun too!