Code Monkey home page Code Monkey logo

bgfx-rs's People

Contributors

rhoot avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

bgfx-rs's Issues

New Rust wrapper for bgfx

Hi,

I just wanted to let you know (as written in the readme) I have started a new wrapper over her https://github.com/emoon/bgfx-rs that covers a majority of all the bgfx APIs. So while it's not a fork of this (as I'm auto-generating the majority of the code) I wanted to let you know.

Cargo cannot clone glutin because of unknown rev 'c27e979'

You probably just forgot to push a glutin version, cargo build fails with:

➜  bgfx-rs (master) cargo build --verbose
    Updating registry `https://github.com/rust-lang/crates.io-index`
    Updating git repository `https://github.com/rhoot/glutin.git`
Unable to update https://github.com/rhoot/glutin.git?rev=c27e979

Removing the explicit rev from Cargo.toml then fails with a compile error in glutin:

➜  bgfx-rs (master) ✗ cargo run --example 00-helloworld
...
   Compiling cocoa v0.2.2
   Compiling bgfx v0.1.0 (file:///Users/floh/projects/bgfx-rs)
examples/common/mod.rs:137:9: 137:37 error: unresolved import `glutin::os::macos::WindowExt`. Could not find `macos` in `glutin::os` [E0432]
examples/common/mod.rs:137     use glutin::os::macos::WindowExt;
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
examples/common/mod.rs:137:9: 137:37 help: run `rustc --explain E0432` to see a detailed explanation
error: aborting due to previous error
Could not compile `bgfx`.

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.