A CAD/CAM environment for designing atomically-precise molecular nanotechnology. Eventually. Right now it's a decently fast molecular viewer able to parse PDB files.
brew install cmake
apt install build-essential cmake libx11-dev
dnf groupinstall "Development Tools" && dnf install gcc-c++ cmake libX11-devel
git clone
this repository and navigate to itcargo run
If your browser supports WebGPU, you can run atomCAD in your browser:
brew install cmake
apt install build-essential cmake libx11-dev
dnf groupinstall "Development Tools" && dnf install gcc-c++ cmake libX11-devel
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
git clone
this repository and navigate to itRUSTFLAGS=--cfg=web_sys_unstable_apis trunk serve --open
set "RUSTFLAGS=--cfg=web_sys_unstable_apis"
and then execute trunk serve --open
There is a check.sh
script which does a similar set of checks as would be
run by the continuous integration checker, for all supported platforms. You
will need to download the rust toolchain for each supported build target
before running this script:
rustup target add aarch64-linux-android thumbv7neon-linux-androideabi \
x86_64-linux-android i686-linux-android aarch64-apple-ios \
aarch64-apple-ios-sim x86_64-apple-ios aarch64-apple-darwin \
x86_64-apple-darwin x86_64-unknown-linux-gnu i686-unknown-linux-gnu \
riscv64gc-unknown-linux-gnu aarch64-unknown-linux-gnu \
thumbv7neon-unknown-linux-gnueabihf powerpc64-unknown-linux-gnu \
powerpc64le-unknown-linux-gnu x86_64-pc-windows-msvc x86_64-pc-windows-gnu \
i686-pc-windows-msvc i686-pc-windows-gnu aarch64-pc-windows-msvc \
wasm32-unknown-unknown
This project is distributed under the terms of the Mozilla Public License, v. 2.0. See LICENSE for details.
Some parts of this project are derived from other projects using compatible licenses, and only those parts are distributed under the terms of their original license. See LICENSE-3RD-PARTY or the copyright declaration of individual files for details.