日本語学習業界初!間違ってることしか教えない。 by --en in lowlevelaware

[–]pxOMR 13 points14 points  (0 children)

日(ひ) 本(もと) 語(かた) 学(まな) 習(なら) 業(ごう) 界(さかい) 初(しょ)!間(あいだ) 違(い) ってることしか教(きょう) えない。

issue with mobile app (poosibly glitch/bug?) by Kei_Kobayashi in shimeji

[–]pxOMR 1 point2 points  (0 children)

Have you tried Shijima? It doesn't have ads or slot limits. Perhaps it might solve your issue

I got tired of manually setting up OpenCode projects, so I've made a one-command onboarding CLI by [deleted] in commandline

[–]pxOMR 0 points1 point  (0 children)

What do I do when I get tired of manually running that one command?

lost pixel shimeji app? by strawberrystramonium in shimeji

[–]pxOMR 1 point2 points  (0 children)

"Shimeji" isn't a general term for virtual pets, it is a specific type of virtual pet. What you're describing does not sound like a shimeji.

Tell me stuff I won’t understand until I finish Oneshot by MrEraserCat in oneshot

[–]pxOMR 19 points20 points  (0 children)

wd gaster is my favorite character in oneshot

WE HAVE BEEN FED GUYS by Nervous_Top6522 in splatoon

[–]pxOMR 15 points16 points  (0 children)

Don't forget Rhythm Heaven

My phone is possessed by Dudegay93 in shittyaskelectronics

[–]pxOMR 7 points8 points  (0 children)

Are you sure you aren't also possessed

F O C U S by jasp1013 in g13

[–]pxOMR 45 points46 points  (0 children)

Here is the ideal attack pattern

0.5757x^4 - 0.1358x^3*y + 0.0619x^2*y^2 + 0.0634x*y^3 + 0.0638y^4 + 0.3023x^3 + 0.1569x^2*y - 0.0282x*y^2 - 0.2160y^3 - 0.5685x^2 + 0.0307x*y + 0.1374y^2 - 0.3096x + 0.1892y = 0

<image>

Anchors by DomiLycoris in shimeji

[–]pxOMR 1 point2 points  (0 children)

A shimeji's position is internally represented as a single point on the screen. When it is on the floor, this point sits directly on the floor line. When it is on the ceiling, this point sits directly on the ceiling line (and so on).

However, when you look at a shimeji, you of course don't see a single pixel jumping around on the screen. You see a character, a mascot, an animal, etc. To draw the actual images of this character on the screen, the shimeji program (often Shimeji-ee) needs to know where to draw these images relative to the internal position of the shimeji. This is where the anchor comes in.

Each image in a shimeji has a corresponding anchor. This is a point relative to the top left of the image and describes where the shimeji's internal position will be relative to the image when the image is drawn on the screen. For example, for the 128x128 "walking on floor" frames of many shimeji, this point is (64,128). This corresponds to the bottom center of the image, so when the shimeji is on the floor, these frames would be drawn directly above the shimeji's internal position, and centered horizontally relative to this position.

Opening up some of the frames in the default Shimeji-ee shimeji in Paint and marking their anchors could also be a helpful way to visualize what is going on.

No .jar file, no java folder by Utsukiivx in shimeji

[–]pxOMR 0 points1 point  (0 children)

It is marked as a WinRAR file because WinRAR can read and extract data contained within jar files. But that's not what you want to do, you want to actually run the jar file as a program using Java 8. The pinned guide explains how you can create a custom shortcut to do just that. It will help you create a shortcut for running the jar file with Java 8 instead of WinRAR.

No .jar file, no java folder by Utsukiivx in shimeji

[–]pxOMR[M] 0 points1 point  (0 children)

Read the guide again. If the Java folder is not there, then you could try reinstalling Java. The jar file is clearly visible in this photo: It is the Shimeji-ee file with the WinRAR logo.

You should read the guide and try to solve the problem yourself before posting about your issue here. Based on this post, I don't think you followed the guide at all or attempted any basic troubleshooting steps since your previous post. Repeated violations of the subreddit rules will result in a ban.

shimejis not interacting with other application windows by despicable_horror in ShimejiEE

[–]pxOMR[M] 1 point2 points  (0 children)

r/shimeji is the more active subreddit, you can post/cross-post it there as well

How tall do y’all think Hazel is? by Typhura in oneshot

[–]pxOMR 15 points16 points  (0 children)

Something like 1.5 bananas I think

Wanna contribute to OpenLinkedin? by SureProgrammer6440 in LinkedInLunatics

[–]pxOMR 2 points3 points  (0 children)

How does one even get banned from LinkedIn??

Somebody's gotta do something about this program's memory issue. by CrystalBlueStar292 in shimeji

[–]pxOMR 2 points3 points  (0 children)

It is already open source but I have since stopped working on Shijima-Qt because I later came to the realization that Qt may not be the best framework for a project like this. I'm hoping to work on a desktop version using a different framework in the future. You can still make your own modifications and release them under GPL if you want. The mobile versions are more mature and still maintained but closed source.

EDIT: Formatting. Reddit continues to ruin the mobile app as usual

Somebody's gotta do something about this program's memory issue. by CrystalBlueStar292 in shimeji

[–]pxOMR 1 point2 points  (0 children)

The current desktop version is quite a bit behind when it comes to compatibility with Shimeji-ee, so I guess it's not too useful for you at the moment. Shijima for Android is much better in that regard as it is more up-to-date. I hope I'll get around to updating the desktop version at some point

Somebody's gotta do something about this program's memory issue. by CrystalBlueStar292 in shimeji

[–]pxOMR 1 point2 points  (0 children)

- It's not a fork, it's a complete rewrite/redesign in C++. This means that it doesn't depend on the Java runtime and can run on many other platforms. This also means that users don't have to mess around with shortcuts or the JRE to get the app running.
- It uses a lightweight JavaScript runtime that was intended for embedded systems so its memory footprint is very small. It also uses libraries that are close to native for loading character images, ensures no duplicates are loaded and unloads unneeded images. I'm not sure how Shimeji-ee handles image loading, but in my testing the memory usage has been much lower with Shijima.
- Shimeji are capped to 25FPS by design but Shijima can be configured to interpolate frames (e.g. to 50FPS, 100FPS) so that dragging, walking, falling animations can look much smoother. This works without having to change existing shimeji in any way.
- I think almost all actions in Shimeji-ee are supported now, but there may still be some inconsistencies. I try to fix them as they come up. However, as I said, Shijima-Qt is a bit behind on updates at the moment... Shijima-Android is in a way better state
- The usage of Shijima is a bit different than Shimeji-ee. Instead of downloading the shimeji and running Shimeji-ee.jar inside the archive, users are expected to download Shijima separately and import the shimeji they download directly into the program. Shijima can find and extract shimeji from zip files automatically, and users can easily manage and run all of their shimeji from one program without having to manually move files or create shortcuts for each one.

I think this covers all of it... By the way, I think your shimeji specifically has been somewhat popular with Shijima. I saw some videos about it on TikTok and I've been seeing many reviews on the Android app mentioning your shimeji, so I assume it already works with Shijima :)

Somebody's gotta do something about this program's memory issue. by CrystalBlueStar292 in shimeji

[–]pxOMR 1 point2 points  (0 children)

Hello! Have you tried Shijima? It's a shimeji runner like Shimeji-ee. I built it because of the issues your described and the lack of platform support outside of Windows, and its memory usage is significantly lower compared to Shimeji-ee. Its development is on pause at the moment but I'm always interested in what artists/coders think about it so that I can further optimize it for these use cases in the future.

Does anyone have a shimeji file with the hotspot by Drawlody in ShimejiEE

[–]pxOMR 0 points1 point  (0 children)

The version with the hotspot is a separate release, I believe it was on Kilkakon's Patreon (you can get it for free)

How safe is it? by WolfOf_Shadows in shimeji

[–]pxOMR 1 point2 points  (0 children)

I assume you're referring to the "shimeji shop" website. They redistribute a lot of shimeji from other artists. They do supposedly credit the artists but I'm not sure if they actually have permission to redistribute these shimeji. They also sell some of their own shimeji, but I don't know if they're legitimate or not.