Skip to content

N29: Blackjack #895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/029/blackjack.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions content/news/029/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,31 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Tooling Updates

### [Blackjack]

![Blackjack demo: Connecting visual nodes and tweaking various parameters to
procedurally generate a beveled box in real-time](blackjack.gif)

[Blackjack] by @setzer22 is a new procedural modelling application made in Rust,
using `rend3`, `wgpu` and `egui`. It follows the steps of applications like
Houdini, or Blender's geometry nodes project and provides a node-based
environment to compose procedural recipes to create 3d models.

The project was recently announced, and an official open-source release is
planned during the following month. Here's a highlight of the upcoming features:

- A node-based editor to compose operations like 3d math, vertex/edge/face
selections and mesh edit operations.
- Several polygon edit operations like bevel, chamfer and extrude.
- Viewport display with support for displaying primitive ids and triangle
half-edge winding.

_Discussions:
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/rufvlc/meet_blackjack),
[/r/rust](https://reddit.com/r/rust/comments/rug24x/media_meet_blackjack)_

[Blackjack](https://github.com/setzer22/blackjack)

## Library Updates

## Popular Workgroup Issues in Github
Expand Down