visim 0.1.0

A package that handles rendering for visualization and simulation
Documentation
  • Coverage
  • 0%
    0 out of 71 items documented0 out of 8 items with examples
  • Size
  • Source code size: 36.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.55 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • MoritzLue24/visim
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Monkvy

visim

A rust library based on opengl and sdl2 used to simulate and visualize algorithms and data structures. I made this for personal purpose so dont expect long time maintenance.A rust library to simulate and visualize algorithms and data structures. I made this for personal purpose so dont expect long time maintenance.

Features / Todos

  • Error handling
    • Shader errors.
    • Write a macro for errors to simplify the err.rs file.
    • OpenGl runtime errors.
  • Render Engine
    • Polygon shape
    • Custom Color type
    • Custom Vector type
    • Window struct for abstraction
    • Customizable Shader Programs
    • Render struct
    • Batch rendering
    • Rect shape
    • Circle shape
    • Outline thickness at shapes
    • Bitmap fonts
    • Textures
    • Program::set_uniform_mat*
  • Custom UI module
    • Surfaces holding T: impl Widgets
    • Label
    • Button
    • Slider
    • Input
    • Color picker
  • Graphs / Plotting
    • Zoom in / out
  • Other data visualization tools
    • Table