Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.35 KB

feroxide

Travis Build Status Code Climate

A basic chemistry simulator.

NO MAINTENANCE MODE

While I am still interested in continuing this project, I have decided not to spend much effort into producing new features. Feel free to reach out to me through github Issues if you want to take over this codebase and help improve it.

Currently includes

  • Basic functionality

    • Calculate mass of molecules
    • Generate (sometimes still incorrect) names of molecules
    • Check if reactions are valid
    • Get the Standard Electrode Potential for common Redox reactions
  • Advanced functionality

    • Create containers with molecules or ions in them
    • Apply (redox) reactions to containers

GUI

The GUI project can be found here.

Rust docs

The Rust docs can be found here.

Contributing

Please check the CONTRIBUTING file first. Before requesting a new feature, please check the TODO list.