Skip to content
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
19 changes: 0 additions & 19 deletions .github/workflows/docs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
needs: [release, prepare]
if: needs.release.outputs.is-release == 'true'
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/compas-threejs
permissions:
contents: read
id-token: write
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Aligned the release pipeline with `compas_pb` so publishing from `main` can proceed to GitHub release creation and documentation deployment
- Added package, Python, license, build, documentation, and COMPAS badges to the README
- Consolidated documentation automation in the release workflow

### Removed


Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# COMPAS ThreeJS

<p align="center">
<a href="https://pypi.org/project/compas-threejs/"><img src="https://img.shields.io/pypi/v/compas-threejs.svg" alt="PyPI version"></a>
<a href="https://pypi.org/project/compas-threejs/"><img src="https://img.shields.io/pypi/pyversions/compas-threejs.svg" alt="Python versions"></a>
<a href="https://github.com/compas-dev/compas_threejs/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License MIT"></a>
<a href="https://github.com/compas-dev/compas_threejs/actions"><img src="https://github.com/compas-dev/compas_threejs/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://compas.dev/compas_threejs"><img src="https://img.shields.io/badge/docs-latest-brightgreen.svg" alt="Documentation"></a>
<a href="https://compas.dev/mission-control/#compas_threejs"><img src="https://compas.dev/badge.svg" alt="Made with COMPAS"></a>
</p>

`compas_threejs` is a browser-based 3D viewer for COMPAS geometry. The Python
package serves a bundled Three.js frontend and exchanges geometry, scene, and
interaction messages through COMPAS Protobuf and WebSockets.
Expand Down Expand Up @@ -27,7 +36,7 @@ The viewer runs until interrupted with `Ctrl+C`.

- [TypeScript viewer](https://github.com/compas-dev/compas_threejs_ts)
- [COMPAS](https://github.com/compas-dev/compas)
- [COMPAS Protobuf](https://github.com/gramaziokohler/compas_pb)
- [COMPAS Protobuf](https://github.com/compas-dev/compas_pb)

## License

Expand Down