Git Product home page Git Product logo

3d_celluar_automata's Introduction

3d_celluar_automata

A 3D cellutomata implementation with Rust and Bevy preview image

Project creation was documented on my youtube page! https://youtu.be/63qlEpO73C4

You can configure the simulation using a graphical interface: gui

There are various implementations by

License

3d_celluar_automata is free and open source! All code in this repository is dual-licensed under either:

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

3d_celluar_automata's People

Contributors

leddoo avatar tantandev 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  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

3d_celluar_automata's Issues

Doesn't Run On MacOS Sonoma

Overview

I cloned the project down with git and ran cargo build then cargo run

However, during the build process I got this error which seems to be some form of version mismatch between bevy and the macOS audio API

error: failed to run custom build command for `coreaudio-sys v0.2.9`

Caused by:
  process didn't exit successfully: `/Users/{my_username}/Documents/3d_celluar_automata/target/debug/build/coreaudio-sys-120004daf6b70e64/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-env-changed=COREAUDIO_SDK_PATH
  cargo:rustc-link-lib=framework=AudioUnit
  cargo:rustc-link-lib=framework=CoreAudio
  cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS

  --- stderr
  thread 'main' panicked at /Users/prestonbourne/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/src/fallback.rs:708:9:
  "enum_(unnamed_at_/Library/Developer/CommandLineTools/SDKs/MacOSX_sdk/usr/include/MacTypes_h_382_1)" is not a valid Ident
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Steps I've taken to Debug

1. Updated dependencies cargo update

This then lead to me getting a different error upon trying to build

error[E0432]: unresolved import `syn::ItemFn`
   --> /Users/prestonbourne/.cargo/git/checkouts/bevy-f7ffde730c324c74/b697e73/crates/bevy_derive/src/bevy_main.rs:3:30
    |
3   | use syn::{parse_macro_input, ItemFn};
    |                              ^^^^^^ no `ItemFn` in the root
    |
note: found an item that was configured out
   --> /Users/prestonbourne/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:365:32
    |
365 |     ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMacro2, ItemMod,
    |                                ^^^^^^
    = note: the item is gated behind the `full` feature

For more information about this error, try `rustc --explain E0432`.
error: could not compile `bevy_derive` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

2. Ensured I have XCode CLI tools

xcode-select --install

System Information

MacBook Pro, 2019
CPU: 2.6 GHz 6-Core Intel Core i7
macOS: 14.3.1 (23D60)
Graphics: Intel UHD Graphics 630 1536 MB

(Let me know if this is something that more belongs on Bevy)

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.