Skip to content

douglasdcm/pycad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCAD

Simple CAD designed using pygame. The scenarios can be loaded in game built with pygame. It is still a work in progress project, so if you want to contribute fork this repository, make the changes into the forked repository and push a new Merge Request to 'main' branch. Open an issue in case of big MRs.

To use it

clone the repository
$ pip install -r requirements.txt
$ python3.10 -m venv venv
$ source venv/bin/activate
$ python main.py

Usage

Draw images. It saves the content to file data.pickle when the application is closed and reloads it next time the application is opened.

Alt text

Icons reference

About

Create scenarios to pygame easily

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages