Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tabularelf/GMVerlet-Integration
Very experimental. Made mostly for a game project for visuals, never ended up using it.
https://github.com/tabularelf/GMVerlet-Integration
gamemaker verlet-integration
Last synced: 2 months ago
JSON representation
Very experimental. Made mostly for a game project for visuals, never ended up using it.
- Host: GitHub
- URL: https://github.com/tabularelf/GMVerlet-Integration
- Owner: tabularelf
- Created: 2021-06-10T04:30:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T04:40:41.000Z (over 3 years ago)
- Last Synced: 2024-08-02T07:10:36.014Z (5 months ago)
- Topics: gamemaker, verlet-integration
- Language: Yacc
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gamemaker - GMVerlet-Integration - Verlet integration example used for visuals. (Physics / Recommendations)
README
# GMVerlet-Integration
Very experimental. Made mostly for a game project for visuals, never ended up using it.Verlet Integration for GameMaker Studio 2.3.1+
Feel free to use at your own leisure or help update.
Features include:
-Creating points/squares/custom shapes with physics. (via point_add/stick_add or the relative verlet_square_create, etc)
-Displaying sprites via (image_push or image_struct)
-Basic room constraints (set to be between 0 to room boundaries)