Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaijuEngine/kaiju
/ functions
Functions
12,267 in github.com/KaijuEngine/kaiju
⨍
Functions
12,267
◇
Types & classes
2,404
↓ 32 callers
Method
Pressed
()
src/platform/hid/touch.go:128
↓ 32 callers
Method
ReadDir
(name string)
src/editor/project/project_file_system/engine_file_system.go:20
↓ 32 callers
Method
SetBGColor
(newColor matrix.Color)
src/engine/ui/label.go:423
↓ 32 callers
Method
index
(layer, x, z int)
src/engine/terrain/terrain_paint.go:1236
↓ 32 callers
Method
readBrushFloat
(e *document.Element, fallback matrix.Float)
src/editor/editor_workspace/terrain_workspace/terrain_workspace.go:1193
↓ 32 callers
Function
testStepWorkers
(t *testing.T)
src/engine/graviton/system_test.go:545
↓ 31 callers
Method
ColumnVector
(col int)
src/matrix/mat3.go:55
↓ 31 callers
Method
Constraints
Constraints returns the constraints currently stored in the System. The returned slice is owned by the System and is reused on the next constraints qu
src/engine/graviton/system.go:432
↓ 31 callers
Method
Equals
(other Mat3)
src/matrix/mat3.go:298
↓ 31 callers
Method
FocusInterface
()
src/editor/editor_workspace/vulkan_workspace/shader_designer/shader_designer_editor_interface.go:17
↓ 31 callers
Method
Height
()
src/engine/ui/markup/css/helpers/numbers.go:21
↓ 31 callers
Method
Parse
(cssStr string, window helpers.WindowDimensions)
src/engine/ui/markup/css/rules/parser.go:329
↓ 30 callers
Method
AddUpdate
AddUpdate adds an update function to the list of updates to be called when the [Updater.Update] function is called. It returns the id of the update fu
src/engine/updater.go:62
↓ 30 callers
Method
BlurInterface
()
src/editor/editor_workspace/vulkan_workspace/shader_designer/shader_designer_editor_interface.go:16
↓ 30 callers
Method
FieldValue
(id string)
src/editor/editor_workspace/render_graph_workspace/render_graph_node.go:114
↓ 30 callers
Method
Update
(deltaTime float64)
src/editor/editor_workspace/editor_workspace.go:52
↓ 30 callers
Method
World
()
src/engine/physics_system.go:65
↓ 29 callers
Method
Error
()
src/editor/project/project_database/content_database/cache_database_errors.go:28
↓ 29 callers
Method
IsNaN
()
src/matrix/vec3.go:403
↓ 29 callers
Method
SelectData
()
src/engine/ui/select.go:122
↓ 29 callers
Method
Selection
()
src/editor/editor_stage_manager/editor_stage_manager.go:121
↓ 28 callers
Method
AddLayer
(layer TerrainLayer)
src/engine/terrain/terrain.go:743
↓ 28 callers
Function
CollideBodies
(a, b *RigidBody)
src/engine/graviton/narrow_phase.go:136
↓ 28 callers
Method
Data
()
src/engine/ui/virtual_list.go:129
↓ 28 callers
Method
HasShift
()
src/platform/hid/keyboard.go:210
↓ 28 callers
Method
Key
()
src/engine/ui/markup/css/pseudos/css_pseudo.go:15
↓ 28 callers
Function
RegisterType
()
src/editor/codegen/codgen_registry.go:56
↓ 28 callers
Function
meshFastMap
(value any)
src/editor/project/project_database/content_database/content_database_mesh_fast_gltf.go:1095
↓ 28 callers
Method
text
()
src/engine/ui/text_document.go:102
↓ 27 callers
Method
AllowClickThrough
()
src/engine/ui/panel.go:2125
↓ 27 callers
Method
Clean
()
src/engine/ui/ui.go:412
↓ 27 callers
Method
GetElementsByClass
(class string)
src/engine/ui/markup/document/html_parser.go:233
↓ 27 callers
Method
HasAlt
()
src/platform/hid/keyboard.go:214
↓ 27 callers
Method
Init
(host *engine.Host)
src/engine/ui/ui_manager.go:141
↓ 27 callers
Method
IsDestroyed
()
src/rendering/draw_instance.go:85
↓ 27 callers
Method
LookAt
()
src/engine/cameras/camera.go:38
↓ 27 callers
Method
Max
Max returns the maximum point of the AABB
src/engine/graviton/aabb.go:76
↓ 27 callers
Function
NewAABB
(center, extent matrix.Vec3)
src/engine/graviton/aabb.go:25
↓ 27 callers
Method
RunOnMainThread
(req Request)
src/editor/editor_action/action.go:438
↓ 27 callers
Method
SelectEntity
(e *StageEntity)
src/editor/editor_stage_manager/editor_stage_manager_interact.go:68
↓ 27 callers
Method
ToTextArea
()
src/engine/ui/textarea.go:118
↓ 27 callers
Method
Vertical
()
src/matrix/vec4.go:45
↓ 27 callers
Method
inputExpression
(node RenderGraphNode, input int, wantType string)
src/editor/editor_workspace/render_graph_workspace/render_graph_output_compiler.go:1488
↓ 26 callers
Method
AddLayer
(layer TerrainLayer)
src/engine/terrain/terrain_paint.go:221
↓ 26 callers
Method
Borrow
(b *cgoAllocMap)
src/rendering/vulkan/cgo_helpers.go:44
↓ 26 callers
Function
FirstOnEntity
(entity *engine.Entity)
src/engine/ui/ui_entity_data.go:15
↓ 26 callers
Method
HasClass
(class string)
src/engine/ui/markup/document/html_element.go:39
↓ 26 callers
Method
Held
()
src/platform/hid/touch.go:132
↓ 26 callers
Method
Inverse
()
src/matrix/mat3.go:244
↓ 26 callers
Method
IsZero
()
src/matrix/color.go:363
↓ 26 callers
Method
SetLayerWeightAt
(layer, x, z int, weight matrix.Float)
src/engine/terrain/terrain_paint.go:327
↓ 26 callers
Method
Value
(polygonVertex, controlPoint int)
src/rendering/loaders/fbx/mesh.go:514
↓ 26 callers
Function
captureScreenshotImage
(host *engine.Host)
src/integration_testing/integration_testing_helpers.go:46
↓ 26 callers
Method
optionalInputExpression
(node RenderGraphNode, input int, wantType, fallback string)
src/editor/editor_workspace/render_graph_workspace/render_graph_output_compiler.go:1500
↓ 26 callers
Method
optionalInputOrFloatField
(node RenderGraphNode, input int, field, fallback string)
src/editor/editor_workspace/render_graph_workspace/render_graph_output_compiler.go:1512
↓ 26 callers
Function
takeScreenshotToFile
(host *engine.Host, path string)
src/integration_testing/integration_testing_helpers.go:33
↓ 25 callers
Method
KeyHeld
(key KeyboardKey)
src/platform/hid/keyboard.go:191
↓ 25 callers
Method
LayerCount
()
src/engine/terrain/terrain.go:584
↓ 25 callers
Method
LayerWeightAt
(layer, x, z int)
src/engine/terrain/terrain_paint.go:320
↓ 25 callers
Function
NewModel
(config TerrainConfig)
src/engine/terrain/terrain.go:308
↓ 25 callers
Function
NewServerUDP
()
src/network/network_server.go:62
↓ 25 callers
Method
Released
()
src/platform/hid/touch.go:145
↓ 25 callers
Method
Run
(req Request)
src/editor/editor_action/action.go:400
↓ 25 callers
Method
Ui
()
src/engine/ui/layout.go:99
↓ 25 callers
Method
Up
()
src/engine/cameras/camera.go:25
↓ 25 callers
Function
boolToVkBool
(val bool)
src/rendering/vulkan_string_mappings.go:597
↓ 24 callers
Method
AddNamedData
AddNamedData allows you to add arbitrary data to the entity that can be accessed by a string key. This is useful for storing data that is specific to
src/engine/entity.go:265
↓ 24 callers
Method
Clone
()
src/engine/ui/markup/css/rules/rule.go:59
↓ 24 callers
Method
Clone
()
src/editor/editor_workspace/render_graph_workspace/render_graph_node_field_value.go:23
↓ 24 callers
Method
Event
(evtType EventType)
src/engine/ui/ui.go:344
↓ 24 callers
Method
IsDeleted
()
src/editor/editor_stage_manager/stage_entity.go:37
↓ 24 callers
Function
LocalAnchor
(body *RigidBody, worldAnchor matrix.Vec3)
src/engine/graviton/distance_joint.go:238
↓ 24 callers
Function
QuaternionIdentity
()
src/matrix/quaternion.go:24
↓ 24 callers
Method
ToEuler
()
src/matrix/quaternion.go:124
↓ 24 callers
Method
ToImage
()
src/engine/ui/image.go:32
↓ 24 callers
Method
TransitionImageLayout
(vt *TextureId, newLayout GPUImageLayout, aspectMask GPUImageAspectFlags, newAccess GPUAccessFlags, cmd *Comma
src/rendering/gpu_device_image.go:21
↓ 24 callers
Method
View
()
src/engine/cameras/camera.go:35
↓ 24 callers
Function
compileRenderGraphDocumentOutput
(document RenderGraphDocument)
src/editor/editor_workspace/render_graph_workspace/render_graph_output_compiler.go:73
↓ 24 callers
Method
inverseMass
()
src/engine/graviton/rigid_body.go:274
↓ 24 callers
Method
setText
(text string, skipEvent bool)
src/engine/ui/input.go:335
↓ 24 callers
Function
testNodeWithProperty
(name string, value any)
src/rendering/loaders/fbx/mesh_test.go:392
↓ 24 callers
Method
track
(handle unsafe.Pointer)
src/rendering/gpu_application_memory_debug.go:23
↓ 24 callers
Function
tryMap
(attr string, elm *Element, evt *events.Event, funcMap map[string]func(*Element))
src/engine/ui/markup/document/html_events.go:16
↓ 24 callers
Function
vec3ForTestOther
()
src/matrix/vec3_test.go:17
↓ 23 callers
Method
Base
()
src/engine/ui/textarea.go:119
↓ 23 callers
Method
Host
()
src/editor/editor_plugin/editor_plugin.go:35
↓ 23 callers
Method
IsInf
(sign int)
src/matrix/vec3.go:399
↓ 23 callers
Method
IsRoot
IsRoot returns true if the entity is the root entity in the hierarchy
src/engine/entity.go:75
↓ 23 callers
Method
KeyDown
(key KeyboardKey)
src/platform/hid/keyboard.go:187
↓ 23 callers
Function
NewColor8
(r, g, b, a uint8)
src/matrix/color.go:51
↓ 23 callers
Method
NewConstraint
(constraintType ConstraintType, bodyA, bodyB *RigidBody)
src/engine/graviton/system.go:82
↓ 23 callers
Function
NewDecoder
(r io.Reader)
src/engine/encoding/pod/pod_decoder.go:22
↓ 23 callers
Function
NewEncoder
(w io.Writer)
src/engine/encoding/pod/pod_encoder.go:24
↓ 23 callers
Function
NewMeshCache
(device *GPUDevice, assetDatabase assets.Database)
src/rendering/mesh_cache.go:26
↓ 23 callers
Method
Point
Point returns the point at the given distance along the ray
src/engine/graviton/ray.go:19
↓ 23 callers
Method
PrimaryDevice
()
src/rendering/gpu_application_instance.go:34
↓ 23 callers
Method
SetFontSize
(size float32)
src/engine/ui/label.go:315
↓ 23 callers
Method
Size
()
src/rendering/draw_instance.go:89
↓ 23 callers
Function
Vec4Dot
(v, other Vec4T[T])
src/matrix/vec4.go:215
↓ 23 callers
Function
appendF32
(out []byte, v float32)
src/rendering/loaders/kaiju_mesh/kaiju_mesh_glb.go:909
← previous
next →
201–300 of 12,267, ranked by callers