Git Product home page Git Product logo

Comments (4)

rjpower4 avatar rjpower4 commented on May 29, 2024

Maybe something along these lines:

.
├── CMakeLists.txt
├── cmake/
├── docs/
├── lib/
│   ├── CMakeLists.txt
│   ├── forest
│   │   ├── CMakeLists.txt
│   │   ├── include/
|   |   |   └── forest/
│   │   └── src/
│   │   └── test/
│   │       └── CMakeLists.txt
│   └── pyforest/
│       ├── CMakeLists.txt
│       └── src/
│       └── test/
│       └── pyforest/
|           ├── *.cpp 
|           └── __init__.py
├── test
└── third_party
    └── CMakeLists.txt

Thoughts? Not super sure about how to organize the python stuff.

from forest.

nicklafarge avatar nicklafarge commented on May 29, 2024

Looks good. I'll trust your judgement on the C++ side. A couple thoughts/questions:

  • What do you think about a top-level examples/ folder to collect some sample scripts? (not quite sure how to incorporate matlab in here)
  • I'm not sure pyforest will need a src directory. I imagine that we have pybind take care of all the python definitions (in pyforest/pyforest/*.cpp), so the only .py files would be either examples scripts (see above) or unit tests.
  • Where do you foresee pybind11 to fit into this? Are we going to handle that with git submodules? How about the cspice header files we eventually pull from NAIF?
.
├── CMakeLists.txt
├── cmake/
├── docs/
├── examples/
│   ├── pyforest/
│   ├── matlab/
├── lib/
│   ├── CMakeLists.txt
│   ├── forest
│   │   ├── CMakeLists.txt
│   │   ├── include/
|   |   |   └── forest/
│   │   └── src/
│   │   └── test/
│   │       └── CMakeLists.txt
│   └── pyforest/
│       ├── CMakeLists.txt
│       └── test/
│       └── pyforest/
|           ├── *.cpp 
|           └── __init__.py
├── test
└── third_party
    └── CMakeLists.txt

from forest.

rjpower4 avatar rjpower4 commented on May 29, 2024

We'll pull in pybind11 with a CMake FetchContent directive, so there's no issue there. An examples directory makes sense to me, we'll probably want to subdivide by language.

One thing, what does the user story look like in relation to installing the python directory, @nicklafarge?

from forest.

nicklafarge avatar nicklafarge commented on May 29, 2024

One thing, what does the user story look like in relation to installing the python directory, @nicklafarge?

I'm not sure what you mean by "installing the python directory"?

from forest.

Related Issues (17)

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.