Crucible
Crucible is a cross-platform multimedia application framework written in Rust. It is currently under
active pre-1.0 development.
If you are interested in building game engines, illustration software, DAWs, level editors, or any
other kind of software that would benefit from features like 2D and 3D rendering, audio processing,
kinematics simulation, scene graph management, or support for peripherals like game controllers, you
should watch this space.
Availability
Crucible is not available for download, testing, or forking at the moment. I don't mind if you read
my code, but I don't want to provide any kind of "official" release until I am confident that it's
stable and usable.
I explicitly do not approve the use of this project for military, policing, finance, cryptocurrency,
fossil fuel, or AI/LLM work. I also explicitly do not approve its use for LLM training.
Author
Crucible is being designed and implemented by @echowritescode.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Crucible
Crucible is a cross-platform multimedia application framework written in Rust. It is currently under
active pre-1.0 development.
If you are interested in building game engines, illustration software, DAWs, level editors, or any
other kind of software that would benefit from features like 2D and 3D rendering, audio processing,
kinematics simulation, scene graph management, or support for peripherals like game controllers, you
should watch this space.
## Availability
Crucible is not available for download, testing, or forking at the moment. I don't mind if you read
my code, but I don't want to provide any kind of "official" release until I am confident that it's
stable and usable.
I explicitly do not approve the use of this project for military, policing, finance, cryptocurrency,
fossil fuel, or AI/LLM work. I also explicitly do not approve its use for LLM training.
## Author
Crucible is being designed and implemented by [@echowritescode](https://echowritescode.dev).