Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 620 Bytes

File metadata and controls

19 lines (16 loc) · 620 Bytes

toolbox_engine

The toolbox engine is a c++ realtime engine

Things it does:

  • runs on windows, mac and linux
  • runs on old hardware
  • has facilities for UI, sound, graphics, 3d shapes, lighting and networking
  • functionality over beauty

Things it doesn't do:

  • cater to non-programmers
  • adds another scripting language on top

TODO

  • I want multiple options when it comes to what kind of toolbox engine you want eg:
  • a version of the engine with no window (eg headless)
  • a version without audio
  • a version with networking
  • I want to be able to select from the top level systems or something along those lines