Metadata-Version: 2.1
Name: LightLogo
Version: 0.0.1a0
Summary: A simple, lightweight and powerful 3D agent-based simulation toolkit with Logo
Home-page: https://github.com/dhchenx/LightLogo
Author: Donghua Chen
Author-email: douglaschan@126.com
License: BSD-3
Project-URL: Bug Reports, https://github.com/dhchenx/LightLogo/issues
Project-URL: Source, https://github.com/dhchenx/LightLogo
Keywords: logo,lightlogo,llogo,agent-based modeling,simulation,turtle in 3D
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

## LightLogo: A lightweight Logo-based agent-based simulation toolkit

LightLogo (LLogo) aims to provide a simple, lightweight, and powerful 3D agent-based simulation toolkit for education and scientific research.

### Features

- Redesigned turtle and more agent types that support 3D contexts;
  
- Easy integration with Python and its massive Python libraries to enhance experience;
  
- Following the basic principles of Logo language but with significant improvement. 

### Simulation screenshot

![](https://dhchenx.github.io/projects/LightLogo/images/screenshot1.png)

### License

The `LightLogo` project uses [BSD 3-Clause License](https://github.com/dhchenx/LightLogo/blob/main/LICENSE). 



