GithubHelp home page GithubHelp logo

allan-feng / glibby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 2020wmarvil/glibby

0.0 0.0 0.0 1.11 MB

License: MIT License

Shell 0.11% C++ 95.78% CMake 3.74% Batchfile 0.30% Python 0.06%

glibby's Introduction

glibby

build health license standard-readme compliant

The goal of this project is to create a C++ library encapsulating both classical and experimental techniques in computational geometry, with a focus on real-time performance and ease of use.

Visit our documentation pages for more information on how to build and use glibby in your projects.

Spring 2023 Pitch Deck.

Table of Contents

Installation

git clone https://github.com/2020wmarvil/glibby.git
cmake -E make_directory build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DGLIBBY_BUILD_RENDERER=ON -DGLIBBY_BUILD_EXAMPLES=ON -DGLIBBY_BUILD_DOCS=OFF
make install -j8

Note, to build with the debug renderer, you will need the Vulkan SDK installed.

Usage

#include "glibby/primitives/point2D.h"

int main() {
    glibby::Distance({ 0.0f, 0.0f }, { 5.0f, 5.0f });
}

Examples

Coming soon...

High-Level Todos

  • Core Geometry Library
    • Math Library
    • Primitive Shapes and Operations
    • Surface Mesh Data Structures
    • Volumetric Mesh Data Structures
    • Surface/Volumetric Mesh Operations
    • Triangulation/Tetrahedralization
    • Voronoi Diagrams
    • Arrangements
    • Surface/Shape Reconstruction
    • Spatial Algorithms
    • Convex Hulls
  • Job Dispatch
  • Compute Dispatch
  • Companion Renderer
    • Vulkan (in progress)
    • OpenGL, DirectX, Metal
  • Language Bindings
    • Python, C#, Rust, ...

Contributing

Feel free to dive in! Open an issue or submit PRs. Check out Contributing to see how to contribute.

glibby follows the Contributor Covenant Code of Conduct.

Contributors

This project exists thanks to all the people who contribute.

Maintainers

@Wyatt Marvil. Reach me at [email protected] or join our Discord server.

License

MIT (c) Wyatt Marvil

glibby's People

Contributors

2020wmarvil avatar vitisadi avatar jac-oblong avatar allan-feng avatar npardave123 avatar nikulp23 avatar hexase avatar

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.