xord/all is a monorepo that contains all the main libraries developed by xord.
This repository serves as a central location for the development and maintenance of various projects, ensuring consistency and ease of management.
The monorepo includes libraries for creative coding, graphical user interfaces, game engines, and more, all designed to work seamlessly with Ruby.
This repository uses the git subtree
command to mirror changes to individual repositories.
Each library within this monorepo is mirrored to its respective standalone repository.
For installation instructions, please refer to the README.md file in each subdirectory.
$ rake lib
$ rake ext
$ rake test
$ ruby reflex/samples/hello.rb
Contributions are welcome! For more details, please refer to the CONTRIBUTING.md file.
xord/all is licensed under the MIT License. See the LICENSE file for details.