home.social

#hotreload — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hotreload, aggregated by home.social.

  1. Live Reload на JVM

    В этой статье я хотел бы обобщить всё, что мы знаем про Hot/Live Reloading на JVM, и далее показать, как я пришел к реализации универсального Live Reloading решения для любых веб-приложений на JVM. Вкратце, в этой статье мы: 🔹 Попробуем сформулировать, какие виды релоадинга бывают. 🔹 Подробно рассмотрим, какие реализации существуют на JVM. 🔹 И немножко обсудим детали реализации универсального решения, и что вообще к нему привело.

    habr.com/ru/articles/974004/

    #java #scala #kotlin #hotreload #livereload

  2. 🚀 New updates to Compose Multiplatform Wizard!

    ✅ Update dependencies to latest stable and pre-release versions
    ✅ Update HotReload to 1.0.0-alpha08
    ✅ Add Kotlin-Logging library
    ✅ Add Sketch image library
    ✅ Add MaterialKolor library
    ✅ Move @Preview annotation to the common App function
    ✅ Refactor iOS app entry point to use SwiftUI

    terrakok.github.io/Compose-Mul

    #ComposeMultiplatform #Kotlin #Compose #HotReload

  3. bun+typescript is node+ts but -npm-dependent -extra-pm-cmd +git support +buildin: test tooling, bundler, watchmode, hotreload, performance & speed

    #Bun #TypeScript #NodeJS #GitSupport #BuildInTooling #HotReload #Performance #Speed #JavaScript #WebDevelopment

  4. I have released version 0.9 of `cq-studio`, my hot-reloading server for using the excellent #YACV viewer to interact with models you build in #CadQuery (or #build123d) with #Python code, programmatically. It lets you edit your model code module(s) in any editor/IDE you like, and the models are re-rendered whenever changes to your files are saved.

    pypi.org/project/cq-studio/

    You can install it with just `pipx install cq-studio`. If you've never used pipx before, it requires a tiny amount of setup to add the programs it installs to your file search PATH environment variable.

    CadQuery is an alternative to the perhaps better-known OpenSCAD package. CadQuery uses a more advanced CAD kernel than OpenSCAD, but they both have their uses.

    #CQStudio #CAD #CAD3D #modelling #SolidModelling #model #programmatic #HotReload #OpenSCAD #PyOpenScad

  5. I have released version 0.9 of `cq-studio`, my hot-reloading server for using the excellent #YACV viewer to interact with models you build in #CadQuery (or #build123d) with #Python code, programmatically. It lets you edit your model code module(s) in any editor/IDE you like, and the models are re-rendered whenever changes to your files are saved.

    pypi.org/project/cq-studio/

    You can install it with just `pipx install cq-studio`. If you've never used pipx before, it requires a tiny amount of setup to add the programs it installs to your file search PATH environment variable.

    CadQuery is an alternative to the perhaps better-known OpenSCAD package. CadQuery uses a more advanced CAD kernel than OpenSCAD, but they both have their uses.

    #CQStudio #CAD #CAD3D #modelling #SolidModelling #model #programmatic #HotReload #OpenSCAD #PyOpenScad

  6. I have released version 0.9 of `cq-studio`, my hot-reloading server for using the excellent #YACV viewer to interact with models you build in #CadQuery (or #build123d) with #Python code, programmatically. It lets you edit your model code module(s) in any editor/IDE you like, and the models are re-rendered whenever changes to your files are saved.

    pypi.org/project/cq-studio/

    You can install it with just `pipx install cq-studio`. If you've never used pipx before, it requires a tiny amount of setup to add the programs it installs to your file search PATH environment variable.

    CadQuery is an alternative to the perhaps better-known OpenSCAD package. CadQuery uses a more advanced CAD kernel than OpenSCAD, but they both have their uses.

    #CQStudio #CAD #CAD3D #modelling #SolidModelling #model #programmatic #HotReload #OpenSCAD #PyOpenScad

  7. I have released version 0.9 of `cq-studio`, my hot-reloading server for using the excellent #YACV viewer to interact with models you build in #CadQuery (or #build123d) with #Python code, programmatically. It lets you edit your model code module(s) in any editor/IDE you like, and the models are re-rendered whenever changes to your files are saved.

    pypi.org/project/cq-studio/

    You can install it with just `pipx install cq-studio`. If you've never used pipx before, it requires a tiny amount of setup to add the programs it installs to your file search PATH environment variable.

    CadQuery is an alternative to the perhaps better-known OpenSCAD package. CadQuery uses a more advanced CAD kernel than OpenSCAD, but they both have their uses.

    #CQStudio #CAD #CAD3D #modelling #SolidModelling #model #programmatic #HotReload #OpenSCAD #PyOpenScad

  8. I have released version 0.9 of `cq-studio`, my hot-reloading server for using the excellent #YACV viewer to interact with models you build in #CadQuery (or #build123d) with #Python code, programmatically. It lets you edit your model code module(s) in any editor/IDE you like, and the models are re-rendered whenever changes to your files are saved.

    pypi.org/project/cq-studio/

    You can install it with just `pipx install cq-studio`. If you've never used pipx before, it requires a tiny amount of setup to add the programs it installs to your file search PATH environment variable.

    CadQuery is an alternative to the perhaps better-known OpenSCAD package. CadQuery uses a more advanced CAD kernel than OpenSCAD, but they both have their uses.

    #CQStudio #CAD #CAD3D #modelling #SolidModelling #model #programmatic #HotReload #OpenSCAD #PyOpenScad

  9. Update on the #Ziglang #WebAssembly #WebGL bridge for thi.ng/wasm-api...

    The overall approach is quite highlevel & very close to thi.ng/webgl in JS/TS (which is also doing all the heavy lifting behind the scenes)

    Supported so far:

    - declarative shader attributes, varyings, uniforms w/ partial code generation
    - declarative attribute buffer creation
    - optional support for instancing, e.g. as shown in the video[1]
    - per-model spec uniform overrides & setters (without having to juggle shader uniform locations etc.)

    Planned:

    - texture & FBO/RBO creation/management
    - multipass shader pipeline creation

    Another nice workflow aspect shown in the video: Using `mprocs`[2] to run multiple processes, here: Vite dev server, the Zig build system (to build a WASM binary) and thi.ng/meta-css (highlevel CSS toolchain). `mprocs` allows relaunching processes via key press (`R`), so even though it's not fully-automatic hot reload, I can make changes to the Zig source code, press `R` to rebuild, optimize & copy the WASM file. This then is detected by Vite which then reloads it in the browser... there's a slight delay (sure can be improved), but that all works great!

    [1] The 3 triangles are instances of the same single geometry
    [2] github.com/pvolok/mprocs

    #ThingUmbrella #WebGL #WebAssembly #Zig #Ziglang #TypeScript #JavaScript #HotReload #Workflow

  10. Habe heute mal #Jetbrains #Rider ausprobiert. (Ich mag #PHPStorm, #ReSharper, #IntelliJ )

    Bin aber leider zu sehr ans #VisualStudio #HotReload (auch für #NET4 und #WPF ) gewohnt, und so einen #Git "Sync" Button (1-Click-commit-pull-push) sollten die noch einbauen, dann würde ich glatt umsteigen.

  11. Hot-reloading #rust: New version of hot-lib-reloader just went out: github.com/rksm/hot-lib-reload

    Improved file change handling and custom lib names are now supported.

    #hotreload for #fun and #profit :D

  12. We have a launch date!
    Live++ for Xbox Series X|S will arrive on August 8, 2023.

    Developers for Microsoft's gaming console can finally enjoy the full suite of Live++ hot-reload tools.

    #cpp #hotreload #Xbox

  13. 🎉 release 2.2 for ( 3), @UnoPlatform &

    ✅ Many new layout helpers e.g. gradients
    ✅ Latest Windows App SDK / Uno Platform
    ✅ Supports Uno.NotImplemented attribute
    new template with

    👇
    github.com/VincentH-Net/CSharp

  14. 🎉C# Markup 2 version 2.0 for 3 is out!

    This is a major release with lots of developer experience goodness plus new targets and features. NJoy!🎁

    ✅Latest /
    @UnoPlatform🆕

    ✅High quality new templates - getting started has never been easier🙂

    overlay for quick app buildout🚀

    ➡️Start here github.com/VincentH-Net/CSharp

    @WindowsUI

  15. 2 for and @unoplatform is coming along nicely🙂

    -🔥Windows C# updates UI on Ctrl+S
    - All 7 target platforms, 11
    - Nested view files in sln explorer
    - Fully + enabled dotnet new template

  16. Looks like #ndcsydney videos are starting to come out, which means you can now watch that one time I tricked a conference into letting me talk about something I really like, but that nobody in the audience actually benefits from knowing!!!!*

    youtu.be/tVmABHwxuqE

    (* I know, I know, but self-deprecating is my brand)

    #dotnet #csharp #hotreload

  17. Die neue Version bietet hybride Apps, Erweiterungen bei den Basisklassen sowie Verbesserungen von Entwicklerproduktivität und Laufzeitverhalten.
    Microsoft liefert .NET 6 aus
  18. @[email protected]:
    Thanks, @coolcsh for the message and apology for #hotreload issue. First thanks for the revert. It means a lot. I do think there will need to be more work to repair the trust lost in the community. We are striving to get more developers involved and using .NET on all platforms.