Skip to content

Instantly share code, notes, and snippets.

View cia-rana's full-sized avatar
🌌
get everyone involved

Koya IWAMURA cia-rana

🌌
get everyone involved
View GitHub Profile
@cia-rana
cia-rana / LICENCE.md
Created May 12, 2023 14:43
ゼルダの伝説 ティアーズ オブ ザ キングダム ライセンス情報
  • immersion
  • havok
  • FidelityFX Super Resolution 1.0(FSR)
  • FidelityFX
  • An optimized AMD FSR's EASU implementation for Mobiles
  • meshoptimizer
  • Stagefirght
  • H.264
  • VP8 and VP9
  • libvorbis
@cia-rana
cia-rana / LICENCE.md
Created May 12, 2023 14:35
ゼルダの伝説 ブレス オブ ザ ワイルド ライセンス情報
  • immersion
  • Autodesk GAMEWARE
  • havok
  • simplygon Studios
  • Stagefright
  • H.264
  • VP8 and VP9
  • libvorbis
  • libwebm
@cia-rana
cia-rana / list.md
Last active March 25, 2022 16:34
Holoearth 開発で使用されている OSS

Holoearth 開発で使用されている OSS

2022年3月25日にリリースされたホロアースデモアプリの開発で使用されている OSS 一覧です。 https://holoearth.com/

  • websockets/ws
  • MessagePack-CSharp
  • lz4net
  • UniRx
  • twemoji
  • DOTween
@cia-rana
cia-rana / main.go
Created March 17, 2022 02:37
How to calculate Broadcast Address(IPv4) with net/netip
package main
import (
"encoding/binary"
"fmt"
"net/netip"
)
func BAddr(s string) (netip.Addr, error) {
p, err := netip.ParsePrefix(s)
@cia-rana
cia-rana / list.md
Last active May 20, 2022 04:19
裸眼立体視可能な3Dディスプレイ一覧
@cia-rana
cia-rana / list.md
Last active October 19, 2023 03:32
A list of companies acquired by Epic Games
@cia-rana
cia-rana / pixars_renderfarm.md
Last active January 3, 2021 12:52
Pixar のレンダーファームについて

Pixar のレンダーファームについて

With every project does Pixar’s render farm just get bigger and bigger? Or do all of the farm servers/graphics cards/processors get upgraded with the demands of the project? https://twitter.com/RizzoBlake/status/1345112368083300352

プロジェクトが進むごとにPixarのレンダーファームは徐々に大きくなっていくのでしょうか?また、サーバー、GPU、CPUのすべてが、プロジェクトの需要に応じてアップグレードされるのでしょうか?

1/ Our world works quite a bit differently than VFX in two major ways: we spend a lot of man hours on optimization, and our scheduler is all about sharing.

Due to optimization, by and large we make the film fit the box, aka each film at its peak gets the same number of cores.

@cia-rana
cia-rana / CCSpreadVisualizer.js
Last active February 9, 2022 12:36
TamperMonkey
// ==UserScript==
// @name CCSpreadVisualizer
// @namespace http://hitoriblog.com/
// @version 0.4
// @description try to take over the world!
// @author moyashi
// @match https://coincheck.com/ja/exchange
// @grant none
// ==/UserScript==
// Ref. https://sekailab.com/wp/2020/03/25/deepl-translation-with-kindle-cloud-reader/
function () {
/* Kindle Translator V 0.4*/
/* based on ACRExtensions via https://github.com/binarycrafts/ACRExtensions */
var w = null;
var kDoc = null;
var kObj = null;
if (typeof window.KindleReaderContextMenu !== 'undefined') {
w = window;
} else if (window.length) {