TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Sunshine.Blue – Mobile Animation Studio

8 点作者 raver1975将近 4 年前

1 comment

raver1975将近 4 年前
This is a project I&#x27;ve been working on while I&#x27;ve been unemployed and suffering from a crippling depression.<p>Source code is available at: <a href="https:&#x2F;&#x2F;github.com&#x2F;raver1975&#x2F;sunshine.blue" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;raver1975&#x2F;sunshine.blue</a><p>This is written mostly in Java, with some JavaScript for the HTML app. It uses the very awesome LIBGDX framework and runs on four platforms: standalone app, Android, IOS, and HTML. You can see the HTML app at <a href="https:&#x2F;&#x2F;sunshine.blue" rel="nofollow">https:&#x2F;&#x2F;sunshine.blue</a> and the android app is available at <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.klemstinegroup.sunshineblue" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.klemstineg...</a>. No IOS distribution yet.<p>Sunshine.blue uses the Interplanetary File System (IPFS) for storage and distribution of the scenes. Also when a scene is saved or loaded, the address is shared to all the other instances of the app using pub&#x2F;sub.<p>Loading a gif on the HTML app takes a LONG time, be patient.<p>Here&#x27;s something that boggles my mind. I&#x27;m not sure I can do a very good job explaining it. I wanted to include a scripting language, so I managed to fit a Java bytecode classloader. You can load and run arbitrary code from the network. The mind boggling part is that for the HTML app, the Java code is transpiled to JavaScript, but the Java classloader still works the same! I can&#x27;t wrap my mind around that. You can load Java code that is able to modify it&#x27;s own runtime, while running in a different language, what!<p>I am autistic, and I&#x27;ve been suffering from a severe depression for the last three years. I&#x27;m going to be homeless in a couple months because I&#x27;m unable to qualify for disability, because they say I can be &quot;retrained&quot;. I&#x27;m really scared. If any of you crypto millionaires would like to help, my Ethereum address is 0x974A163B6D30a8730DC7CD7073860aB67abfaCFc<p>I&#x27;ll do my best to answer any questions, but I do have difficulties with communication. I hope someone finds this project useful.