Skip to content

Commit a51bba8

Browse files
committed
N29: Blackjack
1 parent ea9eaaf commit a51bba8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Diff for: content/news/029/blackjack.gif

2.1 MB
Loading

Diff for: content/news/029/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,30 @@ If needed, a section can be split into subsections with a "------" delimiter.
7373

7474
## Tooling Updates
7575

76+
### [Blackjack]
77+
78+
![Animated gif showcasing the main features of Blackjack](blackjack.gif)
79+
80+
[Blackjack] by @setzer22 is a new procedural modelling application made in Rust,
81+
using `rend3`, `wgpu` and `egui`. It follows the steps of applications like
82+
Houdini, or Blender's geometry nodes project and provides a node-based
83+
environment to compose procedural recipes to create 3d models.
84+
85+
The project was recently announced, and an official open-source release is
86+
planned during the following month. Here's a highlight of the upcoming features:
87+
88+
- A node-based editor to compose operations like 3d math, vertex/edge/face
89+
selections and mesh edit operations.
90+
- Several polygon edit operations like bevel, chamfer and extrude.
91+
- Viewport display with support for displaying primitive ids and triangle
92+
half-edge winding.
93+
94+
_Discussions:
95+
[/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/rufvlc/meet_blackjack_a_3d_procedural_modelling/),
96+
[/r/rust](https://www.reddit.com/r/rust/comments/rug24x/media_meet_blackjack_a_3d_procedural_modelling/)_
97+
98+
[Blackjack]: http://example.com
99+
76100
## Library Updates
77101

78102
## Popular Workgroup Issues in Github

0 commit comments

Comments
 (0)