Skip to content

Instantly share code, notes, and snippets.

View sikang99's full-sized avatar
💭
Happy working

Stoney Kang sikang99

💭
Happy working
View GitHub Profile
@sikang99
sikang99 / Text-to-3D.md
Last active March 29, 2023 08:11
Text-to-3D Projects
@sikang99
sikang99 / web_3d.md
Last active May 11, 2023 14:52
Web 3D

Web 3D Graphics

Terminolgy

  • WGSL, GLSL, HLSL, Metal Shading Langiage, CUDA C/C++
  • SPIR-V (Standard Portable Intermediate Representation-Vulkan)
  • glTF
  • Vulkan
  • Assimp - Open Asset import library
  • OpenACC
  • OpenCL
@sikang99
sikang99 / godot.md
Last active September 13, 2023 21:45
Godot Engine

Godot Game Engine

Articles

Information

@sikang99
sikang99 / neurosymbolic_ai.md
Last active March 31, 2023 06:26
Neurosymbolic AIs

NeuroSymbolic AIs

Neuro-Symbolic AI = Neural + Logical + Probabilitistic AI

Terminology

  • NVSA : Neuro-Vector-Symbolic Architecture (NVSA)
  • VSA : Vector-Symbolic Architectures
  • GNN : Graph Neural Networks
@sikang99
sikang99 / unity.md
Last active March 31, 2023 04:41
Unity Programming
@sikang99
sikang99 / proto_sidewalk.md
Last active April 2, 2023 01:20
Amazon Sidewalk Protocol

Amazon Sidewalk Protocol

  • A shared mesh network
  • Bluetooth Low Energy (BLE) and 900 megahertz
  • Bluetooth® Low Energy for short-distance communication and Sub-1 GHz 915 MHz frequencies to cover longer distances.
  • Bluetooth Low Energy for short distances and battery efficiency
  • LoRa for long-range low-power communication
  • Frequency-shift keying at 900 MHz, intended for interacting with legacy home appliances like garage door openers
@sikang99
sikang99 / wasm_go.md
Last active October 24, 2023 01:50
WebAssembly in Go

WebAssembly in Go

Terminology

  • WASI : WebAssembly System Interface
  • WIT : WebAssembly Interface Types
  • UDF : User Defined Function

Articles