LeandroRochAlg /
cubo
[PT] Este projeto é um exemplo básico de renderização de um cubo 3D texturizado com interações de usuário usando Pygame e OpenGL.
41/100 healthLoading repository data…
prenansantana / repository
pt: Um exemplo de como utilizar o Python Diagrams para gerar diagramas de arquitetura de sistemas em nuvem, bonitos, com poucas linhas de código e usando Remote-Containers do VSCode. en: A Python Diagrams example to generate cloud systems architecture diagrams, beautiful, typing few code lines and using Remote-Containers VSCode extension.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Um exemplo de como utilizar o Python Diagrams para gerar diagramas de arquitetura de sistemas em nuvem, bonitos, com poucas linhas de código e usando Remote-Containers do VSCode.
Tabela de conteúdos
=================
A idéia surgiu da leitura desse artigo aqui sobre "Como criar belos diagramas de arquitetura usando Python". Existem várias ferramentas visuais para fazer isso, mas geralmente elas não fazem só diagramas de arquitetura e se são boas, não são gratuítas.
Achei essa solução bem interessante e testei com as instruções do artigo acima e também verificando a documentação oficial do Diagrams. O incremento que fiz foi fazer o projeto utilizando os recursos da extensão Remote-Containers do VSCode.
Gera diagramas de arquitetura de sistemas em nuvem usando Python.
Desde que você tenha instalado no seu computador o VSCode e a extensão Remote-Containers, não tem pré-requisito algum, é só rodar o projeto! 😲
Instruções:
# Clone este repositório
$ git clone https://github.com/pedrorenan/python-diagrams.git
# Acesse a pasta do projeto no terminal/cmd
$ cd python-diagrams
# Abra o projeto com o VSCode
$ code .
Quando o VSCode abrir você verá uma mensagem informando que foram detectadas as configurações necessárias para que a extensão Remote-Containers faça a mágica acontecer.
Clique em "Reopen in Container". O VSCode vai reiniciar e é só aguardar o ambiente ficar pronto para você. Pode demorar um pouco na primeira vez se você nunca tiver feito o download dos containers necessários 🕐. Mas vale a pena!
Quando finalizar, você terá um terminal dentro do VSCode que já está dentro do container. Tudo integrado! Tipo Inception mesmo 🍿.
💡 Tudo que você executar nesse terminal será executado dentro do container apenas!
Então vamos ao útlimo passo:
# Gere os diagramas
$ python diagram.py
Os diagramas serão gerados em uma pasta chamada "diagrams", mas você pode alterar isso se quiser 😀. Olha como fica bonitão:
Eu escrevi um post sobre VSCode e Remote-Containers, se quiser ler um pouco mais sobre o assunto, é só acessar "Em busca da independência para o ambiente de desenvolvimento".
Faça um fork do projeto.
Crie uma nova branch com as suas alterações: git checkout -b my-feature
Salve as alterações e crie uma mensagem de commit contando o que você fez: git commit -m "feature: My new feature"
Envie as suas alterações: git push origin my-feature
Caso tenha alguma dúvida confira este guia de como contribuir no GitHub
Este projeto esta sobe a licença MIT.
Feito com ❤️ por Pedro Renan 👋🏽 Entre em contato!
A Python Diagrams example to be used as a guide to generate cloud systems architecture diagrams. Making them visually appealing, typing few lines of code and using the Remote-Containers VSCode extension.
Table of content
=================
The idea to create this project came from reading an article about this over here "Create Beautiful Architecture Diagrams with Python". There are a vast number of visual tools to do create python diagrams, but usually they are not focused only on creating architectural diagrams. And if the tool is good, it will not be free.
I thought that this solution is very interesting and tested it following the instructions in the article above. Also checking the official Diagrams documentation. The increment that I did was to make the project using the resources of the VSCode and Remote-Containers extension.
It generates architecture diagrams of cloud systems using Python.
If you have VSCode and the Remote-Containers extension installed on your computer, there is no other prerequisite. Just run the project! 😲
Steps:
# Clone this repository
$ git clone https://github.com/pedrorenan/python-diagrams.git
# Open the project folder in the terminal
$ cd python-diagrams
# Open the project with VSCode
$ code .
When VSCode opens, you will see a message stating that the necessary settings have been detected for the Remote-Containers extension to make the magic happen.
Click on “Reopen in Container”. The VSCode will restart. Just wait for the environment to get ready for you. It may take a while during the first time, specially if you have never downloaded the necessary containers 🕐. But it's worth it!
Once done, you will have a terminal inside the VSCode that is already inside the container. Everything integrated! Like Inception 🍿.
💡 Everything you do in this terminal will be done only inside the container!
Last Step:
# Generate diagrams
$ python diagram.py
The diagrams will be generated in a folder called “diagrams”, but you can change this if you want 😀. Look how great it looks:
I wrote a post (Portuguese only) about VSCode and Remote-Containers, if you want to read a little more about it, just go to "Em busca da independência para o ambiente de desenvolvimento".
git checkout -b my-featuregit commit -m" feature: My new feature "git push origin my-featureIf you have any questions check this guide on how to contribute
This project is under the license MIT.
Made with ❤️ by Pedro Renan 👋🏽 Get in Touch!
Selected from shared topics, language and repository description—not editorial ratings.
LeandroRochAlg /
[PT] Este projeto é um exemplo básico de renderização de um cubo 3D texturizado com interações de usuário usando Pygame e OpenGL.
41/100 health