lade...
random avatar

nikl_me - Network

Posts Subscribe

My experimental static site generator Cinnog combines #Leptos with #bevy ECS and has been updated to the latest Leptos commit. The last RC...

https://mastodon.online/@nikl_me...

My experimental static site generator Cinnog combines with ECS and has been updated to the latest Leptos commit. The last RC had some small issues with static site generation, but they were fixed swiftly 👍

The upcoming 0.7 release of Leptos is looking good!

github.com/NiklasEi/cinnog

12.11.2024 21:03My experimental static site generator Cinnog combines #Leptos with #bevy ECS and has been updated to the latest Leptos commit. The last RC...
https://mastodon.online/@nikl_me...

Looking forward to #Bevy 0.15!bevy_common_assets, bevy_kira_audio and bevy_asset_loader are now compatible with the second RC. The first two...

https://mastodon.online/@nikl_me...

Looking forward to 0.15!

bevy_common_assets, bevy_kira_audio and bevy_asset_loader are now compatible with the second RC. The first two have an rc released; bevy_asset_loader is compatible on the "bevy-0-15" branch.

I was sceptical about "required components", but looking at the diff in the plugin examples, I think Bevy made another good decision.

31.10.2024 07:07Looking forward to #Bevy 0.15!bevy_common_assets, bevy_kira_audio and bevy_asset_loader are now compatible with the second RC. The first two...
https://mastodon.online/@nikl_me...

My static site generator Cinnog using #Leptos and @bevy ECS got a new API. It now uses bevy_app under the hood which allows to define...

https://mastodon.online/@nikl_me...

My static site generator Cinnog using and @bevy ECS got a new API. It now uses bevy_app under the hood which allows to define functionality like converting all markdown to HTML in a Bevy plugin.

Cinnog: github.com/NiklasEi/cinnog
Example: github.com/NiklasEi/cinnog_exa

25.4.2024 11:54My static site generator Cinnog using #Leptos and @bevy ECS got a new API. It now uses bevy_app under the hood which allows to define...
https://mastodon.online/@nikl_me...

During the Holidays, I experimented with #Leptos static site generation using #Bevy ECS as data layer. The outcome is Cinnog, a WIP static...

https://mastodon.online/@nikl_me...

During the Holidays, I experimented with static site generation using ECS as data layer. The outcome is Cinnog, a WIP static site generator: nikl.me/blog/2024/bevy_ecs_as_

8.1.2024 17:00During the Holidays, I experimented with #Leptos static site generation using #Bevy ECS as data layer. The outcome is Cinnog, a WIP static...
https://mastodon.online/@nikl_me...

I've been playing with combining #bevy ECS and #leptos to create a static site generator using the ECS as a data layer. In the current...

https://mastodon.online/@nikl_me...

I've been playing with combining ECS and to create a static site generator using the ECS as a data layer. In the current PoC, users can run systems to insert any data into the ECS. For example, load some files and insert their content as resources or entities and Bevy-components.

In Leptos-components, Resources can be read and systems can be used to query the ECS.

Repository: github.com/NiklasEi/ecs_leptos
Deployed example website: ecs-leptos-ssg.netlify.app/

21.12.2023 08:11I've been playing with combining #bevy ECS and #leptos to create a static site generator using the ECS as a data layer. In the current...
https://mastodon.online/@nikl_me...

There is also a guide on creating a #GitHub workflow for a #rustlang #Android app using...

https://mastodon.online/@nikl_me...

There is also a guide on creating a workflow for a app using .

nikl.me/blog/2023/github_workf

3.8.2023 14:57There is also a guide on creating a #GitHub workflow for a #rustlang #Android app using...
https://mastodon.online/@nikl_me...

I just published my second post on mobile development with #bevyengine. This one focuses on getting a Bevy application ready for the app...

https://mastodon.online/@nikl_me...

I just published my second post on mobile development with . This one focuses on getting a Bevy application ready for the app stores.
nikl.me/blog/2023/notes_on_mob

3.8.2023 14:52I just published my second post on mobile development with #bevyengine. This one focuses on getting a Bevy application ready for the app...
https://mastodon.online/@nikl_me...

Just finished a guide on how to build and publish your #rustlang #ios app in a GitHub workflow. It's originally meant for a #bevyengine...

https://mastodon.online/@nikl_me...

Just finished a guide on how to build and publish your app in a GitHub workflow. It's originally meant for a project, but should be easy to adapt.
nikl.me/blog/2023/github_workf

29.7.2023 12:54Just finished a guide on how to build and publish your #rustlang #ios app in a GitHub workflow. It's originally meant for a #bevyengine...
https://mastodon.online/@nikl_me...

A month into my mobile development journey with #bevy, I finally have builds ready for distribution through the stores. 🥳 Now on to...

https://mastodon.online/@nikl_me...

A month into my mobile development journey with , I finally have builds ready for distribution through the stores. 🥳
Now on to writing some blog posts documenting the fixes and workarounds that were necessary. I'll also put some work into guides on how to use my github worflows that can directly publish to the App stores.

28.7.2023 14:23A month into my mobile development journey with #bevy, I finally have builds ready for distribution through the stores. 🥳 Now on to...
https://mastodon.online/@nikl_me...

While working on my logic puzzle app, I wrote down some notes on #Android development using...

https://mastodon.online/@nikl_me...

While working on my logic puzzle app, I wrote down some notes on development using

nikl.me/blog/2023/notes_on_and

8.7.2023 16:25While working on my logic puzzle app, I wrote down some notes on #Android development using...
https://mastodon.online/@nikl_me...

bevy_asset_loader has been updated to support #bevy version 0.10.This plugin makes asset loading during a configurable state very easy. It...

https://mastodon.online/@nikl_me...

bevy_asset_loader has been updated to support version 0.10.

This plugin makes asset loading during a configurable state very easy. It will keep track of all your asset handles in resources and guarantees that your assets are loaded once you enter your game state.
The latest version improves the use case of configuring the same loading state in multiple plugins in your application. After setting up a loading state, you can add asset collections to it from anywhere.

crates.io/crates/bevy_asset_lo

10.3.2023 19:17bevy_asset_loader has been updated to support #bevy version 0.10.This plugin makes asset loading during a configurable state very easy. It...
https://mastodon.online/@nikl_me...

bevy_kira_audio version 0.15.0 is out. It supports the new #bevy version and fixes a bug in spacial...

https://mastodon.online/@nikl_me...

bevy_kira_audio version 0.15.0 is out. It supports the new version and fixes a bug in spacial audio.

crates.io/crates/bevy_kira_aud

6.3.2023 18:32bevy_kira_audio version 0.15.0 is out. It supports the new #bevy version and fixes a bug in spacial...
https://mastodon.online/@nikl_me...

`bevy_kira_audio` was updated to version `0.14.0`. It supports very rudimentary spacial audio showcased in the new example...

https://mastodon.online/@nikl_me...

`bevy_kira_audio` was updated to version `0.14.0`. It supports very rudimentary spacial audio showcased in the new example github.com/NiklasEi/bevy_kira_

It's also possible to control volume in Decibels now and some Kira types were reexported in case you want to build your own `AudioSource`.

4.3.2023 16:56`bevy_kira_audio` was updated to version `0.14.0`. It supports very rudimentary spacial audio showcased in the new example...
https://mastodon.online/@nikl_me...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members