Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cormullion/thebes.jl
Thebes.jl is a simple little package that provides 3D services to Luxor.jl.
https://github.com/cormullion/thebes.jl
3d graphics luxor vector-graphics
Last synced: 16 days ago
JSON representation
Thebes.jl is a simple little package that provides 3D services to Luxor.jl.
- Host: GitHub
- URL: https://github.com/cormullion/thebes.jl
- Owner: cormullion
- License: other
- Created: 2017-12-01T17:07:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T20:52:51.000Z (10 months ago)
- Last Synced: 2024-04-17T14:11:59.279Z (10 months ago)
- Topics: 3d, graphics, luxor, vector-graphics
- Language: Julia
- Homepage: https://cormullion.github.io/Thebes.jl/
- Size: 47.2 MB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![thebes](docs/src/assets/figures/repository-open-graph-template.png)
| **Documentation** | **Build Status** | **Code Coverage** |
|:----------------------------------------------------:|:-----------------------------------------:|:-------------------------------:|
| [![][docs-stable-img]][docs-stable-url] | [![Build Status][ci-img]][ci-url] | [![][codecov-img]][codecov-url] |
| [![][docs-development-img]][docs-development-url] | [![Build Status][appvey-img]][appvey-url] | |# Thebes
Thebes.jl is a little extension package for vector-graphics package [Luxor.jl](https://github.com/JuliaGraphics/Luxor.jl) that provides some rudimentary 3D (2.5D?) wireframe functionality.
![mobius](docs/src/assets/figures/mobiusmovie.gif)
#### ‘Thebes’?
Luxor.jl is built on [Cairo.jl](https://github.com/JuliaGraphics/Cairo.jl), and Thebes.jl provides a 3D context for Luxor.jl. Luxor, the modern city about 675km south of Cairo, is built on the site of Thebes, the ancient capital city of Egypt, which flourished 5000 years ago.
# Acknowledgements
Many thanks to @c42f who helped me implement the rotations using Rotations.jl!
[docs-development-img]: https://img.shields.io/badge/docs-development-blue.svg
[docs-development-url]: http://cormullion.github.io/Thebes.jl/dev/[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: http://cormullion.github.io/Thebes.jl/dev/[travis-img]: https://travis-ci.com/cormullion/Thebes.jl.svg?branch=master
[travis-url]: https://travis-ci.com/cormullion/Thebes.jl[appvey-img]: https://ci.appveyor.com/api/projects/status/yhslnuoo8803e2pe?svg=true
[appvey-url]: https://ci.appveyor.com/project/cormullion/thebes-jl/branch/master[codecov-img]: https://codecov.io/gh/cormullion/Thebes.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/cormullion/Thebes.jl[ci-img]: https://github.com/cormullion/Thebes.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/cormullion/Thebes.jl/actions?query=workflow%3ACI