retrofire-core

Crates.ioretrofire-core
lib.rsretrofire-core
version
sourcesrc
created_at2024-11-29 19:05:10.774518
updated_at2024-11-29 21:27:06.513524
descriptionCore functionality of the retrofire project.
homepage
repositoryhttps://github.com/jdahlstrom/retrofire
max_upload_size
id1465949
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Johannes Dahlström (jdahlstrom)

documentation

README

                                                _______
                   ____                       /´  ____/\
  __ ______ _____ /   /\_ _ ______ _____ ____/   /_/___/\ __ _____ ______

==/ ´ / __ \ / ´ __/ __ ` __ , /==/ ´ _/ __
==/ /´=/ ____/ /==/ /´=/ /==/ /=/ /=/ /==/ /´=/ ____/
==/ /==/ /
/ /
/ /==/ /
/ /=/ /=/ // /==/ /
/ ==/
/ ==_
____/_
// ==_/ /==_// ==________/
==_
/ ==_/__/ ==_/,´ /==______/==_____/ ___,´

Core functionality of the retrofire project.

Includes a math library with strongly typed vectors, matrices, colors, and angles; basic geometry primitives; a software 3D renderer with customizable shaders; with more to come.

============================== Crate features ================================

  • std: Makes available items requiring I/O, timekeeping, or any floating-point functions not included in core. In particular this means trigonometric and transcendental functions. If this feature is disabled, the crate only depends on alloc.

  • libm: Provides software implementations of floating-point functions via the libm crate (https://crates.io/crates/libm).

  • mm Provides fast approximate implementations of floating-point functions via the micromath crate (https://crates.io/crates/micromath).

All features are disabled by default.

================================== License ===================================

Copyright 2020-2024 Johannes Dahlström. retrofire is licensed under either of:

at your option.

Unless you explicitly state otherwise, any contribution intentionally submit- ted 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.

Commit count: 205

cargo fmt