Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlaceGD/gd-place-2024
/ functions
Functions
412 in github.com/PlaceGD/gd-place-2024
⨍
Functions
412
◇
Types & classes
101
Function
handleSignOut
()
src/login/login.ts:52
Function
handleUnsub
(state: wasm.State)
src/level_view/view_controls.ts:104
Function
hexToRgb
(hex: string)
shared-lib/src/util.ts:30
Method
hide_stats
(&mut self)
rust/wasm-lib/src/state.rs:568
Function
hsvToRgb
( h: number, s: number, v: number )
shared-lib/src/util.ts:41
Function
hsv_to_rgb
(h: f32, s: f32, v: f32)
rust/rust-shared/src/util.rs:15
Function
initUserData
( uid: string, username: string, turnstile: string )
src/firebase/auth.ts:39
Function
initWasm
()
src/load_wasm.ts:55
Method
init_onion
( device: &wgpu::Device, // queue: &wgpu::Queue, width: u32, height: u32,
rust/wasm-lib/src/render/texture.rs:10
Method
is_preview_visible
(&self)
rust/wasm-lib/src/state.rs:427
Method
key
(&self)
rust/wasm-lib/src/state.rs:888
Function
lerp
(a: number, b: number, t: number)
shared-lib/src/util.ts:3
Method
lerp_color
(c1: GDColor, c2: GDColor, d: f64)
rust/wasm-lib/src/render/rectdraw/countdown.rs:823
Method
lmao_clone
(&self)
rust/wasm-lib/src/object.rs:201
Function
logInFailed
(err: any)
src/login/login.ts:45
Function
logInSuccess
(user: any)
src/login/login.ts:23
Function
main
()
rust/the-nexus/build.rs:3
Function
main
()
rust/wasm-lib/build.rs:3
Function
main
()
rust/wasm-lib/src/lib.rs:40
Function
make_get_detail_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:211
Function
make_get_main_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:198
Function
make_get_object_info_fn
()
rust/the-nexus/src/gen/objects.rs:5
Function
make_get_object_main_over_detail
()
rust/the-nexus/src/gen/objects.rs:27
Function
make_get_set_switches_fn
()
rust/the-nexus/src/lib.rs:180
Function
make_get_sfx_icon_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:224
Function
make_get_song_icon_sprite_fn
(data: &SpritesheetData)
rust/the-nexus/src/gen/sprites.rs:237
Function
manualChunks
(id: string)
vite.config.ts:59
Function
map
(v: number, a: number, b: number, c: number, d: number)
shared-lib/src/util.ts:18
Function
menuHeight
( node: HTMLElement, { duration }: { duration: number } )
src/utils/transitions.ts:3
Method
new
(render: RenderState)
rust/wasm-lib/src/state.rs:102
Method
new
(now: f64)
rust/wasm-lib/src/level.rs:56
Method
new
( id: u16, x: f32, y: f32, x_scale_exp: i8, x_angle: i8, y_sca
rust/wasm-lib/src/object.rs:145
Method
new
( surface: wgpu::Surface<'static>, size: UVec2, instance: wgpu::Instance, spri
rust/wasm-lib/src/render/state.rs:197
Method
new
(pos: Vec2)
rust/wasm-lib/src/render/pipeline_grid/vertex.rs:10
Method
new
()
rust/wasm-lib/src/render/rectdraw/countdown.rs:44
Method
new
()
rust/wasm-lib/src/render/rectdraw/billy.rs:23
Method
new
( affine: Affine2, // pos: Vec2, // transform: Mat2, color: Vec4, img:
rust/wasm-lib/src/render/pipeline_rect/instance.rs:21
Method
new
(pos: Vec2)
rust/wasm-lib/src/render/pipeline_rect/vertex.rs:10
Method
new
(x: T, y: T, w: T, h: T)
rust/rust-shared/src/util.rs:90
Method
new
()
rust/rust-shared/src/gd/cool_level.rs:33
Method
new
(r: u8, g: u8, b: u8, opacity: u8, blending: bool)
rust/rust-shared/src/gd/object.rs:36
Method
new
(arr: [T; Z_LAYERS.len()])
rust/rust-shared/src/gd/layer.rs:98
Method
new_canvas
( canvas: web_sys::OffscreenCanvas, spritesheet_data: &[u8], spritesheet_width: u32,
rust/wasm-lib/src/render/state.rs:408
Function
notNaNAnd
(n: string, c: (n: number) => boolean)
src/utils/misc.ts:49
Method
objects_hit_at
(&self, x: f32, y: f32, pad: f32)
rust/wasm-lib/src/state.rs:431
Method
offset
(self, offset: glam::Vec2)
rust/rust-shared/src/gd/object.rs:78
Method
offset_rect_size
(self)
rust/rust-shared/src/sprite.rs:10
Method
onBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:89
Method
onBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:117
Method
onBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:214
Method
onBeginAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:269
Method
onEndAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:122
Method
onEndAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:223
Method
onEndAction
(props: ActionBeginEndProps)
src/guide/guideActions.ts:282
Function
onpop
()
src/guide/guide.ts:225
Method
overlaps
(&self, other: &Self)
rust/rust-shared/src/util.rs:106
Function
parse_obj
(v: impl AsRef<str>)
rust/the-nexus/src/objects/levelstring.rs:7
Method
perimeter
(&self)
rust/rust-shared/src/util.rs:144
Function
playSound
(options: SoundPlayOptions)
src/utils/audio.ts:16
Method
pretty
()
rust/rust-shared/src/countdown.rs:61
Function
removeObject
( key: string, chunk: [number, number], cb: (cooldown: number | null) => void )
src/firebase/object.ts:37
Method
render
(&mut self, delta: f32)
rust/wasm-lib/src/state.rs:741
Function
resetPreviewColor
(state: State, new_id: number)
src/stores.ts:275
Method
resize
(&mut self, width: u32, height: u32, quality: f32)
rust/wasm-lib/src/render/state.rs:449
Method
rotate
(&mut self, angle_5: i8)
rust/wasm-lib/src/object.rs:221
Function
round
(v: number, decimals: number = 0)
shared-lib/src/util.ts:11
Method
scale
(&mut self, exp: i8)
rust/wasm-lib/src/object.rs:215
Function
scheduleFor
( f: () => void, timeUnix: number | Readable<number>, { runIfNegative, delay }: { runIfNegative?:
src/stores.ts:540
Function
semitonesToFactor
(s: number)
shared-lib/src/util.ts:97
Function
setCheckedPreviewObject
( state: wasm.State, obj: wasm.GDObjectOpt )
src/utils/misc.ts:9
Function
setClipboard
(text: string)
src/utils/clipboard.ts:1
Function
setDebugTimeOffset
(offset: number)
src/stores.ts:505
Function
setLevelColor
( state: State, obj_id: number, rgb: [number, number, number] )
src/stores.ts:246
Function
setTurnstileResetFunction
(f: () => void)
src/utils/turnstile.ts:18
Function
setTurnstileToken
(v: string | TokenStatus)
src/utils/turnstile.ts:9
Function
setUsernameColorCache
(username: string, color: string)
src/firebase/donations.ts:7
Method
set_bg_color
(&mut self, r: u8, g: u8, b: u8)
rust/wasm-lib/src/state.rs:304
Method
set_ending_fully_done
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:560
Method
set_event_end
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:557
Method
set_event_start
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:553
Method
set_ground1_color
(&mut self, r: u8, g: u8, b: u8)
rust/wasm-lib/src/state.rs:311
Method
set_ground2_color
(&mut self, r: u8, g: u8, b: u8)
rust/wasm-lib/src/state.rs:318
Method
set_hide_grid
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:536
Method
set_hide_ground
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:542
Method
set_hide_outline
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:539
Method
set_hide_triggers
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:530
Method
set_no_rotating_objects
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:533
Method
set_now
(&mut self, to: f64)
rust/wasm-lib/src/state.rs:549
Method
set_preview_visibility
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:417
Method
set_quality
(&mut self, quality: f32)
rust/wasm-lib/src/state.rs:281
Method
set_select_hazards
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:545
Method
set_selected_object
(&mut self, key: String)
rust/wasm-lib/src/state.rs:509
Method
set_show_collidable
(&mut self, to: bool)
rust/wasm-lib/src/state.rs:527
Method
set_stats
(&mut self, num: u32)
rust/wasm-lib/src/state.rs:564
Function
showGpuAccelWarning
(reason: string)
src/utils/misc.ts:54
Function
showGuidePopup
()
src/guide/guide.ts:212
Method
sides
(&self)
rust/rust-shared/src/util.rs:139
Function
signedClamp
(v: number, min: number, max: number)
shared-lib/src/util.ts:7
Method
silly
()
rust/rust-shared/src/countdown.rs:54
Function
snap
(v: number, snap: number)
shared-lib/src/util.ts:16
← previous
next →
301–400 of 412, ranked by callers