 Ampandheaust
|
000bfd63bf
|
Optimize render graph and add GPU profiling
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
|
2026-08-20 11:48:06 +00:00 |
|
 Ampandheaust
|
9768765d74
|
Replace addons with conventional handles
Provide the single-loadout Scene API, SAB-backed meshes, cameras, materials, lights, workers, post effects, and tutorial playgrounds. Batch matching row growth so active GPU loadouts refresh once.
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
|
2026-08-20 06:39:30 +00:00 |
|
 Ampandheaust
|
d095ee7849
|
Restore Rust core at repository root
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
|
2026-08-20 03:40:59 +00:00 |
|
 Ampandheaust
|
f12c7c9603
|
Rewrite core around shared rows and render graphs
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
|
2026-08-19 15:30:32 +00:00 |
|
 Ampandheaust
|
d34722d66d
|
Add tutorial docs and interactive playgrounds
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
|
2026-08-19 14:20:59 +00:00 |
|
 Ampandheaust
|
0e44917f9e
|
Rebuild core around render graph AST and shared memory
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
|
2026-08-18 11:58:31 +00:00 |
|
Akash Shakdwipeea
|
2a49f07d68
|
Look ma! hot reload! (#16)
|
2025-10-24 19:44:06 +05:30 |
|
 Akash ShakdwipeeaandAmp
|
b295c0bf0b
|
separate out renderer crate (#13)
* add keyboard handler
* some cleanup
* add l key binding
* Fix WASM shared memory generation for Rust nightly 2025-10-20+
Add explicit linker flags for shared memory generation after Rust PR #147225
removed automatic flags with +atomics. This fixes DataCloneError when sharing
memory with workers.
Changes:
- Add --shared-memory, --max-memory, --import-memory flags
- Export TLS symbols: __wasm_init_tls, __tls_size, __tls_align, __tls_base
- Update both Cargo.toml and package.json build scripts
Amp-Thread-ID: https://ampcode.com/threads/T-41d99b69-5754-4fdf-b06e-a46343fa7485
Co-authored-by: Amp <amp@ampcode.com>
* add a level-editor crate
* remove redundant worker setup
* simplify app setup
* add SceneBuilder
* separate out default scene implementation in a crate
* define default method for MeshBuilder
---------
Co-authored-by: Amp <amp@ampcode.com>
|
2025-10-22 18:08:02 +05:30 |
|