GithubHelp home page GithubHelp logo

ignition's Introduction

Project put on pause.

TODO

  • Test if ecs works in external crates
  • Add tests for ecs macros
  • Add comments to explain all f****** regexes
  • Replace check_if_components_locked with file check
  • Add function to check components.toml hasn't been tampered with
  • Subdivide engine macro into engine!() and ecs!() for tests
  • Add engine trait
  • Add parameters for engine macro (name, headless: Hydrogen, screen: Diesel, default: Engine) perhaps by parsing it using syn::Punctuated
  • Make triangle test work
  • Try loading shaders in a more friendly way
  • Add back VertexGroups
  • Implement the idea behind RendererCommands using ECS
  • Add [] operators for Scene
  • Divide into workspaces
  • Redo code layout

scene.components(|n| generate_entity_from_id(n)).components(...).entities(1000);

Code layout (deprecated)

  • lib.rs: Home of the infamous Engine with it's configuration and constructors
    • manifestation.rs: Definition of the Renderer trait

      • lift_off.rs: List of useful utilities for initializing a Renderer

        • headless.rs: Headless renderer (run without any output)
        • screen.rs: Screen renderer (linked to a window)
        • image.rs: Image renderer (linked to an image on the cpu)
      • artist.rs: A collection of small functions that aid the rendering process

        • commands.rs: Record a command buffer (which regroups all the necessary steps that the gpu has to take to render everything)
        • pipeline.rs: Create a pipeline (which describes how a particular object should be rendered)
      • nostalgia.rs: Everything to do with allocating memory on the gpu (think buffers or textures)

    • liberty.rs: Configuration

ignition's People

Contributors

3enedict avatar

Stargazers

Tausif avatar

Watchers

 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.