题叶. 工作前几年专注 React 单页面应用. 对 Rust, WebGPU 感兴趣. Calcit 脚本语言.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
LampsRenderer received spatial event: SpatialEventCollection(events: [ | |
SwiftUI.SpatialEventCollection.Event.ID(value: 1): SwiftUI.SpatialEventCollection.Event( | |
id: SwiftUI.SpatialEventCollection.Event.ID(value: 1), | |
timestamp: 66374.834269625, | |
kind: SwiftUI.SpatialEventCollection.Event.Kind.indirectPinch, | |
location: (0.0, 0.0), | |
phase: SwiftUI.SpatialEventCollection.Event.Phase.active, | |
modifierKeys: SwiftUI.EventModifiers(rawValue: 0), | |
_inputDevicePose: Optional(SwiftUI.SpatialEventCollection.Event.InputDevicePose( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const inner_width: f32 = {%inner_width%}; | |
const inner_height: f32 = {%inner_height%}; | |
const PI: f32 = 3.1415926535897932384626433832795; | |
@fragment | |
fn fragment_main(vs_out: VertexOut) -> @location(0) vec4<f32> { | |
// provide (x,y) in pixels, center is (0,0) | |
let pos = vs_out.pos; | |
let x = pos.x * inner_width * 0.5; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use different pre-set defaults than the global defaults. | |
# | |
# See `src/bootstrap/defaults` for more information. | |
# Note that this has no default value (x.py uses the defaults in `config.example.toml`). | |
profile = 'dist' | |
[llvm] | |
download-ci-llvm = false | |
[build] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building bootstrap | |
Finished `dev` profile [unoptimized] target(s) in 0.98s | |
WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations. | |
NOTE: to silence this warning, add `change-id = 127866` at the top of `config.toml` | |
Building stage0 library artifacts (aarch64-apple-darwin) | |
Compiling cc v1.0.99 | |
Compiling core v0.0.0 (/Users/jon.chen/work/container/rust/library/core) | |
Compiling libc v0.2.155 | |
Compiling memchr v2.5.0 | |
Compiling std v0.0.0 (/Users/jon.chen/work/container/rust/library/std) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Metal | |
import RealityKit | |
import SwiftUI | |
struct AttractorView: View { | |
let rootEntity: Entity = Entity() | |
let allSize: Int = 200000 | |
var vertexCapacity: Int { | |
return allSize * 4 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caps download calcit-lang/calcit-clipboard@main | |
cr eval --dep calcit-clipboard/ 'thread-first (range 100) (map inc) (.join-str "|,") clipboard.core/copy!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// struct holding 4D geometric algebra(contains faults....) | |
struct GometricAlgebra4D { | |
s: f32; | |
x: f32; | |
y: f32; | |
z: f32; | |
w: f32; | |
xy: f32; | |
yz: f32; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 | |
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = 0 | |
sendto(3, "\2\0\0\0\r\0\0\0\6\0\0\0hosts\0", 18, MSG_NOSIGNAL, NULL, 0) = 18 | |
poll([{fd=3, events=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 ([{fd=3, revents=POLLIN|POLLHUP}]) | |
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="hosts\0", iov_len=6}, {iov_base="\310O\3\0\0\0\0\0", iov_len=8}], msg_iovlen=2, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[4]}], msg_controllen=20, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 14 | |
mmap(NULL, 217032, PROT_READ, MAP_SHARED, 4, 0) = 0x7fcecddc1000 | |
close(4) = 0 | |
close(3) = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:00,100 --> 00:00:02,533 | |
嘿,朋友们,这里是Visionary 3D | |
2 | |
00:00:02,533 --> 00:00:03,700 | |
今天我们将 | |
3 | |
00:00:03,700 --> 00:00:06,766 |
NewerOlder