
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Archaea is a base geometric library that includes basic geometric objects to create meshes and triangulated exports of meshes.
Motivation of creating this library is started with master thesis, departments of Computational Science and Engineering and Architecture at Istanbul Technical University. Aim of thesis is to create geometric definitions for different environmental solvers like EnergyPlus and OpenFOAM to run them parallely on Linux environment.
Archaea is a geometrical playground for now, most important functionality of library is executing earcut algorithm on 3D coordinate system by plane (u, v) transformations. Shortly library can create triangulations with holes on 3D.
git clone git@github.com:archaeans/archaea.git
mkdir venv
sudo apt install python3.10-venv
python3 -m venv $HOME/..path../archaea/venv
source ./venv/bin/activate
python3 setup.py install
!!! NOTE
if python3 setup.py install
doesn't install dependencies, try to install them separately like pip3 install numpy-stl
Ctrl + Shift + P
Python: Select Interpreter
Enter Interpreter Path
Find python in virtual environment /venv/bin/python
FAQs
Playground for geometry.
We found that archaea demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.