-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
95 lines (95 loc) · 2.99 KB
/
Copy pathdata.json
File metadata and controls
95 lines (95 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"stats": {
"commits": 2920,
"repos": 20,
"followers": 6,
"since": "2025-11-23T15:41:33Z"
},
"prs": [
{
"title": "Expose TempAllocator C-API and add explicit allocator support for parallel PhysicsSystem updates",
"url": "https://github.com/amerkoleci/joltc/pull/74",
"repo": "amerkoleci/joltc"
},
{
"title": "Update and vectorize certain quaternion methods and Euler transformations using NEON/SSE",
"url": "https://github.com/jrouwe/JoltPhysics/pull/1984",
"repo": "jrouwe/JoltPhysics"
},
{
"title": "Add soft body support, direct memory access APIs, and TSan compatibility",
"url": "https://github.com/amerkoleci/joltc/pull/73",
"repo": "amerkoleci/joltc"
},
{
"title": "Optimize DVec3::StoreDouble3 with platform-specific SIMD stores",
"url": "https://github.com/jrouwe/JoltPhysics/pull/1963",
"repo": "jrouwe/JoltPhysics"
},
{
"title": "Fix heap-buffer-overflow and SIMD alignment in ContactConstraintManager",
"url": "https://github.com/jrouwe/JoltPhysics/pull/1917",
"repo": "jrouwe/JoltPhysics"
}
],
"stars": {
"caravangl": 0,
"culverin": 10,
"docs-embedder": 0,
"evilpasture": 0,
"evilpasture.github.io": 0,
"fast-capi": 0,
"gemini-with-gui": 0,
"hypergl": 1,
"joltc": 0,
"joltphysics": 0,
"llvm-project": 0,
"luajit": 0,
"mag-mutex": 0,
"nogil-swarm": 0,
"nvim-config": 0,
"project-zahlen": 0,
"r-university-project": 0,
"rps": 0,
"sound-dsl": 0,
"uni-assignments": 0
},
"projects": {
"culverin": {
"title": "Culverin",
"desc": "Python wrapper for Jolt Physics. Optimizing for free-threaded Python 3.14 environments.",
"tech": [
"C23",
"C++23",
"Python",
"SIMD"
],
"stars": 10,
"link": "https://github.com/Evilpasture/Culverin"
},
"hypergl": {
"title": "HyperGL",
"desc": "Custom OpenGL-based rendering engine and performance heatmap analyzer.",
"tech": [
"OpenGL",
"C",
"Python",
"GLSL"
],
"stars": 1,
"link": "https://github.com/Evilpasture/HyperGL"
},
"mag-mutex": {
"title": "MagMutex",
"desc": "A custom mutex 1 byte in size, inspired by PyMutex and WTF::Lock with the locking model.",
"tech": [
"C23",
"Atomics",
"Locking",
"Concurrency"
],
"stars": 0,
"link": "https://github.com/Evilpasture/mag-mutex"
}
}
}