Profile for hikari

Header for hikari
Avatar for hikari
Display name
hikari 🌟 (fell out of the sky)
Username
@hikari@noyu.me
Role
admin

About hikari

Bio

from another world; magical girls on the internet, gpu programmers, musicians, sky enthusiasts, etc; EN/SV/DE/ζ—₯本θͺž

Stats

Joined
Posts
16688
Followed by
1483
Following
198

Recent posts

Android support has finally been merged into touchHLE trunk! a few things still need to be fixed before the release, but it's now weeks, not months. a huge thanks to ciciplusplus for taking the initiative. without them this wouldn't have happened so soon! https://github.com/hikari-no-yume/touchHLE/commit/b7792fa77351da821b7d2e9bde398de7c00af39b

Open thread at this post

@mcc I just realised that with the Cargo packaging conundrum, there's actually three ways to do it:

β€’ one package with both bin and lib targets, with the lib target being both dynamic and static
β€’ three packages: one that has a bin target, one that has a static lib target, one that has a dynamic lib target
β€’ two packages: one with both bin and lib targets (static library only), one with just a dynamic lib target

I'm probably going to do the last of these for my project because it's neater for my purposes

Open thread at this post