Giter VIP home page Giter VIP logo

bi-3dt's Introduction

bi-3dt's People

Contributors

hanyman8 avatar hroncok avatar jakubprusa avatar jirutka avatar kalvotom avatar marianhlavac avatar syky27 avatar zubcz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bi-3dt's Issues

Use scad lexer for OpebnSCAD examples

GitHub can render SCAD code:

  use </usr/share/openscad/examples/example002.scad>
  linear_extrude(20) projection() rotate([90,0,0]) example002();

But we use the cpp lexer (because of Edux):

  use </usr/share/openscad/examples/example002.scad>
  linear_extrude(20) projection() rotate([90,0,0]) example002();

cpp is good enough for edux, but why not render it better here?

Proposal: use scad instead of cpp, sed it back to cpp in g2e.py.

Duplication of assets

Some .stls which should be only in template repos for classroom are also in this repo...

ADMesh tests shouldn't use 0-1 cubes

As calculating the area by facet_start[0].vertex[0].x * facet_start[0].vertex[0].y kinda yields the correct result by accident 🤕

Also, they are too symmetrical.

Absolute links to Edux

Get rid of them:

$ git grep edux.fit.cvut.cz/courses/BI-3DT
README.md:[Edux]: https://edux.fit.cvut.cz/courses/BI-3DT/
cs/admesh.md:[screenshoty pro NetBeany](https://edux.fit.cvut.cz/courses/BI-3DT/tutorials/admesh/win)
cs/course.md:[eduxtutorials]: http://edux.fit.cvut.cz/courses/BI-3DT/tutorials
cs/course.md:[eduxclassification]: http://edux.fit.cvut.cz/courses/BI-3DT/classification

Unreachable content

We should make sure all content is reachable from index.md via a series of links. In other words, we should check that every link was resolved at least once when we start resolving from index.md.

Deploy to GitLab / course-pages automatically

Currently a manual push to gitlab is needed. That is error prone.

Examine the following solutions:

  1. make GitHub push to GitLab automatically (AFAIK not possible)
  2. make GitLab fetch from GitHub automatically (last time I've checked it was not possible, cc @jirutka)
  3. use a CI service to push to GitLab (tedious but indeed possible)

Most important: master to master.
Less important but nice to have: Pull Request to extra branch for preview.

Check all remaining Edux content

To convert:

$ tree
.
├── classification
│   ├── archive                      [old HWs and CWs]
│   │   ├── openscad-ukol2013.txt
│   │   ├── openscad-ukol2014ls.txt
│   │   ├── openscad-ukol2014.txt
│   │   ├── openscad-ukol2015ls.txt
│   │   ├── openscad-ukol2015zs.txt
│   │   ├── openscad-ukol2016zs.txt
│   │   ├── semestralka2013.txt
│   │   ├── semestralka2014.txt
│   │   ├── semestralka2015.txt
│   │   ├── semestralka2016zs.txt
│   │   └── start.txt
│   └── semestralka.txt              [coursework assignment]

Ignoring en for now.

Some SVG files have custom font set, not available to all

For example mesh/normal_vector.svg uses Linux Libertine Display O and Andale Mono.

When we used PNG images, it was OK, but since Course Pages support SVGs, which is generally great, we've switched.

We should use some common fonts, such as sans.

Remake slicing assignment

Make homework check more flexible - like temperatures in range or higher/lower than and not exact value.
Maybe use some better 3D models and make better assignment. For example not adding "raft" for model that doesn't need it.

CloudCompare: Update to 2.11+

Some of the options were renamed in a later version of CloudCompare (e.g. PoissonRecon or PCV), we should include the new names in the tutorial.

Note to self: Make sure PoissonRecon is installed on FIT computers for next semester.

Update teachers page

We've talked about this. Please do it this week. Ask for help when in doubt.

  • Add @Zubcz page
  • Move @Hanyman8 to the bottom section
  • Update the classes list with current teachers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.