MCPcopy Create free account

hub / github.com/cannoneyed/isometric-nyc / functions

Functions1,260 in github.com/cannoneyed/isometric-nyc

FunctionhandleResize
()
src/app/src/components/WaterShaderOverlay.tsx:100
FunctionhandleTileSelect
(e: React.ChangeEvent<HTMLSelectElement>)
src/layers/snow/app/src/App.tsx:201
FunctionhandleTileSelect
(e: React.ChangeEvent<HTMLSelectElement>)
src/layers/dark_mode/app/src/App.tsx:158
FunctionhandleXChange
(x: number)
src/layers/water_shader/app/src/components/ControlPanel.tsx:132
FunctionhandleYChange
(y: number)
src/layers/water_shader/app/src/components/ControlPanel.tsx:136
FunctionhardRefresh
()
src/isometric_nyc/generation/static/viewer.js:495
Functionhas_any_neighbor_generations
Check if there are any generated neighbor quadrants for a tile at (x, y).
src/isometric_nyc/generation/shared.py:783
Functionhas_generation_in_db
(qx: int, qy: int)
src/isometric_nyc/generation/automatic_generation.py:427
Methodheight
(self)
src/isometric_nyc/generation/generate_template_test.py:81
Methodheight
(self)
src/isometric_nyc/generation/automatic_generation.py:100
Methodheight
Height of the rectangle (y extent).
src/isometric_nyc/generation/make_rectangle_plan.py:67
Methodheight
Height of the strip (y extent).
src/isometric_nyc/generation/make_strip_plan.py:98
Functionindex
Serve the main index.html.
src/layers/snow/app/server.py:62
Functionindex
Serve the main index.html.
src/layers/dark_mode/app/server.py:63
Functionindex
Serve the main index.html.
src/layers/water_shader/app/server.py:116
Functionindex
Main page showing nx×ny grid of tiles.
src/isometric_nyc/generation/view_generations.py:128
Functionindex
Main page showing nx×ny grid of tiles.
src/isometric_nyc/generation/app.py:399
Functionindex
()
src/isometric_nyc/synthetic_data/csv_editor_app.py:330
Methodinfill_bottom
(self)
src/isometric_nyc/generation/infill_template.py:165
Methodinfill_right
(self)
src/isometric_nyc/generation/infill_template.py:161
Functioninit_db
Initialize the SQLite database with the buildings table.
src/isometric_nyc/data/database.py:11
Methodis_centered_infill
Check if the infill position is centered (not aligned to quadrant grid). A centered infill means the position is not at a quadrant boundary,
src/isometric_nyc/generation/generate_template_test.py:572
Methodis_expanded
Whether the infill region was expanded to cover missing context.
src/isometric_nyc/generation/infill_template.py:195
Methodis_horizontal
True if width >= height.
src/isometric_nyc/generation/make_strip_plan.py:103
Methodis_local
Check if this model uses URL-based inference (local server or remote URL).
src/isometric_nyc/generation/model_config.py:65
Methodis_running
Check if the renderer is running.
src/isometric_nyc/generation/web_renderer.py:333
Methodlength
Length of the strip (along progress direction).
src/isometric_nyc/generation/make_strip_plan.py:113
Functionload_generation_config
Load the generation configuration.
inference/test_server.py:29
Functionload_strip_plan
Load a strip plan from a JSON file.
src/isometric_nyc/generation/make_strip_plan.py:795
Methodlog_message
Suppress logging.
src/isometric_nyc/generation/create_bounds.py:927
FunctionnavigateToStarred
(x, y)
src/isometric_nyc/generation/static/viewer.js:1861
Functionnext_power_of_2
Return the smallest power of 2 >= n.
src/isometric_nyc/generation/export_tiles_for_app.py:68
Functionnext_power_of_2
Return the smallest power of 2 >= n.
src/isometric_nyc/generation/export_pmtiles.py:98
FunctiononKeyDown
(event)
src/web_render/main.js:318
FunctiononWindowResize
()
src/web_render/main.js:353
Functionon_progress
(image: Any, progress: Any)
src/isometric_nyc/generation/export_dzi.py:709
Methodpadding_quadrants
Quadrants auto-added to cover missing context.
src/isometric_nyc/generation/infill_template.py:185
Functionparse_coord
Parse a coordinate string like '0,0' into a tuple (x, y).
src/isometric_nyc/generation/export_import_generation_tile.py:366
Functionparse_coordinate
Parse a coordinate string like '10,15' into (x, y) tuple.
src/isometric_nyc/generation/fill_water.py:39
Functionparse_coordinate
Parse a coordinate string like '10,15' into (x, y) tuple.
src/isometric_nyc/generation/export_tiles_for_app.py:105
Functionparse_coordinate
Parse a coordinate string like '10,15' into (x, y) tuple.
src/isometric_nyc/generation/export_pmtiles.py:122
Functionparse_coordinate
Parse a coordinate string like '10,15' into (x, y) tuple.
src/isometric_nyc/generation/export_dzi.py:830
Functionparse_quadrant_coords
Parse a quadrant coordinate string like "(0,1)" or "0,1" into a tuple. Args: coord_str: String in format "(x,y)" or "x,y" Returns: Tu
src/isometric_nyc/generation/generate_tile_nano_banana.py:248
Functionparse_quadrant_tuple
Parse a quadrant tuple string like "(0,1)" or "0,1" into a tuple. Args: s: String in format "(x,y)" or "x,y" Returns: Tuple of (x
src/isometric_nyc/generation/generate_omni.py:69
Functionpixelate_image
(input_path, output_path)
src/isometric_nyc/postprocess_generation.py:16
Functionpostprocess_image_unfake
High-level postprocessing function that matches the interface expected by export_dzi.py. Args: img: Input PIL Image pale
src/isometric_nyc/generation/pixel_art_postprocess.py:163
Methodprimary_quadrants
Quadrants originally selected by user.
src/isometric_nyc/generation/infill_template.py:180
Functionpriority
(p: Point)
src/isometric_nyc/generation/make_rectangle_plan.py:556
Functionprocess_base_tile_worker
Worker function for parallel base tile processing. Args: args: Tuple of (dst_x, dst_y, src_x, src_y, raw_data, palette_bytes,
src/isometric_nyc/generation/export_pmtiles.py:600
Functionprocess_model_item
Process a single queue item for a specific model in its own thread.
src/isometric_nyc/generation/app.py:941
Functionprocess_single_tile
Process a single tile (wrapper for multiprocessing). Args: args: Tuple of (input_path, output_path, palette_path, pixel_scale, dither)
src/isometric_nyc/postprocess_tiles.py:200
Functionprocess_zoom_tile_worker
Worker function for parallel zoom level tile generation. Args: args: Tuple of (zx, zy, scale, base_tiles_subset, black_tile_bytes,
src/isometric_nyc/generation/export_pmtiles.py:666
Methodqueue_size
Get the current size of the render queue.
src/isometric_nyc/generation/web_renderer.py:328
Functionqueue_worker
Background worker that processes the generation queue.
src/isometric_nyc/generation/view_generations.py:324
Functionqueue_worker
Background worker that processes the generation queue from the database. This worker supports parallel processing of different models - each model
src/isometric_nyc/generation/app.py:972
Functionread_csv
Read rows from a CSV file. Args: filepath: Path to CSV file Returns: List of dicts, one per row
src/isometric_nyc/oxen_sync/utils.py:87
Functionrender
()
src/app/src/components/WaterShaderOverlay.tsx:150
FunctionrenderSelected
()
src/isometric_nyc/generation/static/viewer.js:2307
Methodresolved_endpoint
Get the endpoint, checking environment variable first if endpoint_env is set.
src/isometric_nyc/generation/model_config.py:56
Methodright
Right edge x coordinate.
src/isometric_nyc/generation/infill_template.py:102
Functionsave_app_config
Save the application configuration to app_config.json. Note: This does NOT save API keys - those should remain in environment variables.
src/isometric_nyc/generation/model_config.py:193
Functionsave_building
Save or update a building record.
src/isometric_nyc/data/database.py:30
Functionsave_data
()
src/isometric_nyc/synthetic_data/csv_editor_app.py:340
Functionserve_assets
Serve static assets.
src/layers/snow/app/server.py:70
Functionserve_assets
Serve static assets.
src/layers/dark_mode/app/server.py:71
Functionserve_assets
Serve static assets.
src/layers/water_shader/app/server.py:124
Functionserve_image
Serve images from the dataset directory.
src/isometric_nyc/synthetic_data/csv_editor_app.py:359
Methodsetup
This runs once when the container boots up.
inference/server.py:73
FunctionshowNegativePromptDialog
()
src/isometric_nyc/generation/static/viewer.js:2124
FunctionshowPromptDialog
()
src/isometric_nyc/generation/static/viewer.js:2072
FunctionstarSelected
()
src/isometric_nyc/generation/static/viewer.js:1629
Functionstatus_callback
(status: str, message: str)
src/isometric_nyc/generation/generate_water_masks.py:257
Functionstatus_callback
(status: str, message: str)
src/isometric_nyc/generation/view_generations.py:229
Functionstatus_callback
(status: str, message: str)
src/isometric_nyc/generation/generate_tile_omni.py:169
FunctionsubmitNegativePromptGeneration
()
src/isometric_nyc/generation/static/viewer.js:2161
FunctionsubmitPromptGeneration
()
src/isometric_nyc/generation/static/viewer.js:2109
Methodtest_10x1_strip_with_context
Very thin vertical strip with right edge context.
tests/test_make_rectangle_plan.py:644
Methodtest_10x1_strip_without_context
Thin strip without context cannot be fully generated.
tests/test_make_rectangle_plan.py:654
Methodtest_1x10_strip_with_context
Very thin horizontal strip with bottom edge context.
tests/test_make_rectangle_plan.py:626
Methodtest_1x10_strip_without_context
Thin strip without context cannot be fully generated.
tests/test_make_rectangle_plan.py:636
Methodtest_1x1_rectangle_with_context
Smallest possible rectangle with 3-neighbor context.
tests/test_make_rectangle_plan.py:606
Methodtest_1x1_rectangle_without_context
1x1 rectangle without context cannot be generated.
tests/test_make_rectangle_plan.py:618
Methodtest_1x2_bridges_between_2x2
Test that 1x2 bridges correctly connect two 2x2 tiles.
tests/test_make_rectangle_plan.py:925
Methodtest_1x2_extends_from_generated_edge
1x2 tiles should extend from a fully generated edge.
tests/test_make_rectangle_plan.py:561
Methodtest_2x1_extends_from_generated_edge
2x1 tiles should extend from a fully generated edge.
tests/test_make_rectangle_plan.py:551
Methodtest_2x2_not_touching_other_scheduled
2x2 tiles should not touch other scheduled tiles (at placement time).
tests/test_make_rectangle_plan.py:523
Methodtest_2x2_not_touching_pre_generated
2x2 tiles should not touch pre-generated quadrants.
tests/test_make_rectangle_plan.py:499
Methodtest_2x2_rectangle
2x2 rectangle should be a single 2x2 tile.
tests/test_make_rectangle_plan.py:362
Methodtest_3x3_rectangle
3x3 rectangle - mix of tiles.
tests/test_make_rectangle_plan.py:374
Methodtest_4x4_rectangle
4x4 rectangle - should fit multiple 2x2 tiles.
tests/test_make_rectangle_plan.py:382
Methodtest_add
(self)
tests/test_make_strip_plan.py:35
Methodtest_add
(self)
tests/test_make_rectangle_plan.py:43
Methodtest_all_points
(self)
tests/test_make_strip_plan.py:104
Methodtest_all_points
(self)
tests/test_make_rectangle_plan.py:91
Methodtest_area
(self)
tests/test_make_rectangle_plan.py:77
Methodtest_basic
(self)
tests/test_make_rectangle_plan.py:111
Methodtest_basic
(self)
tests/test_make_rectangle_plan.py:131
Methodtest_bottom_edge
(self)
tests/test_make_strip_plan.py:129
Methodtest_can_place_1x1_with_2_neighbors
1x1 cannot be placed with only 2 neighbors.
tests/test_make_rectangle_plan.py:1088
Methodtest_can_place_1x1_with_3_neighbors
1x1 can be placed when 3 of 4 quadrants in a 2x2 block are generated.
tests/test_make_rectangle_plan.py:1083
← previousnext →1,001–1,100 of 1,260, ranked by callers