Skip to content

Commit a7089de

Browse files
authored
N23: planck ecs and texgen (#716)
* N23: planck_ecs tutorial * N23: texture_generator
1 parent 94fce6d commit a7089de

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

content/news/023/index.md

+38
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,19 @@ string and array operations, function pointers etc.
600600
[devblog.arcana.rs]: https://devblog.arcana.rs/how-to-make-plugins-system-with-rust-and-webassembly
601601
[@zakarumych]: https://github.com/zakarumych/
602602

603+
### [Getting Started with ECS using Planck ECS][planck-tutorial]
604+
605+
![planck logo](planck_ecs.png)
606+
607+
[planck_ecs] by [@jojolepro] is a minimalist and safe ECS library.
608+
609+
This month [@jojolepro] released a [tutorial][planck-tutorial]
610+
that describes how to use ECSes in general and [planck_ecs] specifically.
611+
612+
[planck-tutorial]: https://jojolepro.com/blog/2021-06-01_getting_started_with_ecs
613+
[planck_ecs]: https://github.com/jojolepro/planck_ecs
614+
[@jojolepro]: https://patreon.com/jojolepro
615+
603616
## Tooling Updates
604617

605618
### [Sugarcubes]
@@ -683,6 +696,31 @@ code and how you can help!
683696
[graphite-twitter]: https://twitter.com/GraphiteEditor
684697
[graphite-live-demo]: https://editor.graphite.design
685698

699+
### [texture_generator] v0.5
700+
701+
![A black&white top-down image of some building](texture_generator.png)
702+
_An depth image example_
703+
704+
[texture_generator] by [Orchaldir] is a library to generate textures,
705+
and a library to use those textures to render tilemaps.
706+
707+
This month the v0.5 version was release. Some of the updates:
708+
709+
- The editor was switched to [Iced].
710+
- Layered textures.
711+
- Door handles.
712+
- More options for depth calculation: depth gradient along X or Y
713+
and barrel shape.
714+
- Furniture can now have a fixed size or fill the selected area
715+
716+
_Discussions:
717+
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/nz5ban/i_switched_my_tilemap_editor_to_iced)_
718+
719+
[texture_generator]: https://github.com/Orchaldir/texture_generator
720+
[Orchaldir]: https://github.com/Orchaldir
721+
[texgen-v0-5]: https://github.com/Orchaldir/texture_generator/releases/tag/v0.5.0
722+
[Iced]: https://github.com/hecrj/iced
723+
686724
## Library Updates
687725

688726
### [backroll-rs] and [GGRS]

content/news/023/planck_ecs.png

161 KB
Loading
42.1 KB
Loading

0 commit comments

Comments
 (0)