Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aed978e

Browse filesBrowse files
authored
N29: Blackjack (rust-gamedev#895)
1 parent b14bc0b commit aed978e
Copy full SHA for aed978e

File tree

Expand file treeCollapse file tree

2 files changed

+25
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+25
-0
lines changed

‎content/news/029/blackjack.gif

Copy file name to clipboard
2.1 MB
Loading

‎content/news/029/index.md

Copy file name to clipboardExpand all lines: content/news/029/index.md
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,31 @@ _Discussions:
158158

159159
## Tooling Updates
160160

161+
### [Blackjack]
162+
163+
![Blackjack demo: Connecting visual nodes and tweaking various parameters to
164+
procedurally generate a beveled box in real-time](blackjack.gif)
165+
166+
[Blackjack] by @setzer22 is a new procedural modelling application made in Rust,
167+
using `rend3`, `wgpu` and `egui`. It follows the steps of applications like
168+
Houdini, or Blender's geometry nodes project and provides a node-based
169+
environment to compose procedural recipes to create 3d models.
170+
171+
The project was recently announced, and an official open-source release is
172+
planned during the following month. Here's a highlight of the upcoming features:
173+
174+
- A node-based editor to compose operations like 3d math, vertex/edge/face
175+
selections and mesh edit operations.
176+
- Several polygon edit operations like bevel, chamfer and extrude.
177+
- Viewport display with support for displaying primitive ids and triangle
178+
half-edge winding.
179+
180+
_Discussions:
181+
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/rufvlc/meet_blackjack),
182+
[/r/rust](https://reddit.com/r/rust/comments/rug24x/media_meet_blackjack)_
183+
184+
[Blackjack](https://github.com/setzer22/blackjack)
185+
161186
## Library Updates
162187

163188
### [assets_manager]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.